Skip to content

Commit 7ee3549

Browse files
committed
Updated format for markdowns
1 parent 3b3693c commit 7ee3549

File tree

418 files changed

+851
-849
lines changed

Some content is hidden

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

418 files changed

+851
-849
lines changed

.Readme Updater

README.md

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

markdowns/Daily_Questions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Dates are for the date I completed the question so due to the my time zone and h
66

77
| # | Title | Level | Cats | Solution | Languages | Date Complete |
88
|-----:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------|:---------------------------------------------------------------------------------------------------|:-------------------------|:----------------|
9-
| 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<_2582. Pass the Pillow.md>) | py, java, cs, js, cpp, c | Jul 05, 2024 |
10-
| 2058 | [Find the Minimum and Maximum Number of Nodes Between Critical Points](<https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points>) | Medium | Daily | [solution](<_2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md>) | py, java, cpp | Jul 04, 2024 |
11-
| 2181 | [Merge Nodes in Between Zeros](<https://leetcode.com/problems/merge-nodes-in-between-zeros>) | Medium | Daily | [solution](<_2181. Merge Nodes in Between Zeros.md>) | cpp, java, c, py | Jul 03, 2024 |
9+
| 2582 | [Pass the Pillow](<https://leetcode.com/problems/pass-the-pillow>) | Easy | Daily | [solution](<_2582. Pass the Pillow.md>) | py, js, cs, cpp, java, c | Jul 05, 2024 |
10+
| 2058 | [Find the Minimum and Maximum Number of Nodes Between Critical Points](<https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points>) | Medium | Daily | [solution](<_2058. Find the Minimum and Maximum Number of Nodes Between Critical Points.md>) | py, cpp, java | Jul 04, 2024 |
11+
| 2181 | [Merge Nodes in Between Zeros](<https://leetcode.com/problems/merge-nodes-in-between-zeros>) | Medium | Daily | [solution](<_2181. Merge Nodes in Between Zeros.md>) | py, cpp, java, c | Jul 03, 2024 |
1212
| 1509 | [Minimum Difference Between Largest and Smallest Value in Three Moves](<https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves>) | Medium | Daily | [solution](<_1509. Minimum Difference Between Largest and Smallest Value in Three Moves.md>) | py, cpp, java, c | Jul 02, 2024 |
1313
| 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 |
1414
| 1550 | [Three Consecutive Odds](<https://leetcode.com/problems/three-consecutive-odds>) | Easy | Daily | [solution](<_1550. Three Consecutive Odds.md>) | py, c | Jun 30, 2024 |

markdowns/Questions_By_Code_Length.md

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

markdowns/Questions_By_Recent.md

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

markdowns/_1. Two Sum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1. [Two Sum](<https://leetcode.com/problems/two-sum>)
22

3+
*All prompts are owned by LeetCode. To view the prompt, click the title link above.*
4+
35
*[Back to top](<../README.md>)*
46

57
------
@@ -18,8 +20,6 @@
1820

1921
------
2022

21-
*To see the question prompt, click the title.*
22-
2323
## Solutions
2424

2525
- [e1 - brute force.java](<../my-submissions/e1 - brute force.java>)

markdowns/_100. Same Tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 100. [Same Tree](<https://leetcode.com/problems/same-tree>)
22

3+
*All prompts are owned by LeetCode. To view the prompt, click the title link above.*
4+
35
*[Back to top](<../README.md>)*
46

57
------
@@ -18,8 +20,6 @@
1820

1921
------
2022

21-
*To see the question prompt, click the title.*
22-
2323
## Solutions
2424

2525
- [100.same-tree.py](<../my-submissions/100.same-tree.py>)

markdowns/_1002. Find Common Characters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1002. [Find Common Characters](<https://leetcode.com/problems/find-common-characters>)
22

3+
*All prompts are owned by LeetCode. To view the prompt, click the title link above.*
4+
35
*[Back to top](<../README.md>)*
46

57
------
@@ -18,8 +20,6 @@
1820

1921
------
2022

21-
*To see the question prompt, click the title.*
22-
2323
## Solutions
2424

2525
- [e1002 Daily.py](<../my-submissions/e1002 Daily.py>)

markdowns/_1006. Clumsy Factorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1006. [Clumsy Factorial](<https://leetcode.com/problems/clumsy-factorial>)
22

3+
*All prompts are owned by LeetCode. To view the prompt, click the title link above.*
4+
35
*[Back to top](<../README.md>)*
46

57
------
@@ -18,8 +20,6 @@
1820

1921
------
2022

21-
*To see the question prompt, click the title.*
22-
2323
## Solutions
2424

2525
- [m1006.c](<../my-submissions/m1006.c>)

markdowns/_1008. Construct Binary Search Tree from Preorder Traversal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1008. [Construct Binary Search Tree from Preorder Traversal](<https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal>)
22

3+
*All prompts are owned by LeetCode. To view the prompt, click the title link above.*
4+
35
*[Back to top](<../README.md>)*
46

57
------
@@ -18,8 +20,6 @@
1820

1921
------
2022

21-
*To see the question prompt, click the title.*
22-
2323
## Solutions
2424

2525
- [m1008 Recursion.java](<../my-submissions/m1008 Recursion.java>)

0 commit comments

Comments
 (0)