Skip to content

Commit 243de48

Browse files
authoredAug 7, 2023
chore: update lc problems (#1415)
1 parent b54b83f commit 243de48

File tree

95 files changed

+496
-416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+496
-416
lines changed
 

‎solution/0000-0099/0001.Two Sum/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ul>
4545

4646
<p>&nbsp;</p>
47-
<strong>Follow-up:&nbsp;</strong>Can you come up with an algorithm that is less than&nbsp;<code>O(n<sup>2</sup>)&nbsp;</code>time complexity?
47+
<strong>Follow-up:&nbsp;</strong>Can you come up with an algorithm that is less than <code>O(n<sup>2</sup>)</code><font face="monospace">&nbsp;</font>time complexity?
4848

4949
## Solutions
5050

‎solution/0000-0099/0095.Unique Binary Search Trees II/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public:
211211
// pub left: Option<Rc<RefCell<TreeNode>>>,
212212
// pub right: Option<Rc<RefCell<TreeNode>>>,
213213
// }
214-
//
214+
//
215215
// impl TreeNode {
216216
// #[inline]
217217
// pub fn new(val: i32) -> Self {

0 commit comments

Comments
 (0)
Please sign in to comment.