Skip to content

Programming C language to manage the music playlist utilizing a double linked list. Each song should contain information regarding its title, artist's name, and duration (formatted as hh:mm:ss). The program should let users add new songs, remove songs by their titles, show all songs in the playlist, and clear the playlist entirely.

Notifications You must be signed in to change notification settings

alfandirifaul/Music-Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Music-Stuff

Programming C language to manage the music playlist utilizing a double linked list. Each song should contain information regarding its title, artist's name, and duration (formatted as hh:mm:ss). The program should let users add new songs, remove songs by their titles, show all songs in the playlist, and clear the playlist entirely.

About

Programming C language to manage the music playlist utilizing a double linked list. Each song should contain information regarding its title, artist's name, and duration (formatted as hh:mm:ss). The program should let users add new songs, remove songs by their titles, show all songs in the playlist, and clear the playlist entirely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages