New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

el-gorithm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-gorithm

Javascript library for data manipulation

npmnpm
Version
1.0.23
Version published
Weekly downloads
29
52.63%
Maintainers
1
Weekly downloads
 
Created
Source

El-gorithm

A Javascript Library for Data Manipulation. This library is exported as a UMD module.

NPM | Demo | Github

Quick Setup and Usage

npm i -g el-gorithm (globally)
npm i --save el-gorithm (local project)

var el = require('el-gorithm');

...

var sortedList = el.mergeSort([3,5,2,6,4]); // [2,3,4,5,6]

API

Version

1.0.23

Contribution

Any one that wants to help with anything from expanding the scope of features to documentation should seek a request via the issue feature on Github.

Issues

Please report issues as you see them during usage. It will help improve this library as a whole. Thank you.

Credits

Algorithms 4th Edition by Robert Sedgewick and Kevin Wayne.

Keywords

algorithm

FAQs

Package last updated on 25 Jun 2017

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