codinghangover.wordpress.com
Spoj (QUE1) Queue (Rookie)
problem link – Vector of pairs is used to store the height and count of taller person standing before. This problem can be solved by sorting the vector based on height. Assign the final posi…