SPOJ : MDOLLS - Nested Dolls 6/08/2018 06:05:00 PM Source of Question First of all the question is bit confusing , so basically question wants to say that , you have to find minimum re...
Binary Search : The Key of Universe 5/24/2018 03:04:00 AM Source of Question Question High school student Vasya got a string of length n as a birthday present. This string consists of le...
Construction of Iterative( Bottom up ) solution from Recursive( Top down ) solution 5/22/2018 03:50:00 PM Tetrahedron You are given a tetrahedron. Let's mark its verti...
Start with The Bible : CLRS 📖 5/20/2018 01:14:00 AM The DP chapter told me first go and read Divide and Conquer then after come to me and I will show you the direction to the dynamic program...
Dynamic Programming ( A Magic 😵 ) 5/20/2018 01:13:00 AM Now, the time has come to dirt your hand with so called "DP". DP ≈ careful brute force DP ≈ guessing + recursion + memoi...
PRIME1 - Prime Generator 5/20/2018 01:13:00 AM SPOJ : Question Given a range [n , m], you have to print all the prime numbers between n and m both inclusively. Hint 1 : Sieve o...