danyalimran93/Artificial-Intelligence-State-Space-Search

Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination

26
/ 100
Experimental

Implements pathfinding on N×M grids using distinct data structure strategies: DFS/IDS leverage stack-based recursion, BFS uses queue-based traversal, while Greedy and A* employ priority queues with heuristic evaluation. Accepts custom test cases via formatted input files and demonstrates comparative time complexity across all five algorithms on identical grid configurations. Designed as an educational resource for understanding trade-offs between uninformed search (DFS, BFS, IDS) and informed search methods (Greedy, A*) in state-space exploration.

No commits in the last 6 months.

No License Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 7 / 25
Maturity 1 / 25
Community 18 / 25

How are scores calculated?

Stars

26

Forks

12

Language

Java

License

Last pushed

Aug 27, 2017

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/danyalimran93/Artificial-Intelligence-State-Space-Search"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.