1.0.2 • Published 9 years ago
algorithm-tool v1.0.2
Algorithm
Introductions
This is a self practice algorithm project
Examples
Fibonacci
import { fibonacci } from 'algorithm-tool'
const answer = fibonnacci(10)
console.log(answer) // 89
License
MIT License