fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
318 stars 325 forks source link

added nth fibonacci number calculation in o(log(n)) #600

Closed krritik closed 4 years ago

krritik commented 4 years ago

Wrote a code to calculate to calculate nth fibonacci number in log(n)

xlogix commented 4 years ago

Please assign your PR to an existing issue or create a new one.

krritik commented 4 years ago

created an issue related to this #614