Skip to content

LucasAlegre/search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Algorithms

Implementation of the following search algorithms for the 8-Puzzle and 15-Puzzle problems:

  • Breadth-First Search (BFS)
  • Iterative Deepening Search (IDS)
  • Greedy Breadth-First Search (GBFS)
  • A*
  • IDA*

See the report for results and more details.