/AI-Search-Agents

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

AISearchAgents

It's a library to solve search problems using classic algorithms like:

  • BFS
  • DFS
  • LDFS (limited DFS)
  • IDFS (iterative DFS)
  • GBFS (greed best first search)
  • A*

We have a sample project demonstrating how to use the library to solve 'N Queens Problem'