Telecommuication System is a Data Structures and algorithms project which uses different Data Structures trying to mimic the advanced telecommunication system using networks etc.
This project is built in C++ as the Semester End Project
The project includes the Features as:
- Add or Remove Contacts
- Contacts
- Calls
- Messages
- View Information
- Balance Deduction
The Following Data Structures have been used in the project:
- Linked lists (multi-dimensional).
- Binary Search Trees
- Queues
- Graphs