Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 4, 2024
1 parent 8c272bd commit 64a292c
Show file tree
Hide file tree
Showing 48 changed files with 547 additions and 545 deletions.
180 changes: 91 additions & 89 deletions README.md

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions markdowns/Daily_Questions.md

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions markdowns/Questions_By_Code_Length.md

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions markdowns/Questions_By_Recent.md

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions markdowns/by_topic/Array.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion markdowns/by_topic/Backtracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
| 1087 | [Brace Expansion](<https://leetcode.com/problems/brace-expansion>) | Medium | | [solution](<../_1087. Brace Expansion.md>) | py | Jun 14, 2024 |
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](<https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters>) | Medium | | [solution](<../_1239. Maximum Length of a Concatenated String with Unique Characters.md>) | py | Jun 29, 2024 |
| 1255 | [Maximum Score Words Formed by Letters](<https://leetcode.com/problems/maximum-score-words-formed-by-letters>) | Hard | | [solution](<../_1255. Maximum Score Words Formed by Letters.md>) | py | Jun 15, 2024 |
| 1980 | [Find Unique Binary String](<https://leetcode.com/problems/find-unique-binary-string>) | Medium | | [solution](<../_1980. Find Unique Binary String.md>) | py, c | Jun 26, 2024 |
| 1980 | [Find Unique Binary String](<https://leetcode.com/problems/find-unique-binary-string>) | Medium | | [solution](<../_1980. Find Unique Binary String.md>) | c, py | Jun 26, 2024 |
2 changes: 1 addition & 1 deletion markdowns/by_topic/Binary Search Tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| 426 | [Convert Binary Search Tree to Sorted Doubly Linked List](<https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list>) | Medium | | [solution](<../_426. Convert Binary Search Tree to Sorted Doubly Linked List.md>) | py | Jun 11, 2024 |
| 450 | [Delete Node in a BST](<https://leetcode.com/problems/delete-node-in-a-bst>) | Medium | | [solution](<../_450. Delete Node in a BST.md>) | py | Jun 28, 2024 |
| 776 | [Split BST](<https://leetcode.com/problems/split-bst>) | Medium | Weekly Premium | [solution](<../_776. Split BST.md>) | py | Jun 28, 2024 |
| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | java, c, cpp | Jun 26, 2024 |
| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Medium | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | c, cpp, java | Jun 26, 2024 |
| 1038 | [Binary Search Tree to Greater Sum Tree](<https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree>) | Medium | Daily | [solution](<../_1038. Binary Search Tree to Greater Sum Tree.md>) | c | Jun 23, 2024 |
| 1305 | [All Elements in Two Binary Search Trees](<https://leetcode.com/problems/all-elements-in-two-binary-search-trees>) | Medium | | [solution](<../_1305. All Elements in Two Binary Search Trees.md>) | java | Jun 24, 2024 |
| 1382 | [Balance a Binary Search Tree](<https://leetcode.com/problems/balance-a-binary-search-tree>) | Medium | Daily | [solution](<../_1382. Balance a Binary Search Tree.md>) | py | Jun 25, 2024 |
8 changes: 4 additions & 4 deletions markdowns/by_topic/Binary Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
| 74 | [Search a 2D Matrix](<https://leetcode.com/problems/search-a-2d-matrix>) | Medium | N150 | [solution](<../_74. Search a 2D Matrix.md>) | py | Jun 14, 2024 |
| 167 | [Two Sum II - Input Array Is Sorted](<https://leetcode.com/problems/two-sum-ii-input-array-is-sorted>) | Medium | N150 | [solution](<../_167. Two Sum II - Input Array Is Sorted.md>) | py | Jun 13, 2024 |
| 287 | [Find the Duplicate Number](<https://leetcode.com/problems/find-the-duplicate-number>) | Medium | N150 | [solution](<../_287. Find the Duplicate Number.md>) | c | Jun 25, 2024 |
| 350 | [Intersection of Two Arrays II](<https://leetcode.com/problems/intersection-of-two-arrays-ii>) | Easy | Daily | [solution](<../_350. Intersection of Two Arrays II.md>) | java, py | Jul 01, 2024 |
| 374 | [Guess Number Higher or Lower](<https://leetcode.com/problems/guess-number-higher-or-lower>) | Easy | | [solution](<../_374. Guess Number Higher or Lower.md>) | java, py | Jun 02, 2024 |
| 350 | [Intersection of Two Arrays II](<https://leetcode.com/problems/intersection-of-two-arrays-ii>) | Easy | Daily | [solution](<../_350. Intersection of Two Arrays II.md>) | py, java | Jul 01, 2024 |
| 374 | [Guess Number Higher or Lower](<https://leetcode.com/problems/guess-number-higher-or-lower>) | Easy | | [solution](<../_374. Guess Number Higher or Lower.md>) | py, java | Jun 02, 2024 |
| 475 | [Heaters](<https://leetcode.com/problems/heaters>) | Medium | | [solution](<../_475. Heaters.md>) | py | Jun 07, 2024 |
| 611 | [Valid Triangle Number](<https://leetcode.com/problems/valid-triangle-number>) | Medium | | [solution](<../_611. Valid Triangle Number.md>) | py | May 22, 2024 |
| 744 | [Find Smallest Letter Greater Than Target](<https://leetcode.com/problems/find-smallest-letter-greater-than-target>) | Easy | | [solution](<../_744. Find Smallest Letter Greater Than Target.md>) | java, py | Jun 01, 2024 |
| 744 | [Find Smallest Letter Greater Than Target](<https://leetcode.com/problems/find-smallest-letter-greater-than-target>) | Easy | | [solution](<../_744. Find Smallest Letter Greater Than Target.md>) | py, java | Jun 01, 2024 |
| 826 | [Most Profit Assigning Work](<https://leetcode.com/problems/most-profit-assigning-work>) | Medium | Daily | [solution](<../_826. Most Profit Assigning Work.md>) | py | Jun 17, 2024 |
| 1268 | [Search Suggestions System](<https://leetcode.com/problems/search-suggestions-system>) | Medium | | [solution](<../_1268. Search Suggestions System.md>) | py | Jun 28, 2024 |
| 1351 | [Count Negative Numbers in a Sorted Matrix](<https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix>) | Easy | | [solution](<../_1351. Count Negative Numbers in a Sorted Matrix.md>) | java, py | Jun 01, 2024 |
| 1351 | [Count Negative Numbers in a Sorted Matrix](<https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix>) | Easy | | [solution](<../_1351. Count Negative Numbers in a Sorted Matrix.md>) | py, java | Jun 01, 2024 |
| 1482 | [Minimum Number of Days to Make m Bouquets](<https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets>) | Medium | | [solution](<../_1482. Minimum Number of Days to Make m Bouquets.md>) | py | Jun 18, 2024 |
| 1552 | [Magnetic Force Between Two Balls](<https://leetcode.com/problems/magnetic-force-between-two-balls>) | Medium | Daily | [solution](<../_1552. Magnetic Force Between Two Balls.md>) | py | Jun 20, 2024 |
| 1885 | [Count Pairs in Two Arrays](<https://leetcode.com/problems/count-pairs-in-two-arrays>) | Medium | Weekly Premium | [solution](<../_1885. Count Pairs in Two Arrays.md>) | py | May 21, 2024 |
Expand Down
Loading

0 comments on commit 64a292c

Please sign in to comment.