| .. |
|
__init__.py
|
basic jugs
|
2025-02-20 15:24:46 +01:00 |
|
ab.py
|
update GALLERY.md & bump version
|
2025-02-11 23:43:56 +01:00 |
|
base_conversion.py
|
fix prompt
|
2025-02-17 14:21:10 +01:00 |
|
binary_matrix.py
|
test for parsing answer as python list
|
2025-02-15 16:14:13 +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
|
use correct signature for CryptarithmDataset.score_answer() method
|
2025-02-20 11:55:32 +01:00 |
|
game_of_life.py
|
fix weird GoL fmt
|
2025-02-20 11:09:29 +01:00 |
|
graph_color.py
|
Tweaked some question templates
|
2025-02-17 02:58:42 -06:00 |
|
group_anagrams.py
|
ensure reward is float
|
2025-02-16 16:27:12 +01:00 |
|
isomorphic_strings.py
|
isomorphic strings
|
2025-02-07 18:23:34 +01:00 |
|
jugs.py
|
basic jugs
|
2025-02-20 15:24:46 +01:00 |
|
letter_counting.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
letter_jumble.py
|
fix prompt and scoring function
|
2025-02-17 13:17:29 +01:00 |
|
manipulate_matrix.py
|
add more config params
|
2025-02-10 22:30:36 +01:00 |
|
number_filtering.py
|
clarify number_filtering task
|
2025-02-08 19:32:45 +01:00 |
|
number_sorting.py
|
Fix formatting of added instructions
|
2025-02-13 21:26:58 -06:00 |
|
palindrome_generation.py
|
improve template
|
2025-02-16 11:02:51 +01:00 |
|
palindrome_partitioning.py
|
lint
|
2025-02-18 14:24:07 +01:00 |
|
pool_matrix.py
|
min matrix size, fixed question template
|
2025-02-12 11:20:55 +01:00 |
|
ransom_note.py
|
lint
|
2025-02-14 12:17:50 +01:00 |
|
rotate_matrix.py
|
simplify rotate method
|
2025-02-11 13:54:54 +01:00 |
|
sentence_reordering.py
|
ensure reward is float
|
2025-02-16 16:27:12 +01:00 |
|
spell_backward.py
|
ensure reward is float
|
2025-02-16 16:27:12 +01:00 |
|
spiral_matrix.py
|
update prompt and score answer
|
2025-02-16 15:18:45 +01:00 |
|
string_insertion.py
|
fix score function
|
2025-02-15 17:40:37 +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
|
Tweaked some question templates
|
2025-02-17 02:58:42 -06:00 |
|
word_sequence_reversal.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
word_sorting.py
|
fix template
|
2025-02-16 19:51:24 +01:00 |