1.0.29 • Published 6 years ago

el-gorithm v1.0.29

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.

1.0.29

6 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago