Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 408 Bytes

ReadMe.md

File metadata and controls

9 lines (8 loc) · 408 Bytes

Some Basic Algorithm

Content

  1. Hanmming Distance
    Calculate the count of "1" of an unsigned integer in binary expression.
  2. Cubic Spline
    Use cubic spline to fit data and evaluate value using interpolation and extrapolation. More detail
  3. Polynominal Roots
    Calculate the polynominal roots. Ref: http://mathworld.wolfram.com/PolynomialRoots.html