allalgorithms
v0.0.3
Published
A collection of All ▲lgorithms implemented in JavaScript
Downloads
15
Maintainers
Readme
Why?
- Why not 😂
- Clean and focused
- Actively maintained
- Because All Algorithms should be easy to use in Javascript
Read the detailed documentation at js.allalgorithms.com or see the docs directory on Github. See Tree.
Want to contribute? GET STARTED HERE
Install
npm install allalgorithmsUsage Example
const allalgorithms = require('allalgorithms');
arr = [77, 2, 10, -2, 1, 7]
console.log(allalgorithms.sorting.bubbleSort(arr));
// -> [-2, 1, 2, 7, 10, 77]Tree
- Sorting
- Bubble Sort
- Merge Sort
Related
- allalgorithms-python: All ▲lgorithms Python library
- allalgorithms-java: All ▲lgorithms Java library
Maintainers
||
| :--------------------------: |
| Carlos Abraham |
License
MIT License © Carlos Abraham
