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

latest
npmnpm
Version
1.0.29
Version published
Maintainers
1
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]

Version

1.0.29

New in Version 1.0.29

Fixes

  • Fixed issue with arrayMax( ... ) utility function.
  • Fixed compare( ... ) function documentation.
  • Updated functionality and documentation of accumulate( ... ) to add runningMean.

Testing

Run either 'npm test' or 'gulp' on command line after compiling .ts files to .js files.

API

Contribution

Any one that wants to help with anything from testing, 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 22 Mar 2018

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