/algorithms

Implementation of several algorithms in Javascript

Primary LanguageJavaScript

algorithms Build Status

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

Improvements

  • Calculation time display
  • Page titles

Bitdeli Badge