Interactive Music Playlist App using Linked Lists This project simulates a music playlist manager entirely in the console, where users can add, delete, shuffle, and navigate through songs. It's implemented using various linked list structures in C, providing a fun way to explore data structures with real-world functionality.