📄 test.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 + -