Problem Link Problem Type : Data Structure. Difficulty Level : Moderate Author : Imdad
Briefly problem statement
initialization sequence 1 to n, each operation will delete the specified interval, and returns the position of the point is not deleted interval at both ends of the closest, If you do not return an asterisk.
Problem Link Problem Type : Linear Search. Difficulty Level : Easy Author : Imdad
Briefly problem statement
Two big number <= 10^100 will be given. We have to find out how many Fibonacci numbers are in the range [a,b]. We can easily generate Fibonacci numbers up to 10^100 digits. There are not more 500 Fibonacci numbers containing less than 10^100 digits.
Problem Link Problem Type : Data-structure(STL set) Difficulty Level : Easy Author : Imdad
Briefly problem statement
In his problem we have to insert int in sorted list and find out max and min regularly. So balanced binary tree can be a data structure to approach this problem. For this we can use STL set template.