Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoc081098/astar-dijkstra-greedybestfirstsearch-breadthfirstsearch-depthfirstsearch


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

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)