Skip to content

Commit cf7c6c3

Browse files
committed
Chapter 05 optional 03 comments updated.
1 parent 53d7379 commit cf7c6c3

File tree

1 file changed

+2
-1
lines changed
  • 05-Binary-Search-Tree/Course Code (C++)/Optional-03-Predecessor-and-Successor

1 file changed

+2
-1
lines changed

05-Binary-Search-Tree/Course Code (C++)/Optional-03-Predecessor-and-Successor/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,8 @@ void shuffle( int arr[], int n ){
495495
}
496496
}
497497

498-
// 测试二分搜索树中的floor和ceil两个函数
498+
499+
// 测试二分搜索树中的predecessor和successor两个函数
499500
int main(){
500501

501502
// 生成 0 到 N-1 一共 N 个数字的数组

0 commit comments

Comments
 (0)