Skip to content

crypt096/algorithms-explained

Repository files navigation

Algorithms explained

Let's make algorithms easy and understandable once and for all!

Big O cheatsheet

List of algos until now:
  • Sorting algorithms
    • Bubble sort
    • Selection sort
    • Insertion sort
    • Merge sort
    • Quick sort
    • Heap sort
  • Ceasar cipher
Running algorithms
Open your terminal inside algos-explained root folder:
cd algorithm_folder
Then run following command: node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published