pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
10 stars 76 forks source link

section 8.12 - Not clear why the topic is about the map ADT yet the title is about binary search. #238

Open maalimsaid opened 2 years ago

maalimsaid commented 2 years ago

section 8.12 - Not clear why the topic is about the map ADT yet the title is about binary search.

dorcenak commented 2 weeks ago

The main purpose of the paragraph is to introduce Binary Search Trees. At the beginning, map ADT has been mentioned just because we are going to use binary search trees to map from key to a value, which will enable us to implement the map ADT. Therefore, I suggest closing this issue.