News
Pathfinding on grid maps is a cornerstone problem in robotics, autonomous navigation, and game development. Classical algorithms such as A*, Dijkstra’s, and Breadth-First Search (BFS) are known for ...
Solving the N-Queens Problem with Various Search Algorithms This repository contains Python implementations for solving the classic N-Queens problem using four different algorithmic approaches: ...
maze_solving/ ├── algorithms/ │ ├── astar.py # A* Search implementation │ ├── gbfs.py # Greedy Best-First Search implementation │ ├── ids.py # Iterative Deepening Search implementation │ └── ucs.py # ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results