Matthew-Eucaristo / Guess-the-Path

Tugas Struktur Data implementing Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess The Path

A simple game that is focused on Graph theory (BFS, DFS and Shortest Path).

TL/DR? Want demo instead?

Watch the video P.S. This is actually a link that redirects to YouTube.

Features

  • Breadth-First Search Question
  • Depth-First Search Question
  • Shortest Path Question implementing Dijkstra's Shortest Path Algorithm
  • Cute and interesting UI

Authors

Installation

We recommend to use JDK 16 or newer.
We recommend to install this project using JetBrains's Intellij Java IDE.

Contributing

Contributions are welcome! If you have an idea for a new feature or improvement, feel free to submit a pull request or open an issue to discuss it.

FAQ

Why we make this ?

Based on school's Data Structure assignment. Also pure curiosity lol.

License

MIT