Skip to content

Commit 9403d57

Browse files
authored
Update README.md
1 parent 6f3b8d1 commit 9403d57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ You can also save the file as a .graph-file, a file-extension which I created, a
1212
If you click "Execute Dijekstra" it will show you how long it takes to every other linked vertex.
1313
# How does the program work?
1414
It consists of the following classes:
15-
Form1: Standard form with event-handlers
16-
Insert: Insert the vertices and edges into Dijekstra
17-
Dijekstra: Execute the Dijekstra-algorithm
18-
Vertex: Just a vertex with a name
19-
EdgeDialog: Insert edges
20-
ShowAdjacency: Show the adjacency matrix
21-
Results: Display the results of the Dijekstra-algorithm
22-
GraphInterpreter: Read and write .graph-Files
15+
* Form1: Standard form with event-handlers
16+
* Insert: Insert the vertices and edges into Dijekstra
17+
* Dijekstra: Execute the Dijekstra-algorithm
18+
* Vertex: Just a vertex with a name
19+
* EdgeDialog: Insert edges
20+
* ShowAdjacency: Show the adjacency matrix
21+
* Results: Display the results of the Dijekstra-algorithm
22+
* GraphInterpreter: Read and write .graph-Files

0 commit comments

Comments
 (0)