Skip to content

Leonlit/Sorting_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Sorting_algorithm

A directory on how I implement some sorting algorithm.

Implemented sorting algorithm

  • Bubble sort (JS)
  • Selection sort (JS)
  • Insertion sort (JS)
  • Quick sort (JS)
  • Merge sort (JS)

If you found any mistake in the implementation or there's better way to implement the algorithms, feel free to open an issue/s as I would like to know the mistakes.

About

A directory on how I implement some sorting algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published