readme.txt
来自「游戏开发数据结构Data Structures for Game Program」· 文本 代码 · 共 18 行
TXT
18 行
===============================================================================
Data Structures For Game Programmers
Ron Penton
Graphical Demonstration 12-1
===============================================================================
This demonstration shows you how to use binary trees
- the red node is the current node
- Click the Randomize button to create a new random tree
- Click the Insert Left or Insert Right buttons to insert a new node to the left
or right.
- Click the Remove button to remove the current node. You cannot remove the root.
- Click Goto Root to move the current iterator to the root
- Click the Go Left or Go Right button to move the current node down to the
left or right
- Click the Go Up button to move the current node up a level
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?