🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

allalgorithms

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allalgorithms

A collection of All ▲lgorithms implemented in JavaScript

0.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source




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

Maintainers

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

Keywords

computer-science

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts