Billboard Artist Recommendation Software

This was my final project for the Data Structures and Algorithms course in the Codecademy Computer Science Career Path. This program utilizes a data set built around the top 50 artists on the billboard top 100. Utilizing a modified TreeNode class, a …


This content originally appeared on DEV Community and was authored by KumaKyuta

Image description

This was my final project for the Data Structures and Algorithms course in the Codecademy Computer Science Career Path. This program utilizes a data set built around the top 50 artists on the billboard top 100. Utilizing a modified TreeNode class, a modified Binary Search, and a Quicksort algorithm, this program allows the user to input the beginning of a potential genre they'd like to find an artist for and then provides a list of possible genres back to search from until they've dialed in on a single genre. The program then provides a list of recommended artists based on their ranking alongside album and song info about the artist. For those interested, the required code can be found here on github; https://github.com/KumaKyuta/Artist-Recommendation


This content originally appeared on DEV Community and was authored by KumaKyuta


Print Share Comment Cite Upload Translate Updates
APA

KumaKyuta | Sciencx (2022-06-20T04:03:58+00:00) Billboard Artist Recommendation Software. Retrieved from https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/

MLA
" » Billboard Artist Recommendation Software." KumaKyuta | Sciencx - Monday June 20, 2022, https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/
HARVARD
KumaKyuta | Sciencx Monday June 20, 2022 » Billboard Artist Recommendation Software., viewed ,<https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/>
VANCOUVER
KumaKyuta | Sciencx - » Billboard Artist Recommendation Software. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/
CHICAGO
" » Billboard Artist Recommendation Software." KumaKyuta | Sciencx - Accessed . https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/
IEEE
" » Billboard Artist Recommendation Software." KumaKyuta | Sciencx [Online]. Available: https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/. [Accessed: ]
rf:citation
» Billboard Artist Recommendation Software | KumaKyuta | Sciencx | https://www.scien.cx/2022/06/20/billboard-artist-recommendation-software/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.