readme.txt

来自「游戏开发数据结构Data Structures for Game Program」· 文本 代码 · 共 12 行

TXT
12
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Graphical Demonstration 12-2
===============================================================================
This demonstration shows you how the binary tree traversals work


- Click the Random Tree button to create a random tree
- Click the Inorder, Preorder, or Postorder buttons to perform the preorder or 
  postorder tree traversals. The tree will highlight the nodes in order, each 
  current node will turn red for a moment.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?