8000 Merge pull request #14 from x1957/master · tienli/leetcode@eafa918 · GitHub
[go: up one dir, main page]

Skip to content

Commit eafa918

Browse files
committed
Merge pull request soulmachine#14 from x1957/master
Update chapTree.tex
2 parents 1257dda + 73434f1 commit eafa918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/chapTree.tex

Lines changed: 1 addition & 1 deletion
< 3E6F td data-grid-cell-id="diff-f9f6a1e7064779c47531b9ea4eda50b635f7d8328ab811f55294f60981719def-1352-1352-2" data-line-anchor="diff-f9f6a1e7064779c47531b9ea4eda50b635f7d8328ab811f55294f60981719defR1352" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
public:
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ \subsubsection{代码}
13471347

13481348
\begin{Code}
13491349
// LeetCode, Unique Binary Search Trees
1350-
// 时间复杂度O(n),空间复杂度O(n)
1350+
// 时间复杂度O(n^2),空间复杂度O(n)
13511351
class Solution {
13521352
13531353
int numTrees(int n) {

0 commit comments

Comments
 (0)
0