An open API service indexing awesome lists of open source software.

https://github.com/schickling/algorithms

Implementation of several algorithms in Javascript
https://github.com/schickling/algorithms

Last synced: about 1 year ago
JSON representation

Implementation of several algorithms in Javascript

Awesome Lists containing this project

README

          

algorithms [![Build Status](https://travis-ci.org/schickling/algorithms.png?branch=master)](https://travis-ci.org/schickling/algorithms)
==========

Implementation of several algorithms in Javascript

__Online:__ http://schickling.me/algorithms

## Algorithms
* Chinese remainder theorem
* Prime number test
* Extended euclidean algorithm
* Gaussian elimination
* Matrix multiplication
* Invert matrix
* Smith normal form
* Leibniz determinant
* Legendre symbol
* LU decomposition
* Cholesky decomposition
* Polynomial interpolation
* Cubic Spline interpolation
* Newton method
* Linear regression
* Fixed point iteration
* Bezier
* Perlin texture
* Bin packing

## Coming soon
* Ulam spiral - http://scienceblogs.com/goodmath/2010/06/22/the-surprises-never-eend-the-u/
* Quick sort visualiser
* FFT
* 3d Newton method
* AKS primality test
* Vertex Cover
* Voronoi

## Improvements
* Calculation time display
* Page titles

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/schickling/algorithms/trend.png)](https://bitdeli.com/free "Bitdeli Badge")