You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Spotify playlist generated upon answering a few questions based on curated questions. This was a final project for Data Structures and Algorithms at UF. It has a CLI and was mostly coded using cpp.
In order to run this file in the terminal you must:
open bash and type: <g++ main.cpp BST.cpp playlist.cpp -o main>
press enter
type <./main>
Now you're set and the playlist generated will be found under 'playlist.txt'!
Enjoy!
About
A Spotify playlist generated upon answering a few questions based on curated questions. This was a final project for Data Structures and Algorithms at UF. It has a CLI and was mostly coded using cpp.