Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishalku03/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 used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.
https://github.com/vishalku03/music-player_using_data-structures
Last synced: 2 days ago
JSON representation
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 used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used.
- Host: GitHub
- URL: https://github.com/vishalku03/music-player_using_data-structures
- Owner: vishalku03
- Created: 2024-08-28T06:44:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T06:51:12.000Z (5 months ago)
- Last Synced: 2024-08-28T08:02:16.935Z (5 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example : ----
**WELCOME**
** Please use '_' for space.
Enter your playlist name- My_Playlist
1. Add New Song
2. Delete Song
3. Display Entered Playlist
4. Total Songs
5. Search Song
6. Play Song
7. Recently Played List
8. Last Played
9. Sorted Playlist
10. Add From File
11. Exit
Enter your choice- 1Enter Song name- Song_One
1. Add New Song
2. Delete Song
3. Display Entered Playlist
4. Total Songs
5. Search Song
6. Play Song
7. Recently Played List
8. Last Played
9. Sorted Playlist
10. Add From File
11. Exit
Enter your choice- 3Playlist Name- My_Playlist
Song_One1. Add New Song
2. Delete Song
3. Display Entered Playlist
4. Total Songs
5. Search Song
6. Play Song
7. Recently Played List
8. Last Played
9. Sorted Playlist
10. Add From File
11. Exit
Enter your choice- 4Total songs- 1
1. Add New Song
2. Delete Song
3. Display Entered Playlist
4. Total Songs
5. Search Song
6. Play Song
7. Recently Played List
8. Last Played
9. Sorted Playlist
10. Add From File
11. Exit
Enter your choice- 2Which type of delete do you want?
1. By Search
2. By Position
Enter your choice- 1Choose song you wish to delete- Song_One
# Song found
Song has been deleted.1. Add New Song
2. Delete Song
3. Display Entered Playlist
4. Total Songs
5. Search Song
6. Play Song
7. Recently Played List
8. Last Played
9. Sorted Playlist
10. Add From File
11. ExitEnter your choice- 11