LICENSE
README.md
pyproject.toml
reasoning_from_scratch/__init__.py
reasoning_from_scratch/appendix_c.py
reasoning_from_scratch/appendix_f.py
reasoning_from_scratch/ch02.py
reasoning_from_scratch/ch02_ex.py
reasoning_from_scratch/ch03.py
reasoning_from_scratch/ch04.py
reasoning_from_scratch/ch05.py
reasoning_from_scratch/ch06.py
reasoning_from_scratch/ch07.py
reasoning_from_scratch/ch08.py
reasoning_from_scratch/qwen3.py
reasoning_from_scratch/qwen3_batched.py
reasoning_from_scratch/qwen3_optimized.py
reasoning_from_scratch/utils.py
reasoning_from_scratch.egg-info/PKG-INFO
reasoning_from_scratch.egg-info/SOURCES.txt
reasoning_from_scratch.egg-info/dependency_links.txt
reasoning_from_scratch.egg-info/requires.txt
reasoning_from_scratch.egg-info/top_level.txt
reasoning_from_scratch/bonus/__init__.py
reasoning_from_scratch/bonus/parser.py
tests/test_appendix_c.py
tests/test_appendix_d.py
tests/test_appendix_f.py
tests/test_ch02.py
tests/test_ch02_ex.py
tests/test_ch03.py
tests/test_ch03_advanced_parser.py
tests/test_ch04.py
tests/test_ch05.py
tests/test_ch06.py
tests/test_ch07.py
tests/test_ch07_scripts.py
tests/test_ch08.py
tests/test_math500_scripts.py
tests/test_qwen3.py
tests/test_qwen3_batched.py
tests/test_qwen3_batched_stop.py
tests/test_qwen3_optimized.py