Hi everyone! π
I recently built a terminal-based music player using C++ and linked lists as part of my data structures practice.
πΆ What it does:
- Add songs to a playlist
- Play the current song
- Skip to the next song
- Delete a song
- Display all songs in the playlist
π§ Why I built it:
I wanted to understand how linked lists work in practice and apply insert/traverse/delete operations in a fun and interactive way.
π» Tech used:
- C++
- Singly linked list
π GitHub Repo:
Click here to view the code
Iβd love any feedback or improvement ideas.
Thanks for reading! π
Top comments (0)