Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 328 Bytes

ai-projects

A collection of some of my favorite projects made for CS50AI assignments

  • Finding Shortest link between two actors using BFS algorithm
  • Tic Tac Toe AI with minmax algorithm
  • Minesweeper AI that plays optimally
  • Crossword Generator
  • Predicting if user will buy product using Machine Learning (scikit-learn)