feat: Add CaesarCipherDataset to README algorithmic tasks section

This commit is contained in:
Andreas Koepf (aider) 2025-01-25 18:05:50 +01:00
parent 6cad3803b8
commit 06793ffbe0

View file

@ -76,6 +76,7 @@ Available dataset names (which can be used with `create_dataset()`):
#### Algorithmic Tasks
- `BaseConversionDataset`: Convert numbers between different bases (binary, hex, etc.)
- `CaesarCipherDataset`: Encrypt/decrypt text using Caesar cipher with configurable rotation
- `LetterCountingDataset`: Count letter occurrences in text spans
- `NumberFilteringDataset`: Filter numbers based on comparison with threshold
- `NumberSortingDataset`: Sort lists of numbers in ascending or descending order