Music Playlist Simulation using Doubly LinkedList
In the last blog, Linked List, we made a simple music playlist using a Linked List. What if we want a better solution that does not require traveling through the nodes to play the next or previous song? Also, seriously, the code was not that good. It...
ritwikmath.hashnode.dev5 min read