Counting Sort: Samuel’s tutorial



Summary: Samuel's tutorial on counting sort.
Topics: sorting, algorithms, coding
Slides: link (pdf)

References
  • H. Seward, "Information sorting in the application of electronic digital computers to business operations", Dissertation MIT (1954)
  • D. E. Knuth, "The art of computer programming, vol. 3: sorting and searching", Chap 5.2 (1998)
  • T. Cormen et al., "Introduction to algorithms", Chap 8, MIT press (2022)