allalgorithms

0.0.3 • Public • Published




The All ▲lgorithms Javascript library



js.allalgorithms.com

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 allalgorithms

Usage 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

Related

Maintainers

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Package Sidebar

Install

npm i allalgorithms

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

10.6 kB

Total Files

12

Last publish

Collaborators

  • abranhe