reasoning-gym/reasoning_gym/algorithmic
Rich Jones e3b7365f50 Game of Life partial scoring and rule-clarification (#258)
* partial scoring and rule clarification
* better ql scoring
* word seq reverse typos
2025-03-03 22:22:39 +01:00
..
__init__.py pre-commit 2025-02-21 13:39:05 +01:00
ab.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
base_conversion.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
binary_alternation.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
binary_matrix.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
caesar_cipher.py cleaned up caesar cipher 2025-02-19 18:11:59 +00:00
count_primes.py Fix primes representation in count_primes dataset metadata 2025-02-26 14:58:21 +02:00
cryptarithm.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
game_of_life.py Game of Life partial scoring and rule-clarification (#258) 2025-03-03 22:22:39 +01:00
graph_color.py rm typo 2025-02-27 13:44:33 +01:00
group_anagrams.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
isomorphic_strings.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
jugs.py more native type hints 2025-02-21 21:23:14 +01:00
letter_counting.py Add Coaching & ScoreBoard class (result tracking) (#72) 2025-02-06 23:15:28 +01:00
letter_jumble.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
manipulate_matrix.py fix manipulate matrix (#247) 2025-03-01 23:00:29 +01:00
number_filtering.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
number_sorting.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
palindrome_generation.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
palindrome_partitioning.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
pool_matrix.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
ransom_note.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
rotate_matrix.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
rotten_oranges.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
sentence_reordering.py more native type hints 2025-02-21 21:23:14 +01:00
spell_backward.py more native type hints 2025-02-21 21:23:14 +01:00
spiral_matrix.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
string_insertion.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
string_manipulation.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
string_splitting.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
string_synthesis.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
word_ladder.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
word_sequence_reversal.py Game of Life partial scoring and rule-clarification (#258) 2025-03-03 22:22:39 +01:00
word_sorting.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00