Skip to content

v0.2 - add Selection Sort, HelloSort, and a tl;dr section

Compare
Choose a tag to compare
@bxparks bxparks released this 06 Aug 19:48
· 32 commits to master since this release
23ea70c
  • v0.2 (2021-08-06)
    • Add Selection Sort, mostly for completeness. It's another O(N^2) sort
      but is slower than Insertion Sort, and is not a stable sort.
    • Add examples/HelloSort.
    • Add tl;dr section in README.md to summarize my recommendations.