GNU/Linux rxvt-unicode-256color bash 2023 views

Just a quick implementation of basic algorithms in Python3 found in the book Grokking Algorithms.

  • MergeSort
  • QuickSort
  • SelectionSort

And binary search (even though it’s not a sorting algorithm).