Skip to content

caneroj1/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search

Search algorithms in Haskell

Going through an AI textbook to learn some basic AI principles. Implements a few different search algorithms, both uninformed and informed. This includes breadth-first search, depth-first search (and friends), uniform-cost search, greedy (best-first) search, and a*.

Releases

No releases published

Packages

No packages published