Math Algorithms
From Algorithm wiki
[edit] Math Algorithms list
- Algebric expresion evaluator
- This programe evaluates an algebric expresion.It uses binary tree algorithms,classes and other data structures...it is a good exercise for data types(it uses STL classes)
- Algebra Solver
- Solves Algebraic Equations with the Determinant method. Introduces linear algebra which is very helpful in computers
- MULTIPLY TWO MATRICES
- Newton Interpolation
- Mathematical expressions parser
- Weighted Linear Regression implementation of a general weighted linear regression
- 24 Puzzle Using the numbers 1, 3, 4 and 6, create an algebraic expression that equals 24.
- Hanoi Tower Problem

