readme.txt

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

TXT
14
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Graphical Demonstration 20-4
===============================================================================
This demonstration shows you how the three general purpose sorts compare

- There are three sets of bars, all equal.
- The top is the bubble sort
- The middle is the heap sort
- The bottom is the quicksort
- Click the Randomize button to jumble the bars in a random order
- Click the Sort button to start the race!

⌨️ 快捷键说明

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