Merge pull request #57 from zafstojano/env/largest-island

Find Largest Island (BFS)
This commit is contained in:
Andreas Köpf 2025-02-04 00:20:06 +01:00 committed by GitHub
commit 0cbd376dc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 367 additions and 0 deletions

View file

@ -121,6 +121,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
- `FamilyRelationshipsDataset`: Generate family relationship reasoning tasks with family trees
- `QuantumLockDataset`: Generates puzzles which involve stateful arithmetic and a correct sequence of operations
- `LargestIslandDataset`: Generate a grid with islands and find the largest one
### <small>Game Tasks</small>