keon / algorithms

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

Fix test_backtrack.py #865

Closed Brknyi closed 2 years ago

Brknyi commented 2 years ago

Fix invalid test related to t.sort() vs sorted(t)