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

📄 test.txt

📁 清华大学计算机系数据结构课程教材《数据结构 用面向对象方法和C++描述》(殷人昆主编)的类库(书中程序的源代码)
💻 TXT
字号:
+----------------------------------------------------------+
#1 Input and Output the List : Please input the number of nodes : 5

Please input the value of these nodes : Node 1 : 4

Node 2 : 3

Node 3 : 1

Node 4 : 5

Node 5 : 8


The List is : 1  3  4  5  8
+----------------------------------------------------------+
#2 Test int Search (K k1) const
Please input a value to search : 4
Found! The position is : 3
+----------------------------------------------------------+
#3 Test int BinarySearch(K k1, const int low, const int high ) const
5
Found! The position is : 4
+----------------------------------------------------------+
#4 Test int BinarySearch (K k1) const
6
Not found!

⌨️ 快捷键说明

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