You are on page 1of 1

LAB PARTICIPATORY REPORT ASSESSMENT

NAME :B. Charan Sai Reddy


ROLL NUMBER :22P61A6636
BRANCH : CSM -A
YEAR :2nd YEAR
SUBJECT : INTRODUCTION DATA STRUCTURES
TOPIC :Music Playlist Management System using Linked list

ABSTRACT
The presented program offers a Music Playlist Management System implemented
in the C programming language. This system provides users with a series of
functionalities to manage and interact with a digital music playlist. Users can:
>Add Songs: Enter the title and artist of a song, which is then appended to the
end of the playlist.
>Delete Songs: Remove a song from the playlist based on its position.
>Display Playlist: View the current list of songs in the playlist.
>Play Songs: Select and 'play' a song, simulating the action of listening to it.
The system employs a linked list data structure to maintain the playlist, ensuring
dynamic management capabilities such as efficient addition and deletion of
songs. Through an intuitive menu-driven interface, users can navigate and
perform desired operations on their music playlist seamlessly.

You might also like