diff --git a/654.maximum_binary_tree.md b/654.maximum_binary_tree.md index 2c6bfd0..ba3e566 100644 --- a/654.maximum_binary_tree.md +++ b/654.maximum_binary_tree.md @@ -1,7 +1,7 @@ [To Index](/index.md) --- # 654.Maximum Binary Tree -难度:Easy +难度:Medium > Given an integer array with no duplicates. A maximum tree building on this array is defined as follow: The root is the maximum number in the array.