Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoc081098/astar-dijkstra-greedybestfirstsearch-breadthfirstsearch-depthfirstsearch
astar-algorithm astar-pathfinding breadth-first-search depth-first-search dijkstra-algorithm dijkstra-shortest-path greedy-search javaswing kotlin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoc081098/astar-dijkstra-greedybestfirstsearch-breadthfirstsearch-depthfirstsearch
- Owner: hoc081098
- Created: 2018-04-26T18:27:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T11:48:48.000Z (4 months ago)
- Last Synced: 2024-09-14T22:06:57.745Z (4 months ago)
- Topics: astar-algorithm, astar-pathfinding, breadth-first-search, depth-first-search, dijkstra-algorithm, dijkstra-shortest-path, greedy-search, javaswing, kotlin
- Language: Kotlin
- Size: 268 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A star / Dijkstra / Greedy Best-First-Search / Breadth First Search / Depth First Search
## Introduction
This is desktop application with Java Swing, written in Kotlin language
* Visualising find path algorithm: A star, Dijkstra, Greedy Best-First-Search, Breadth First Search, Depth First Search on square cell grid
* Random walls with wall with input percent
* Show closed and open (frontier) cell, current path[Demo video](https://www.youtube.com/watch?v=WtEffYMxlnw&index=1&list=PLg6AWCNz-pbPbB0fEDjmTE-2vkfudE7IW)
## Installation
Install as usual, clone repo, and run on IDE## Contact me :
[![Email](https://img.shields.io/badge/petrus-email-yellowgreen.svg)](mailto:[email protected])
[![Website](https://img.shields.io/badge/petrus-blog-orange.svg)](https://kotlinshare.wordpress.com/)
[![Facebook](https://img.shields.io/badge/petrus-Facebook-brightgreen.svg)](https://www.facebook.com/profile.php?id=100010694640299)