Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 298 Bytes

project_ideas.md

File metadata and controls

8 lines (7 loc) · 298 Bytes

Project Idea Brainstorming

  • Words With Friends/Scrabble
    • optimized a dictionary search algorithm to find the words worth the most points
  • Checkers
    • classic minimax game tree solver to figure out the best move to make
  • Maze
    • Most efficient algorithm to find the way through a maze?