nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.
MIT License
60 stars 12 forks source link

Searching algorithms in AI #29

Closed nbro closed 7 years ago

nbro commented 7 years ago

I had already implemented BFS and DFS, even though currently they were removed temporarily from this project, since the graph data structure was also removed (because I'd to fix a few things with it), but I would like to add also other algorithms like:

Local search

Interesting articles

Possibly useful resources

nbro commented 7 years ago

Many of these algorithms need a graph to run on. Currently, I do not have a good implementation of the graph data structure.

Questions

nbro commented 7 years ago

The issue above does not make sense to be opened.

This issue tracker should be used to report

This issue tracker should not be used to report: