fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

fibonacci made O(logn) #151

Closed Manvityagi closed 5 years ago

Manvityagi commented 5 years ago

Do the checklist before submitting the PR:

Q: What version of Node.js you've used in the project? (e.g. Node v10.11.0) A: v10.14.2

Q: Mention the Issue Number! (e.g. Fixed #8) A: #146


codecov-io commented 5 years ago

Codecov Report

Merging #151 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #151   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          78     78           
  Lines        1284   1282    -2     
=====================================
- Hits         1284   1282    -2
Impacted Files Coverage Δ
src/fibonacci/index.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b1309ee...914f686. Read the comment docs.

nilshah98 commented 5 years ago

Looks cool to me. Good work.

Manvityagi commented 5 years ago

Thanks @nilshah98