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)