Question: 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
Get step-by-step solutions from verified subject matter experts
