We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4379e commit b7a78c9Copy full SHA for b7a78c9
README.md
@@ -8,7 +8,15 @@
8
9
Description project: structure and processing of [2-3-tree](https://en.wikipedia.org/wiki/2–3_tree).
10
Also presented is my term paper on this topic (but in Ukrainian).
11
-
+
12
+Below is an `application class diagram`:
13
+<p align="center">
14
+ <img width="780px" height="480px" alt="Application class diagram" title="Application class diagram"
15
+ src="https://github.com/SValentyn/2-3-tree/blob/master/diagram.png">
16
+</p>
17
18
+---
19
20
## Support
21
22
Patches are welcome and can be submitted by forking this project and submitting a pull request via GitHub.
0 commit comments