I'm a software engineer from New York.
Pinned Loading
-
maze-visualizer
maze-visualizer PublicPlay a matter.js maze with your keyboard, or watch A* algorithm find the shortest path to traverse a graph with randomly placed obstacles
JavaScript
-
Recommendation Engine
Recommendation Engine 1function recommendMovies(user, numSuggestions){
2let allUsers = Object.keys(review_data)
3let similarityScores = []
4for (let i = 0; i < allUsers.length; i++){
5if (allUsers[i] !== user){
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.