Mathematics

How To Compute Fibonacci Number F(n)

Three approaches for solving Leetcode 509. Fibonacci Number. A classical example of Recursive, Dynamic Programming and where Coding meets Mathematics.

How To Generate All Possible Subsets of a Given Integer Set

An iterative approach to Leetcode Challenge 78. Subsets, which generates all possible subsets of a given set of integers.