You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-36
Original file line number
Diff line number
Diff line change
@@ -23,41 +23,6 @@ This project is part of my bachelor thesis at the university, where a web applic
23
23
-[Documentation](#)
24
24
-[GitHub Repository](#)
25
25
26
-
## **Status**
27
-
The status of the project can be found [here](#).
28
-
29
-
# Realisation of a Web Application for the Functionality of the Dijkstra Algorithm under Consideration of Didactic Aspects
30
-
31
-
## Introduction
32
-
This project, developed as part of my bachelor thesis at the university, presents a web application designed to demonstrate the Dijkstra algorithm. The primary focus is on providing a didactic and engaging presentation to make the algorithm's functionality easily understandable.
33
-
34
-
## Main Features
35
-
-**Predefined Graphs**: Choose from a variety of carefully designed, predefined graphs to test the algorithm and explore its behavior.
36
-
-**Random Graphs**: Generate random graphs on the fly to experiment with diverse scenarios and edge cases.
37
-
-**Custom Graphs**: Unleash your creativity by creating your own graphs from scratch. Add nodes and edges manually to build unique graph structures.
38
-
-**Connect Nodes**: Easily connect nodes with a simple click-and-drag interface to design custom graphs effortlessly.
39
-
-**Start Game**: Put your graph to the test! Calculate the shortest path between nodes and watch the algorithm in action.
40
-
-**Save and Load**: Save your crafted graphs for later use and share them with others. Load previously saved graphs to continue your work or explore shared creations.
41
-
42
-
## Usage
43
-
1.**Launch**: To get started, simply open the `index.html` file in your favorite web browser.
44
-
2.**Select Graph**: Choose from the available predefined graphs or dive right in and create your own custom graph.
45
-
3.**Interact**: Connect nodes by clicking and dragging. Customize your graph to your heart's content.
46
-
4.**Start Game**: When you're ready, click the "Start Game" button to witness the Dijkstra algorithm calculate the shortest path in your graph.
47
-
5.**View Results**: Marvel at the visual display of the shortest path calculation and gain a deeper understanding of the algorithm's inner workings.
48
-
49
-
Enjoy exploring the fascinating world of the Dijkstra algorithm!
Stay up to date with the project's development and progress by visiting our [status page](https://example.com/status).
60
-
61
26
---
62
27
63
-
We hope you find this web application both educational and entertaining. If you have any questions, feedback, or suggestions, please don't hesitate to reach out. Happy graph traversing!
28
+
I hope you find this web application both educational and entertaining. If you have any questions, feedback, or suggestions, please don't hesitate to reach out. Happy graph traversing!
0 commit comments