/Algorithms

A compilation of algorithms & data structures

Primary LanguageJava

Algorithms & data structures

A compilation of some algorithms & data structures.

Sorting algorithms

  • Bubble sort
  • Selection sort
  • Insertion sort
  • Shell sort [time complexity of O(n2)]
  • Merge sort
  • Quick sort
  • Counting sort
  • Radix sort
  • Stable counting sort

Other math algorithms

  • Factorial calculation
  • Fibonacci sequence