keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Feat: test case added for sort diagonally to increase branch coverage to 100% #850

Closed ZerooCoool closed 2 years ago

ZerooCoool commented 2 years ago

Added test case to sort diagonally to increase branch coverage.