Math Algorithms
Sieve of Eratosthenes - prime number generator
Fibonacci(n) - recursive method
FibonacciDP(n) - iterative method
Catalan(n) - recursive method
CatalanDP(n) - iterative method
- Type the 'gulp' command in the project root directory to build. (https://gulpjs.com/)
- Type 'node .\dist\main.js' to test.