- Sorting
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Known algorithms
- Hanoi towers
In order to run the code, it is needed just NodeJS > 4.
For each file execute:
node <path to file>
Example, to run the bubble sort:
node sorting/bubble-sort.js
If you can help me and improve the way the algorithms are implemented, your pull requests are welcomed. If you have any problems when executing them or you have any questions about how I coded, feel free to create an issue.