Git Cheat Sheet 12/28/2020 02:16:00 PM git init # initializes an empty git in the current directory git config - l git config -- global...
How to find Nth term of any linear recurrence relation in O( logN ) 4/30/2020 11:48:00 AM 5 min read Motivation: Given a sequence with a recurrence relation. Find is the Nth term of the sequence. Example: Fibonacci sequen...