nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure the sorting algorithms are consistent with Python's built-in sorting functions

nbro opened this issue · comments

commented

TODO

  • Make sure the sorting algorithms are consistent with Python's built-in sorting functions sort and sorted
    • Find out which sorting algorithms should be consistent with the built-ins
      • For example, if both algorithms are stable, they should produce the same output
  • Change tests accordingly