dresnite / Algorithms

A compilation of algorithms & data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A compilation of algorithms & data structures


Languages

Language:Java 100.0%