An open API service indexing awesome lists of open source software.

https://github.com/caneroj1/search

Search algorithms in Haskell
https://github.com/caneroj1/search

ai graph-search haskell search-algorithm

Last synced: about 2 months ago
JSON representation

Search algorithms in Haskell

Awesome Lists containing this project

README

        

# 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*.