To learn and practise most common algorithms like sorting, searching, hashing etc in JavaScript and PHP programming languages.
node install
node .\js\algorithms\Sort\mergesort.js
node .\js\algorithms\Search\binary_search.js
node js/algorithms/LinkedList/index.js
- Merge Sort - O(n log n)
- Binary Search - O(log n)
- Summation of n numbers - O(3)
Use "Shift + Enter " to run a cell, the output will be shown in the interactive window