Problem:
Question 1- How to implement a binary search tree similar to STL maps using a class template and pairs of string and int? Please explain.
Question 2- Write a program to compute and display the sum of 5+10+15+...+2000. you have to use a while loop in this program. (b)draw the flow chart.
Please describe the code with the help of comments.