@@ -14,15 +14,27 @@ No compatibility testing. Functions are only guaranteed in Chrome.
14
14
[ @B5DX ] ( https://github.com/B5DX ) ,
15
15
[ @lijingwei233 ] ( https://github.com/lijingwei233 ) ,
16
16
[ @baijiangying ] ( https://github.com/baijiangying ) ,
17
- 等同学对调试的帮助的建议
17
+ 等同学对调试的帮助和建议
18
18
19
19
## Objective
20
- I create this project for the purpose of helping those who are learning BBST in Data Structure course.
21
- My plan is to build a playground for various kind of trees, including ordinary BinTree, BST, AVLTree, SplayTree, BTree, RedBlackTree...
22
- In this playground, user can build trees freely as they wish, and see the changes in structure simultaneously as they operate on them.
23
- In order to achieve this, I will fulfill most of the ADT interface of those trees.
20
+ 本项目旨在帮助学习数据结构课程搜索树相关章节的同学(在此强烈推荐清华大学邓俊辉老师的数据结构课, 可在[ 学堂在线] ( https://next.xuetangx.com/ ) 免费学习).
21
+
22
+ 项目计划建造一个"树游乐场", 包括一般二叉树, BST, AVL, Splay, RedBlack等等...
23
+
24
+ 在此用户可以随意的构建树形结构, 动态的插入、删除、搜索节点,以及进行节点的遍历.
25
+
26
+ 所有操作都是动态的、实时视觉反馈的.
27
+
24
28
25
29
## Some detail
26
- This project is designed for user to run locally. It is written in html5, typescript and vue.js.
27
- Since I'm just an rookie in these things, my work may seem like a rag to you. I will try hard to improve this.
28
- If you want to help, tell me!
30
+ 本项目使用html5, typescript, vue.js实现, 并用webpack打包. 项目入口为一个html文件, 可直接在本地运行.
31
+
32
+ 为实现动态性, 使用了很多异步代码, 代码的可读性收到一些影响.
33
+
34
+ 本人为前端新手, 对浏览器兼容性束手无策, 优化移动端界面也尚未提上日程, 应该在所有功能性代码完成之后考虑.
35
+
36
+ 如果你发现了bug, 请在Issue里提出, 十分感谢.
37
+
38
+ 如果你想帮助我提升前端兼容性, 欢迎随时联系我!
39
+
40
+ 别忘了给Star哟
0 commit comments