Commits
Branch selector
User selector
Commit History
Commits on Jun 1, 2026
[pre-commit.ci] pre-commit autoupdate (#14747)
Show description for 6c04620authored
Commits on May 22, 2026
[pre-commit.ci] pre-commit autoupdate (#14629)
Show description for 456d644andauthored
Commits on May 20, 2026
Added Johnson's algorithm for all-pairs shortest paths (#13340)
Show description for a9f2e72authored
Commits on May 19, 2026
feat: add Ramer-Douglas-Peucker polyline simplification algorithm (#14372)
Show description for 33a8e0fandauthored
Commits on May 18, 2026
Fix type hints in sorts/tim_sort.py, relates to #14457 (#14474)
Show description for 144ef9cauthoredfeat: add Segment Intersection algorithm (#14416)
Show description for abf7168andauthored
Commits on Apr 13, 2026
Bump actions/upload-pages-artifact from 4 to 5 (#14551)
Show description for 791deb4authored
Commits on Apr 10, 2026
Fix empty input edge case and correct output formatting (#14444)
Show description for fc2f947authoredAdd type hints to unknown_sort (#14489)
Show description for f944b91andauthored
Commits on Apr 6, 2026
[pre-commit.ci] pre-commit autoupdate (#14513)
Show description for 02680c9andauthoredfix: remove dead code in hamming_code.py to resolve SIM113 (#14509)
Show description for 754dac4authored
Commits on Apr 2, 2026
[pre-commit.ci] pre-commit autoupdate (#14325)
Show description for 840ca00authored
Commits on Mar 27, 2026
Bump actions/configure-pages from 5 to 6 (#14470)
Show description for 841e947authored
Commits on Mar 25, 2026
Bump actions/deploy-pages from 4 to 5 (#14445)
Show description for 2574004authored
Commits on Mar 13, 2026
Add latitude and longitude validation to lamberts_ellipsoidal_distance (#14373)
Show description for 68473afauthored
add some doctests to algos in backtracking (#11911)
Show description for 7e4b60bauthored
Commits on Mar 12, 2026
Add euler project problem 15 additional solution (#12774)
Show description for a2efba5authoredAdd Extra edge cases (#12995)
Show description for c34f23eandauthored
Commits on Mar 11, 2026
Fix doctests in factorial_recursive function (#13703)
Show description for 135c748andauthored
Commits on Mar 10, 2026
Commits on Mar 9, 2026
Fix doctest bug in bubble_sort_recursive - incorrect function call (#13821)
Show description for 32a3d0dandauthoredImprove grammar in linear_search docstring (#14081)
Show description for 9ea690eandauthoredImprove sorted input validation in binary search (#14074)
Show description for 7af5abaandauthoredFix return type description in bubble_sort.py (#14137)
Show description for 589d129andauthoredAdd doctests for duplicate and sorted inputs in bubble sort (#14154)
Show description for 6da02abandauthoreddocs: upgrade mypy link to https (#14184)
Show description for 71c7fc8authored
Use TypeError for non-string input in count_vowels (#14196)
Show description for da6b9e9authoredFix incorrect doctest references in fibonacci functions (#14200)
Show description for 1ae906aauthoredReplace assert-based validation with explicit errors in modular_division (#14204)
Show description for f5c3e7cauthored
Refine docstring and simplify reverse_letters implementation (#14205)
Show description for 049a34dauthoredall "is" replaced with "==" (#14209)
Show description for 6f9f431andauthoredHandle gcd(0, 0) edge case (#14215)
Show description for 84b59c8authoredAdd type hints for bogo_sort.py (#14306)
Show description for 81fcb90andauthoredstyle: add type hints to matrix_exponentiation.py (#14288)
Show description for 0324e60authoredAdd type hints and improve generate_parentheses_iterative (#14324)
Show description for 8e70e2eauthored