Kevin Bacon's 6 Degreees and Tic-Tac-Toe
- Category: Search Algorithm
- Client: CS50 Intro to AI, Harvard
- Timeline: March, 2020
CS50's AI course
Learned about the following search algorithms: DFS, BFS, Greedy Best First Search, A* Search, Adversial Search: Mini-max (applied on Tic-Tac-Toe) and computationally efficient variations of Min-Max. Leveraged search alogrithm to make a physical robot solve a maze. More information about that project can be found here. Watch the demo here.