Skip to content

Commit d1151ea

Browse files
update README.md
1 parent 1e141f1 commit d1151ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leetcode-algorithms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
|385|[Mini Parser](https://leetcode.com/problems/mini-parser/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/MiniParser.java)| O(n)|O(h) | Medium| Stack
4242
|379|[Design Phone Directory](https://leetcode.com/problems/design-phone-directory/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/DesignPhoneDirectory.java)| O(1)|O(n) | Medium|
4343
|374|[Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/GuessNumberHigherorLower.java)| O(logn)|O(1) | Easy| Binary Search
44+
|372|[Super Pow](https://leetcode.com/problems/super-pow/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/SuperPow.java)| O(n)|O(1) | Medium| Math
4445
|370|[Range Addition](https://leetcode.com/problems/range-addition/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/RangeAddition.java)| O(n+k)|O(1) | Medium|
4546
|367|[Valid Perfect Square](https://leetcode.com/problems/valid-perfect-square/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/ValidPerfectSquare.java)| O(n)|O(1) | Medium|
4647
|366|[Find Leaves of Binary Tree](https://leetcode.com/problems/find-leaves-of-binary-tree/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/FindLeavesofBinaryTree.java)| O(n)|O(h) | Medium| DFS

0 commit comments

Comments
 (0)