Scalarizmi

Algorithms and data structures, in Scala

APACHE-2.0 License

Stars
4
Committers
2

Scalarizmi

Algorithms and data structures, in Scala

Data structures

Simple data structures can be found here.

Sorting algorithms

  • comparison sorts: SelectionSort, InsertionSort, MergeSort, BubbleSort, QuickSort
  • other sorts: CountingSort, RadixSort

Code is here

Codility

Misc