reasoning-gym/reasoning_gym/algorithmic
2025-02-25 23:43:29 +01:00
..
__init__.py pre-commit 2025-02-21 13:39:05 +01:00
ab.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
base_conversion.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
binary_alternation.py pre-commit 2025-02-21 13:39:05 +01:00
binary_matrix.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
caesar_cipher.py cleaned up caesar cipher 2025-02-19 18:11:59 +00:00
count_primes.py Remove python code reference in count_primes prompt 2025-02-17 10:29:14 -06:00
cryptarithm.py add None/empty check to score_answer of cryptarithm 2025-02-25 23:43:29 +01:00
game_of_life.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
graph_color.py add try-except to GraphColorDataset.score_answer() 2025-02-25 23:43:29 +01:00
group_anagrams.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
isomorphic_strings.py isomorphic strings 2025-02-07 18:23:34 +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 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
manipulate_matrix.py add more config params 2025-02-10 22:30:36 +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 more native type hints 2025-02-21 21:23:14 +01:00
palindrome_partitioning.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
pool_matrix.py fix score_answer of pool_matrix (if -> elif), remove print 2025-02-25 23:43:29 +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 simplify rotate method 2025-02-11 13:54:54 +01:00
rotten_oranges.py more native type hints 2025-02-21 21:23:14 +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 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
string_insertion.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
string_manipulation.py Fix more conflict 2025-02-13 21:24:05 -06:00
string_splitting.py string splitting 2025-02-14 17:50:07 +01:00
string_synthesis.py string synthesis 2025-02-13 16:33:28 +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 Add Coaching & ScoreBoard class (result tracking) (#72) 2025-02-06 23:15:28 +01:00
word_sorting.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00