TODO.md 603 B

TODO

General

  • Link modules directly with URLs instead of just referencing them
  • Write 'Koz's Guide To Choosing A Sort'

PartialSort

  • Check time complexity for partial sorting
  • Determine time complexity for partialSortWithin (check implementation)

Sample

  • Add heap-based weighted sampling algorithm
  • Link to relevant papers
  • Replace Algorithm R with one of the 'skipping' implementations

Sort

  • Check type safety with americanFlagSortBy
  • Deal with Optimal
  • Investigate poor compilation performance of this module
  • Investigate simplifier exhaustion