isomorphic strings

This commit is contained in:
Zafir Stojanovski 2025-02-06 22:48:09 +01:00 committed by Andreas Koepf
parent 071c22a809
commit d78ce0a9f7
4 changed files with 233 additions and 0 deletions

View file

@ -99,6 +99,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
- `WordSequenceReversalDataset`: Reverse word order in text spans
- `WordLadderDataset`: Generate word ladder puzzles where one word is transformed into another by changing one letter at a time
- `GroupAnagramsDataset`: Group anagrams together in a list of words
- `IsomorphicStrings`: Check if two strings are isomorphic (have the same character mapping)
### <small>Code Tasks</small>