File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 1- # TwoThreeTree
2- Visualizing two three tree data structure with ImGui.
3- # DEVLOPMENT IN PROGRESS...
1+ # 二叉树数据结构可视化(Visualized-two-three-sort-tree)
2+ 数据结构课程设计,实现能够支持动态插入、查找、删除节点操作的可视化2-3排序树(Implement a visualized 2-3 sort tree which supports node insertion, search and deletion dynamically.)
3+ ## 题目要求(Problem description)
4+ ** 试从空树出发构造一棵深度至少为 3(不包括失误结点)的 3 阶 B-树(又称 2-3 树),
5+ 并可以随时进行查找、插入、删除等操作。
6+ 要求:能够把构造和删除过程中的 B-树随时显示输出来,能给出查找是否成功的有关信
7+ 息。**
8+ ## 运行平台(Platform)
9+ (1)操作系统(OS):Windows11 Pro build 22000.795
10+ (2)开发语言(Language):C++(ISO C++17 Standard)
11+ (3)集成开发环境(IDE):Visual Studio 2022
12+ (4)Windows 软件开发包版本(Windows SDK Version):10.0 (latest installed version)
13+ (6)图形框架(GUI):Dear ImGui
14+ (5)渲染器(Renderer):OpenGL2 + GLFW 平台
15+ (6)编译器(Compiler):MSVC v143 32bit
16+ ## 功能(Features)
17+ + 添加节点(Add Node)
18+ + 查找节点(Search For Node)
19+ + 删除节点(Modify Node)
20+ + 样式设置(Set Styles)
21+ + 其它功能(Miscellaneous features, find out urself)
22+ ## 截图(Screenshot)
23+ ![ screenshot] ( https://raw.githubusercontent.com/leo4048111/Shanghai-Subway-Transfer-Guide/main/screenshot/screenshot.png )
24+ ## License
25+ All 3rd-party assets and libraries used in this project retain all rights under their respective licenses.
You can’t perform that action at this time.
0 commit comments