Skip to content

Commit 2cce71f

Browse files
Update README.md
1 parent af562e7 commit 2cce71f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# VisualizationOfSearchAlgorithms
1+
# VisualizationOfSearchAlgorithms
2+
3+
## Building
4+
Pre-build versions are listed on the release page of this repository.
5+
6+
If you'd rather compile on your own, I suggest importing and building this repository using the eclipse-IDE.
7+
8+
## Architecture
9+
To create this software, I applied principles of the model-view-controller architectural pattern.
10+
In the early steps of the design phase, I created this class diagram to visualize the interaction between classes. It is not up to date with the current code but still conveys the idea behind my implementation.
11+
12+
![VisualizationOfSearchAlgorithms](https://user-images.githubusercontent.com/105009705/193048840-78b07bca-845b-438b-b795-e4558bc09731.png)
13+
14+
15+
### Feedback
16+
If you do have any feedback, feel free to let me know.

0 commit comments

Comments
 (0)