更新图片链接
This commit is contained in:
4
problems/0700.二叉搜索树中的搜索.md
Normal file → Executable file
4
problems/0700.二叉搜索树中的搜索.md
Normal file → Executable file
@@ -12,7 +12,7 @@
|
||||
例如,
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
在上述示例中,如果要找的值是 5,但因为没有节点值为 5,我们应该返回 NULL。
|
||||
|
||||
@@ -124,7 +124,7 @@ public:
|
||||
|
||||
中间节点如果大于3就向左走,如果小于3就向右走,如图:
|
||||
|
||||

|
||||

|
||||
|
||||
所以迭代法代码如下:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user