Sorting and Searching Overview
Assignment
Main goal is to create console application using C/C++ programming language freely chosen topic for e.g. Car Rental, Factory, Computer parts shop ect. In your program you must implement this functionality:
- filter some information by column data: ascending or descending order;
- implement Map Abstract Data Type and use it;
- search by keyword;
Exmaple
……………………………………..
Update in progress… more content will be added later.