Jun 21, 2021The magical world of Fibonacci numbers!1, 1, 2, 3, 5, 8, 13, 21, 34, _ _ _ _ _ _ By looking at these numbers the first thing that came in our minds is of Fibonacci Series where every term is sum of its previous two terms except first and second! …Nature3 min readNature3 min read
Jun 18, 2021After reading this, you’ll never get stuck in finding the time complexity of recursive algorithmHave you ever been stuck finding the complexity of a recursive algorithm? Let’s do an assessment! For each correct answers give yourself +1 marks else 0. And remember you have to find the complexity in less than 10 seconds! Challenge Accepted? Let’s Start! and The Answers are :: θ(logn) …Data Structures4 min readData Structures4 min read