Skip to content

Commit

Permalink
Updated markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67/leetcode authored and Zanger67/leetcode committed Jul 21, 2024
1 parent a13db52 commit 89f7be3
Show file tree
Hide file tree
Showing 61 changed files with 2,296 additions and 2,294 deletions.
2 changes: 1 addition & 1 deletion .readme_updater
582 changes: 291 additions & 291 deletions README.md

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions markdowns/Daily_Questions.md

Large diffs are not rendered by default.

565 changes: 137 additions & 428 deletions markdowns/Easy.md

Large diffs are not rendered by default.

295 changes: 294 additions & 1 deletion markdowns/Medium.md

Large diffs are not rendered by default.

582 changes: 291 additions & 291 deletions markdowns/Questions_By_Code_Length.md

Large diffs are not rendered by default.

582 changes: 291 additions & 291 deletions markdowns/Questions_By_Recent.md

Large diffs are not rendered by default.

276 changes: 138 additions & 138 deletions markdowns/by_topic/Array.md

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions markdowns/by_topic/Backtracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

| # | Title | Level | Cats | Solution | Languages | Date Complete |
|-----:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:----------|:------------------------------------------------------------------------------------------|:------------|:----------------|
| 17 | [Letter Combinations of a Phone Number](<https://leetcode.com/problems/letter-combinations-of-a-phone-number>) | Easy | N150 | [solution](<../_17. Letter Combinations of a Phone Number.md>) | java | Jul 14, 2024 |
| 22 | [Generate Parentheses](<https://leetcode.com/problems/generate-parentheses>) | Easy | N150 | [solution](<../_22. Generate Parentheses.md>) | py | Jun 13, 2024 |
| 39 | [Combination Sum](<https://leetcode.com/problems/combination-sum>) | Easy | B75, N150 | [solution](<../_39. Combination Sum.md>) | py | Jul 16, 2024 |
| 46 | [Permutations](<https://leetcode.com/problems/permutations>) | Easy | N150 | [solution](<../_46. Permutations.md>) | py | Jun 07, 2024 |
| 77 | [Combinations](<https://leetcode.com/problems/combinations>) | Easy | | [solution](<../_77. Combinations.md>) | py | Jun 07, 2024 |
| 78 | [Subsets](<https://leetcode.com/problems/subsets>) | Easy | N150 | [solution](<../_78. Subsets.md>) | py | Jun 02, 2024 |
| 79 | [Word Search](<https://leetcode.com/problems/word-search>) | Easy | B75, N150 | [solution](<../_79. Word Search.md>) | py | Jun 27, 2024 |
| 90 | [Subsets II](<https://leetcode.com/problems/subsets-ii>) | Easy | N150 | [solution](<../_90. Subsets II.md>) | py | Jul 03, 2024 |
| 113 | [Path Sum II](<https://leetcode.com/problems/path-sum-ii>) | Easy | | [solution](<../_113. Path Sum II.md>) | py | Jul 03, 2024 |
| 17 | [Letter Combinations of a Phone Number](<https://leetcode.com/problems/letter-combinations-of-a-phone-number>) | Medium | N150 | [solution](<../_17. Letter Combinations of a Phone Number.md>) | java | Jul 14, 2024 |
| 22 | [Generate Parentheses](<https://leetcode.com/problems/generate-parentheses>) | Medium | N150 | [solution](<../_22. Generate Parentheses.md>) | py | Jun 13, 2024 |
| 39 | [Combination Sum](<https://leetcode.com/problems/combination-sum>) | Medium | B75, N150 | [solution](<../_39. Combination Sum.md>) | py | Jul 16, 2024 |
| 46 | [Permutations](<https://leetcode.com/problems/permutations>) | Medium | N150 | [solution](<../_46. Permutations.md>) | py | Jun 07, 2024 |
| 77 | [Combinations](<https://leetcode.com/problems/combinations>) | Medium | | [solution](<../_77. Combinations.md>) | py | Jun 07, 2024 |
| 78 | [Subsets](<https://leetcode.com/problems/subsets>) | Medium | N150 | [solution](<../_78. Subsets.md>) | py | Jun 02, 2024 |
| 79 | [Word Search](<https://leetcode.com/problems/word-search>) | Medium | B75, N150 | [solution](<../_79. Word Search.md>) | py | Jun 27, 2024 |
| 90 | [Subsets II](<https://leetcode.com/problems/subsets-ii>) | Medium | N150 | [solution](<../_90. Subsets II.md>) | py | Jul 03, 2024 |
| 113 | [Path Sum II](<https://leetcode.com/problems/path-sum-ii>) | Medium | | [solution](<../_113. Path Sum II.md>) | py | Jul 03, 2024 |
| 212 | [Word Search II](<https://leetcode.com/problems/word-search-ii>) | Hard | B75, N150 | [solution](<../_212. Word Search II.md>) | py | Jun 27, 2024 |
| 784 | [Letter Case Permutation](<https://leetcode.com/problems/letter-case-permutation>) | Easy | | [solution](<../_784. Letter Case Permutation.md>) | py | Jun 15, 2024 |
| 1087 | [Brace Expansion](<https://leetcode.com/problems/brace-expansion>) | Easy | | [solution](<../_1087. Brace Expansion.md>) | py | Jun 15, 2024 |
| 1239 | [Maximum Length of a Concatenated String with Unique Characters](<https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters>) | Easy | | [solution](<../_1239. Maximum Length of a Concatenated String with Unique Characters.md>) | py | Jun 29, 2024 |
| 784 | [Letter Case Permutation](<https://leetcode.com/problems/letter-case-permutation>) | Medium | | [solution](<../_784. Letter Case Permutation.md>) | py | Jun 15, 2024 |
| 1087 | [Brace Expansion](<https://leetcode.com/problems/brace-expansion>) | Medium | | [solution](<../_1087. Brace Expansion.md>) | py | Jun 15, 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>) | Easy | | [solution](<../_1980. Find Unique Binary String.md>) | c, py | Jun 27, 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 27, 2024 |
22 changes: 11 additions & 11 deletions markdowns/by_topic/Binary Search Tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

| # | Title | Level | Cats | Solution | Languages | Date Complete |
|-----:|:---------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------|:----------------------------------------------------------------------------------|:-------------|:----------------|
| 98 | [Validate Binary Search Tree](<https://leetcode.com/problems/validate-binary-search-tree>) | Easy | B75, N150 | [solution](<../_98. Validate Binary Search Tree.md>) | c | Jun 23, 2024 |
| 173 | [Binary Search Tree Iterator](<https://leetcode.com/problems/binary-search-tree-iterator>) | Easy | | [solution](<../_173. Binary Search Tree Iterator.md>) | py | Jun 26, 2024 |
| 230 | [Kth Smallest Element in a BST](<https://leetcode.com/problems/kth-smallest-element-in-a-bst>) | Easy | B75, N150 | [solution](<../_230. Kth Smallest Element in a BST.md>) | py | Jun 29, 2024 |
| 235 | [Lowest Common Ancestor of a Binary Search Tree](<https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree>) | Easy | B75, N150 | [solution](<../_235. Lowest Common Ancestor of a Binary Search Tree.md>) | py | Jul 04, 2024 |
| 98 | [Validate Binary Search Tree](<https://leetcode.com/problems/validate-binary-search-tree>) | Medium | B75, N150 | [solution](<../_98. Validate Binary Search Tree.md>) | c | Jun 23, 2024 |
| 173 | [Binary Search Tree Iterator](<https://leetcode.com/problems/binary-search-tree-iterator>) | Medium | | [solution](<../_173. Binary Search Tree Iterator.md>) | py | Jun 26, 2024 |
| 230 | [Kth Smallest Element in a BST](<https://leetcode.com/problems/kth-smallest-element-in-a-bst>) | Medium | B75, N150 | [solution](<../_230. Kth Smallest Element in a BST.md>) | py | Jun 29, 2024 |
| 235 | [Lowest Common Ancestor of a Binary Search Tree](<https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree>) | Medium | B75, N150 | [solution](<../_235. Lowest Common Ancestor of a Binary Search Tree.md>) | py | Jul 04, 2024 |
| 272 | [Closest Binary Search Tree Value II](<https://leetcode.com/problems/closest-binary-search-tree-value-ii>) | Hard | | [solution](<../_272. Closest Binary Search Tree Value II.md>) | py | Jul 01, 2024 |
| 426 | [Convert Binary Search Tree to Sorted Doubly Linked List](<https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list>) | Easy | | [solution](<../_426. Convert Binary Search Tree to Sorted Doubly Linked List.md>) | py | Jun 12, 2024 |
| 450 | [Delete Node in a BST](<https://leetcode.com/problems/delete-node-in-a-bst>) | Easy | | [solution](<../_450. Delete Node in a BST.md>) | py | Jun 29, 2024 |
| 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 12, 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 29, 2024 |
| 700 | [Search in a Binary Search Tree](<https://leetcode.com/problems/search-in-a-binary-search-tree>) | Easy | | [solution](<../_700. Search in a Binary Search Tree.md>) | c, java, py | Jul 17, 2024 |
| 703 | [Kth Largest Element in a Stream](<https://leetcode.com/problems/kth-largest-element-in-a-stream>) | Easy | N150 | [solution](<../_703. Kth Largest Element in a Stream.md>) | py | Jul 05, 2024 |
| 776 | [Split BST](<https://leetcode.com/problems/split-bst>) | Easy | Weekly Premium | [solution](<../_776. Split BST.md>) | py | Jun 29, 2024 |
| 1008 | [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>) | Easy | | [solution](<../_1008. Construct Binary Search Tree from Preorder Traversal.md>) | c, cpp, java | Jun 27, 2024 |
| 1038 | [Binary Search Tree to Greater Sum Tree](<https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree>) | Easy | Daily | [solution](<../_1038. Binary Search Tree to Greater Sum Tree.md>) | c | Jun 26, 2024 |
| 1305 | [All Elements in Two Binary Search Trees](<https://leetcode.com/problems/all-elements-in-two-binary-search-trees>) | Easy | | [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>) | Easy | Daily | [solution](<../_1382. Balance a Binary Search Tree.md>) | py | Jun 29, 2024 |
| 776 | [Split BST](<https://leetcode.com/problems/split-bst>) | Medium | Weekly Premium | [solution](<../_776. Split BST.md>) | py | Jun 29, 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 27, 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 26, 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 29, 2024 |
Loading

0 comments on commit 89f7be3

Please sign in to comment.