Skip to content

dresnite/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages