https://github.com/mahmoudmabrok/menofiasearcher
An application that retrieves the coordinates of various cities and uses a chosen search algorithm, such as BFS or A*, to determine the shortest path between them.
https://github.com/mahmoudmabrok/menofiasearcher
bfs-algorithm dfs-algorithm java
Last synced: 4 months ago
JSON representation
An application that retrieves the coordinates of various cities and uses a chosen search algorithm, such as BFS or A*, to determine the shortest path between them.
- Host: GitHub
- URL: https://github.com/mahmoudmabrok/menofiasearcher
- Owner: MahmoudMabrok
- Created: 2017-12-01T17:17:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T12:21:31.000Z (about 3 years ago)
- Last Synced: 2025-01-13T20:40:35.927Z (5 months ago)
- Topics: bfs-algorithm, dfs-algorithm, java
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MenofiaSearcher
a desktop app to get **coordinates** of cities then use a **search algorithm** (Depth First, Breadth First, A* ) to find **path** from city to another.# Demo
[Youtube](https://www.youtube.com/watch?v=gpzawvLY6dI)