Skip to content

Assignment 1 of CSE 440/EEE 333/ETE 333(Artificial Intelligence) course in Northsouth University, under instructor Mirza Mohammad Lutfe Elahi

Notifications You must be signed in to change notification settings

T-Nawaz/CSE-440_Uniform-Cost-Search

Repository files navigation

CSE-440_Uniform-Cost-Search

Problem Definition : http://ece.northsouth.edu/~lutfe.elahi/2018Spring/CSE440/assignments/assignment1/assignment1.html

Instructions to Run:

  1. Please ensure that the path for javac is specified in Environment Variables(which can be done via the control panel)
  2. Open command promt
  3. Change directory to where the code is
  4. Type "javac find_route.java" to compile. Even though it is already compiled and the .class files are present, it is better to compile it again for your machine.
  5. Type "java find_route input.txt startCity destinationCity" to execute the program. Here startCity destinationCity are the inputs

About

Assignment 1 of CSE 440/EEE 333/ETE 333(Artificial Intelligence) course in Northsouth University, under instructor Mirza Mohammad Lutfe Elahi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages