Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 330 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 330 Bytes

Music-Player-Using-Data-Structures

This is the project made for Data Structures and Algorithm Course. Here we implement a C++ based Basic Music Player using the knowledge of various Data structures.. Data structures used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.