How To Approach The Binary Search Problems 10/18/2018 09:08:00 PM How can we know, that a problem can be solve using Binary Search? ☹️ If a problem satisfies points which are mentioned below, then a p...
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...
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...