From 455accb2df94a21c8241028ba96fb3535c4052cc Mon Sep 17 00:00:00 2001 From: Keqi Huang Date: Sun, 31 Mar 2019 16:00:32 +0800 Subject: [PATCH] Update 0701._Insert_into_a_Binary_Search_Tree.md --- .../Python/0701._Insert_into_a_Binary_Search_Tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Leetcode_Solutions/Python/0701._Insert_into_a_Binary_Search_Tree.md b/docs/Leetcode_Solutions/Python/0701._Insert_into_a_Binary_Search_Tree.md index f2ecc39..49c7d9d 100644 --- a/docs/Leetcode_Solutions/Python/0701._Insert_into_a_Binary_Search_Tree.md +++ b/docs/Leetcode_Solutions/Python/0701._Insert_into_a_Binary_Search_Tree.md @@ -1,6 +1,6 @@ # 701. Insert into a Binary Search Tree -**难度: 困难** +**难度: Hard** ## 刷题内容 -- GitLab