3.0.5 • Published 9 years ago

aureooms-js-algo v3.0.5

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
9 years ago

js-algo

Algorithms code bricks in JavaScript. This is a child project of js-library and the twin project of js-data-structures.

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

Description

This project is just a playground for any algorithm that doesn't fit in any of those project,

Those packages aim to provide code bricks that are as generic as possible. Some examples are a Gauss-Jordan method that can work with any number model, a Karatsuba algorithm that can handle any block size, a Graham Scan algorithm that works with clockwise or counter clockwise ordering, and a Monotone Chain algorithm that can be used as a triangulation algorithm without any change.

Reference

A list of links and projects focusing on algorithm implementation.

Projects implementing algorithms in JavaScript

Projects implementing algorithms in other languages

Others

3.0.5

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago