Paper Title
PLAYLIST MANAGEMENT SYSTEM

Abstract
In this project, we are using a doubly linked list data structure and C++ to construct a playlist management system. Users can easily insert, remove, find and play music from a playlist through the system's features. A stack-based method for the storage of recently played musical compositions is also included in the Playlist Management System, which allows users to view and play songs they played before as well. The program achieves this by providing the user with features such as song addition, song deletion by search or location and playlist display, and song count selection thereby resulting in a menu-driven interface that can be dynamically programmed to control the playlist. Furthermore, the technology from ABC Corporation allows you to listen straight from the playlist and find out what has been recently played and what has been left on the list to be played. Using stacks and linked lists will be a significant part of this project as it is aimed at console games and playlist management. Implementation is adjustable and lightweight, thus enabling it to be updated with additions like a graphical user interface and persistent storage. Keywords - Playlist, Doubly Linked List, Stack, Song Management, C++.