You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(benchmarks): Add auto-generated benchmark tables with tabulate
- Add benchmark data collection scripts (collect_benchmarks.py, collect_large_n.py)
- Add table generation script using tabulate for proper column widths
- Generate benchmark documentation with 127 problems, 24 large n comparisons
- Update README with ASCII benchmark table showing up to 66,000x speedups
- Include time and space complexity comparisons (Fast vs Slow)
Key features:
- Descriptive method names (e.g., "Top-down Memo" instead of "recursive")
- Human-readable time formatting (5.3s instead of 5268ms)
- Filtered entries with complete complexity data only
- Simplified verbose complexity strings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments