Data Structures

Hey people, i need some help to start an assignment.

My first assignment was to program using my own Vector class that i have written.
My program will load a list of csv files containing file to the program. After that. the user will select some menu options and calculation will be done depending on the menu option.

Now, my 2nd assignment have to make using of Binary search tree and STL maps together as the main data structures instead of vectors. I need some head start to do this.
closed account (48T7M4Gy)
I need some head start to do this.


Sounds like a textbook, online tutorial or lesson notes might be a start.
STL maps http://www.cplusplus.com/reference/map/
Binary search trees http://www.cplusplus.com/articles/E3wTURfi/
Topic archived. No new replies allowed.