palindrome partitioning

This commit is contained in:
Zafir Stojanovski 2025-02-06 21:42:39 +01:00
parent d2bef8d30f
commit 968ab1dbee
5 changed files with 357 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
- `PalindromePartitioningDataset`: Partition a string into palindromic substrings
### <small>Code Tasks</small>