News

The purpose of the conducted research is to find the most optimal algorithm in terms of finding the shortest path that are applied for route searching in maps. This research will compare the ...
Virtanen, P., Gommers, R., Oliphant, T.E., Haberland, M., Reddy, T., Cournapeau, D., et al. (2020) Scipy 1.0 Fundamental Algorithms for Scientific Computing in Python ...
A Python script to solve the 8-puzzle problem using BFS, DFS, and A* search algorithms. Compare their performance with detailed metrics like iterations, runtime, and solution path length. Includes ...
Maze solving program written in python based on Breadth First Search algorithm. Mazes can be given as a picture or a hard coded path. Engineered a proficient and competent mars rover search agent in ...