Skip to content

Commit 021588b

Browse files
authored
Update README.md
1 parent bef5273 commit 021588b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
并可以随时进行查找、插入、删除等操作。
66
要求:能够把构造和删除过程中的 B-树随时显示输出来,能给出查找是否成功的有关信
77
息。**
8+
## 操作说明(Manual)
9+
**通过左上方控件添加、删除、查找节点,在右侧画布窗口可视化显示树。使用左键按住节点可以拖动节点,右键按住画布可以拖动画布,右键单击节点可以标记/取消标记节点,使用样式设置栏可以设置树绘制的样式。
10+
(Insert/Delete/Search for Node with respectives controls. Tree will be drawn in the canvas window. Hold mouse left key to drag a node, hold mouse right key to drag the canvas, press mouse right key on any node to mark/unmark it, use controls under Misc tab to set styles for visualization.)
811
## 运行平台(Platform)
912
(1)操作系统(OS):Windows11 Pro build 22000.795
1013
(2)开发语言(Language):C++(ISO C++17 Standard)
@@ -20,6 +23,6 @@
2023
+ 样式设置(Set Styles)
2124
+ 其它功能(Miscellaneous features, find out urself)
2225
## 截图(Screenshot)
23-
![screenshot](https://raw.githubusercontent.com/leo4048111/Shanghai-Subway-Transfer-Guide/main/screenshot/screenshot.png)
26+
![screenshot](https://raw.githubusercontent.com/leo4048111/Visualized-Two-Three-Tree/main/screenshot/screenshot.png)
2427
## License
2528
All 3rd-party assets and libraries used in this project retain all rights under their respective licenses.

0 commit comments

Comments
 (0)