Skip to content

carlosvega20/ai_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ai_exercises

Artificial Intelligence (AI) Master’s/graduate level course at Columbia University.

by Carlos Andres Vega

Artificial Intelligence program to resolve n^2-puzzle game based on:

  • bfs (Breadth-First Search)(DONE)
  • dfs (Depth-First Search)(DONE)
  • ast (A-Star Search) (IN PROGRESS)
  • ida (IDA-Star Search) (IN PROGRESS)

requirments:

  • Python Python 2.7.10

Execute: python driver.py

i.e: python driver.py bfs 1,2,5,3,4,0,6,7,8 python driver.py dfs 1,2,5,3,4,0,6,7,8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages