Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need to make a program in PYTHON for a music player(homework so nothing to complicated) using linkedlist and nodes . not allowed to use
i need to make a program in PYTHON for a music player(homework so nothing to complicated) using linkedlist and nodes. not allowed to use exsisting python libraries and list function.
my program needs to be able to:
a. AddSongToFront(newsong) :
b. AddSongatposition(newsong, x)
c. removesongatposition(x)
d. sortbysongtitle() NEED TO DISPLAY ID SONG TITLE AND SONG ARTIST
e. Displaylibrary() shows the entire library
f. sortbyauthorname()
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started