Skip to content

Graphs, Connected Components, divide and conquer, dp, greedy

Notifications You must be signed in to change notification settings

raghusaripalli/Analysis-Of-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COT5405 - Analysis of Algorithms


Members:

Raghuveer Sharma Saripalli (UFID: 50946752)

Akshay Ganapathy (UFID: 36846922)


Project 1: Netflix Data Analysis (C++, Graph Algorithms)

Translated 100 million rating data taken from 480,000 anonymous Netflix customers over 17 thousand movie titles into graphs and connected users based on 5 different criteria to provide accurate movie recommendations

Project 2: Skyline Shilloute (Java, Divide and Conquer, Heap)

Project 3: Maximum Square with Zeros (Java, Memorization, Dynamic Programming)