⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 游戏开发数据结构Data Structures for Game Programmers
💻 TXT
字号:
===============================================================================
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -