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 Aug 7, 2024
1 parent 033c4da commit 297441a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This repo is a collection of my LeetCode solutions, primarily written in Python,
| 260 | [Single Number III](<https://leetcode.com/problems/single-number-iii>) | Medium | | [solution](<markdowns/_260. Single Number III.md>) | py |
| 271 | [Encode and Decode Strings](<https://leetcode.com/problems/encode-and-decode-strings>) | Medium | B75, N150 | [solution](<markdowns/_271. Encode and Decode Strings.md>) | py |
| 272 | [Closest Binary Search Tree Value II](<https://leetcode.com/problems/closest-binary-search-tree-value-ii>) | Hard | | [solution](<markdowns/_272. Closest Binary Search Tree Value II.md>) | py |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | | [solution](<markdowns/_273. Integer to English Words.md>) | py |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<markdowns/_273. Integer to English Words.md>) | py |
| 286 | [Walls and Gates](<https://leetcode.com/problems/walls-and-gates>) | Medium | N150 | [solution](<markdowns/_286. Walls and Gates.md>) | py |
| 287 | [Find the Duplicate Number](<https://leetcode.com/problems/find-the-duplicate-number>) | Medium | N150 | [solution](<markdowns/_287. Find the Duplicate Number.md>) | c |
| 292 | [Nim Game](<https://leetcode.com/problems/nim-game>) | Easy | | [solution](<markdowns/_292. Nim Game.md>) | py |
Expand Down
1 change: 1 addition & 0 deletions markdowns/Daily_Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Dates are for the date I completed the question so due to the my time zone and h

| # | Title | Level | Cats | Solution | Languages | Date Complete |
|-----:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------|:----------------------------------------------------------------------------------------------------|:-----------------------------|:----------------|
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<_273. Integer to English Words.md>) | py | Aug 07, 2024 |
| 3016 | [Minimum Number of Pushes to Type Word II](<https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-ii>) | Medium | Daily | [solution](<_3016. Minimum Number of Pushes to Type Word II.md>) | py | Aug 06, 2024 |
| 2053 | [Kth Distinct String in an Array](<https://leetcode.com/problems/kth-distinct-string-in-an-array>) | Easy | Daily | [solution](<_2053. Kth Distinct String in an Array.md>) | py | Aug 05, 2024 |
| 1508 | [Range Sum of Sorted Subarray Sums](<https://leetcode.com/problems/range-sum-of-sorted-subarray-sums>) | Medium | Daily | [solution](<_1508. Range Sum of Sorted Subarray Sums.md>) | py | Aug 04, 2024 |
Expand Down
2 changes: 1 addition & 1 deletion markdowns/Hard.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| 224 | [Basic Calculator](<https://leetcode.com/problems/basic-calculator>) | Hard | | [solution](<_224. Basic Calculator.md>) | py | Jun 10, 2024 |
| 239 | [Sliding Window Maximum](<https://leetcode.com/problems/sliding-window-maximum>) | Hard | N150 | [solution](<_239. Sliding Window Maximum.md>) | py | Jun 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 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 330 | [Patching Array](<https://leetcode.com/problems/patching-array>) | Hard | Daily | [solution](<_330. Patching Array.md>) | py | Jun 16, 2024 |
| 381 | [Insert Delete GetRandom O(1) - Duplicates allowed](<https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed>) | Hard | | [solution](<_381. Insert Delete GetRandom O(1) - Duplicates allowed.md>) | java | Jul 06, 2024 |
| 431 | [Encode N-ary Tree to Binary Tree](<https://leetcode.com/problems/encode-n-ary-tree-to-binary-tree>) | Hard | | [solution](<_431. Encode N-ary Tree to Binary Tree.md>) | java, py | Jun 28, 2024 |
Expand Down
2 changes: 1 addition & 1 deletion markdowns/Questions_By_Code_Length.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Calculations are based on the code files's byte sizes.
| 2045 | [Second Minimum Time to Reach Destination](<https://leetcode.com/problems/second-minimum-time-to-reach-destination>) | Hard | Daily | [solution](<_2045. Second Minimum Time to Reach Destination.md>) | py | Jul 28, 2024 |
| 1660 | [Correct a Binary Tree](<https://leetcode.com/problems/correct-a-binary-tree>) | Medium | | [solution](<_1660. Correct a Binary Tree.md>) | py | Jun 27, 2024 |
| 1740 | [Find Distance in a Binary Tree](<https://leetcode.com/problems/find-distance-in-a-binary-tree>) | Medium | Weekly Premium | [solution](<_1740. Find Distance in a Binary Tree.md>) | py | Jul 15, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 2206 | [Divide Array Into Equal Pairs](<https://leetcode.com/problems/divide-array-into-equal-pairs>) | Easy | | [solution](<_2206. Divide Array Into Equal Pairs.md>) | c, py | Jun 08, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 3233 | Weekly Contest 408 - q2 - [Find the Count of Numbers Which Are Not Special](<https://leetcode.com/problems/find-the-count-of-numbers-which-are-not-special>) | Medium | Contest | [solution](<_3233. Find the Count of Numbers Which Are Not Special.md>) | java, py | Jul 28, 2024 |
| 1087 | [Brace Expansion](<https://leetcode.com/problems/brace-expansion>) | Medium | | [solution](<_1087. Brace Expansion.md>) | py | Jun 15, 2024 |
| 606 | [Construct String from Binary Tree](<https://leetcode.com/problems/construct-string-from-binary-tree>) | Medium | | [solution](<_606. Construct String from Binary Tree.md>) | java, py | Aug 04, 2024 |
Expand Down
2 changes: 1 addition & 1 deletion markdowns/Questions_By_Recent.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Calculations are based on the date of the first solve.
| 143 | [Reorder List](<https://leetcode.com/problems/reorder-list>) | Medium | B75, N150 | [solution](<_143. Reorder List.md>) | java, py | Jun 11, 2024 |
| 114 | [Flatten Binary Tree to Linked List](<https://leetcode.com/problems/flatten-binary-tree-to-linked-list>) | Medium | | [solution](<_114. Flatten Binary Tree to Linked List.md>) | c, py | Jun 11, 2024 |
| 84 | [Largest Rectangle in Histogram](<https://leetcode.com/problems/largest-rectangle-in-histogram>) | Hard | N150 | [solution](<_84. Largest Rectangle in Histogram.md>) | py | Jun 11, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 1122 | [Relative Sort Array](<https://leetcode.com/problems/relative-sort-array>) | Easy | Daily | [solution](<_1122. Relative Sort Array.md>) | java, py | Jun 11, 2024 |
| 8 | [String to Integer (atoi)](<https://leetcode.com/problems/string-to-integer-atoi>) | Medium | | [solution](<_8. String to Integer (atoi).md>) | py | Jun 10, 2024 |
| 2083 | [Substrings That Begin and End With the Same Letter](<https://leetcode.com/problems/substrings-that-begin-and-end-with-the-same-letter>) | Medium | Weekly Premium | [solution](<_2083. Substrings That Begin and End With the Same Letter.md>) | c, py | Jun 10, 2024 |
Expand Down
3 changes: 1 addition & 2 deletions markdowns/_273. Integer to English Words.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> *First completed : June 11, 2024*
>
> *Last updated : July 01, 2024*
> *Last updated : August 07, 2024*
------

Expand Down Expand Up @@ -59,7 +59,6 @@ class Solution:
return ' '.join(output)

def threeDigits(self, num: int) -> str:
print('\t', num)
expressions = ['Zero',
'One',
'Two',
Expand Down
2 changes: 1 addition & 1 deletion markdowns/by_topic/Math.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| 189 | [Rotate Array](<https://leetcode.com/problems/rotate-array>) | Medium | | [solution](<../_189. Rotate Array.md>) | py | Jun 02, 2024 |
| 224 | [Basic Calculator](<https://leetcode.com/problems/basic-calculator>) | Hard | | [solution](<../_224. Basic Calculator.md>) | py | Jun 10, 2024 |
| 227 | [Basic Calculator II](<https://leetcode.com/problems/basic-calculator-ii>) | Medium | | [solution](<../_227. Basic Calculator II.md>) | py | Jun 10, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | | [solution](<../_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 273 | [Integer to English Words](<https://leetcode.com/problems/integer-to-english-words>) | Hard | Daily | [solution](<../_273. Integer to English Words.md>) | py | Jun 11, 2024 |
| 292 | [Nim Game](<https://leetcode.com/problems/nim-game>) | Easy | | [solution](<../_292. Nim Game.md>) | py | May 23, 2024 |
| 369 | [Plus One Linked List](<https://leetcode.com/problems/plus-one-linked-list>) | Medium | | [solution](<../_369. Plus One Linked List.md>) | c | Jul 04, 2024 |
| 380 | [Insert Delete GetRandom O(1)](<https://leetcode.com/problems/insert-delete-getrandom-o1>) | Medium | | [solution](<../_380. Insert Delete GetRandom O(1).md>) | java | Jul 06, 2024 |
Expand Down
Loading

0 comments on commit 297441a

Please sign in to comment.