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