Skip to content

Commit 25c3dad

Browse files
Update README.md
1 parent c8d5a35 commit 25c3dad

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

README.md

+1-36
Original file line numberDiff line numberDiff line change
@@ -23,41 +23,6 @@ This project is part of my bachelor thesis at the university, where a web applic
2323
- [Documentation](#)
2424
- [GitHub Repository](#)
2525

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!
50-
51-
---
52-
53-
## Links
54-
- [Project Website](https://example.com)
55-
- [Documentation](https://example.com/docs)
56-
- [GitHub Repository](https://github.com/username/repo)
57-
58-
## Status
59-
Stay up to date with the project's development and progress by visiting our [status page](https://example.com/status).
60-
6126
---
6227

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

Comments
 (0)