📄 readme.txt
字号:
===============================================================================
Data Structures For Game Programmers
Ron Penton
Graphical Demonstration 11-1
===============================================================================
This demonstration shows you how to use trees
- the red node is the current node
- the blue node is the current child
- Click the Randomize button to create a new random tree
- Click the Insert Before or Insert After to insert a new node before or after
the current child iterator (in blue)
- Click the Remove Child button to remove the current child (blue)
- Click Goto Root to move the current (red) iterator to the root
- Click Child Start or Child End to move the child iterator to the start or
end of the child list
- Click the Down button to move the current node down and point to the current
child node.
- Click the Up button to move the current node up a level
- Click Back or Forth to move the child iterator backwards or forwards
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -