Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.12 KB

AI-CSC4301-Search

Summary

In this project, we (@ahmedJaafari and I) will be reproducing the pathfinding project of @SebLague and experiment different search algorithms (A*, DFS, BFS, UCS) and heuristic strategies assuming these all have the same cost in all directions and A* with different heuristics. While running this project using unity, you can see different paths found by each strategy simultaneously with different colours and the total time it takes each strategy.

Youtube Video

Click on the Image to watch the video!

AI-CSC4301-Search

Screenshots

References

Sebastian Lague Youtube channel: https://www.youtube.com/watch?v=-L-WgKMFuhE&list=PLFt_AvWsXl0cq5Umv3pMC9SPnKjfp9eGW
Github course code: https://github.com/SebLague/Pathfinding

WHEN to Contribute?

You are always welcome to contribute.

HOW to Contribute?

  • Fork this repository.
  • Do your desired changes.
  • Make a pull request.