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.
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.