Implementation for shortest path in a grid using BFS, DFS, USC and A-star algorithm
- Ankur Rustagi
- 8192782068
- [email protected]
- Additional Information
-
Have implemented the code such that, it will terminate gracefully if the input file is incorrect. Please consider for extra credit.
-
Have implemented an improved version of manhattan distance, use -IMD to use it. eg. ./CS561A1.exe -Astar -IMD . But it cant be with the other heuristic which will run with -AltH.
-
Files in zip file are : main.cc, BFS.cc, DFS.cc, UCS.cc, Astar.cc, project1.h, Makefile, CS561A1Written.pdf
-
Number of Nodes expanded are the number of grid nodes.