Skip to content

Commit

Permalink
Updated with additional needcode questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 5, 2024
1 parent dd79611 commit 5583c2c
Show file tree
Hide file tree
Showing 56 changed files with 769 additions and 449 deletions.
143 changes: 73 additions & 70 deletions README.md

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions markdowns/Daily_Questions.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Daily Questions
# [Daily Questions](<https://leetcode.com/problems/merge-nodes-in-between-zeros/description/?envType=daily-question>)

*[Back to top](<../README.md>)*

Dates are for the date I completed the question so due to the my time zone and how it lines up with UTC, it may be off by a day.

| # | Title | Level | Cats | Solution | Languages | Date Complete |
|-----:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------|:---------------------------------------------------------------------------------------------------|:-----------------|:----------------|
| 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>) | c, cpp, java, py | Jul 03, 2024 |
| 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, c, java | Jul 02, 2024 |
| 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>) | c, java, py, cpp | Jul 03, 2024 |
| 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>) | c, java, py, cpp | Jul 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>) | java, py | Jul 01, 2024 |
| 1550 | [Three Consecutive Odds](<https://leetcode.com/problems/three-consecutive-odds>) | Easy | Daily | [solution](<_1550. Three Consecutive Odds.md>) | py, c | Jun 30, 2024 |
| 1550 | [Three Consecutive Odds](<https://leetcode.com/problems/three-consecutive-odds>) | Easy | Daily | [solution](<_1550. Three Consecutive Odds.md>) | c, py | Jun 30, 2024 |
| 1579 | [Remove Max Number of Edges to Keep Graph Fully Traversable](<https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable>) | Hard | Daily | [solution](<_1579. Remove Max Number of Edges to Keep Graph Fully Traversable.md>) | py | Jun 30, 2024 |
| 2192 | [All Ancestors of a Node in a Directed Acyclic Graph](<https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph>) | Medium | Daily | [solution](<_2192. All Ancestors of a Node in a Directed Acyclic Graph.md>) | py, java | Jun 28, 2024 |
| 2285 | [Maximum Total Importance of Roads](<https://leetcode.com/problems/maximum-total-importance-of-roads>) | Medium | Daily | [solution](<_2285. Maximum Total Importance of Roads.md>) | py, cpp, c, java | Jun 27, 2024 |
| 1791 | [Find Center of Star Graph](<https://leetcode.com/problems/find-center-of-star-graph>) | Easy | Daily | [solution](<_1791. Find Center of Star Graph.md>) | py, cpp, c, java | Jun 26, 2024 |
| 2192 | [All Ancestors of a Node in a Directed Acyclic Graph](<https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph>) | Medium | Daily | [solution](<_2192. All Ancestors of a Node in a Directed Acyclic Graph.md>) | java, py | Jun 28, 2024 |
| 2285 | [Maximum Total Importance of Roads](<https://leetcode.com/problems/maximum-total-importance-of-roads>) | Medium | Daily | [solution](<_2285. Maximum Total Importance of Roads.md>) | c, java, py, cpp | Jun 27, 2024 |
| 1791 | [Find Center of Star Graph](<https://leetcode.com/problems/find-center-of-star-graph>) | Easy | Daily | [solution](<_1791. Find Center of Star Graph.md>) | c, java, py, cpp | Jun 26, 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 |
| 995 | [Minimum Number of K Consecutive Bit Flips](<https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips>) | Hard | Daily | [solution](<_995. Minimum Number of K Consecutive Bit Flips.md>) | c, py | Jun 23, 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 |
Expand All @@ -26,17 +26,17 @@ Dates are for the date I completed the question so due to the my time zone and h
| 330 | [Patching Array](<https://leetcode.com/problems/patching-array>) | Hard | Daily | [solution](<_330. Patching Array.md>) | py | Jun 15, 2024 |
| 502 | [IPO](<https://leetcode.com/problems/ipo>) | Hard | Daily | [solution](<_502. IPO.md>) | py | Jun 14, 2024 |
| 945 | [Minimum Increment to Make Array Unique](<https://leetcode.com/problems/minimum-increment-to-make-array-unique>) | Medium | Daily | [solution](<_945. Minimum Increment to Make Array Unique.md>) | py | Jun 13, 2024 |
| 75 | [Sort Colors](<https://leetcode.com/problems/sort-colors>) | Medium | Daily | [solution](<_75. Sort Colors.md>) | py, c | Jun 11, 2024 |
| 1122 | [Relative Sort Array](<https://leetcode.com/problems/relative-sort-array>) | Easy | Daily | [solution](<_1122. Relative Sort Array.md>) | py, java | Jun 10, 2024 |
| 75 | [Sort Colors](<https://leetcode.com/problems/sort-colors>) | Medium | Daily | [solution](<_75. Sort Colors.md>) | c, 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 10, 2024 |
| 1051 | [Height Checker](<https://leetcode.com/problems/height-checker>) | Easy | Daily | [solution](<_1051. Height Checker.md>) | c, py | Jun 09, 2024 |
| 974 | [Subarray Sums Divisible by K](<https://leetcode.com/problems/subarray-sums-divisible-by-k>) | Medium | Daily | [solution](<_974. Subarray Sums Divisible by K.md>) | py, java | Jun 09, 2024 |
| 974 | [Subarray Sums Divisible by K](<https://leetcode.com/problems/subarray-sums-divisible-by-k>) | Medium | Daily | [solution](<_974. Subarray Sums Divisible by K.md>) | java, py | Jun 09, 2024 |
| 523 | [Continuous Subarray Sum](<https://leetcode.com/problems/continuous-subarray-sum>) | Medium | Daily | [solution](<_523. Continuous Subarray Sum.md>) | py | Jun 08, 2024 |
| 648 | [Replace Words](<https://leetcode.com/problems/replace-words>) | Medium | Daily | [solution](<_648. Replace Words.md>) | py, java | Jun 06, 2024 |
| 648 | [Replace Words](<https://leetcode.com/problems/replace-words>) | Medium | Daily | [solution](<_648. Replace Words.md>) | java, py | Jun 06, 2024 |
| 846 | [Hand of Straights](<https://leetcode.com/problems/hand-of-straights>) | Medium | Daily, N150 | [solution](<_846. Hand of Straights.md>) | py | Jun 06, 2024 |
| 1002 | [Find Common Characters](<https://leetcode.com/problems/find-common-characters>) | Easy | Daily | [solution](<_1002. Find Common Characters.md>) | py | Jun 04, 2024 |
| 409 | [Longest Palindrome](<https://leetcode.com/problems/longest-palindrome>) | Easy | Daily | [solution](<_409. Longest Palindrome.md>) | c, py | Jun 03, 2024 |
| 2037 | [Minimum Number of Moves to Seat Everyone](<https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone>) | Easy | Daily | [solution](<_2037. Minimum Number of Moves to Seat Everyone.md>) | py, c | Jun 03, 2024 |
| 2486 | [Append Characters to String to Make Subsequence](<https://leetcode.com/problems/append-characters-to-string-to-make-subsequence>) | Medium | Daily | [solution](<_2486. Append Characters to String to Make Subsequence.md>) | py, c, java | Jun 03, 2024 |
| 2037 | [Minimum Number of Moves to Seat Everyone](<https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone>) | Easy | Daily | [solution](<_2037. Minimum Number of Moves to Seat Everyone.md>) | c, py | Jun 03, 2024 |
| 2486 | [Append Characters to String to Make Subsequence](<https://leetcode.com/problems/append-characters-to-string-to-make-subsequence>) | Medium | Daily | [solution](<_2486. Append Characters to String to Make Subsequence.md>) | c, java, py | Jun 03, 2024 |
| 344 | [Reverse String](<https://leetcode.com/problems/reverse-string>) | Easy | Daily | [solution](<_344. Reverse String.md>) | java, py | Jun 01, 2024 |
| 3110 | [Score of a String](<https://leetcode.com/problems/score-of-a-string>) | Easy | Daily | [solution](<_3110. Score of a String.md>) | java, py | May 31, 2024 |
| 260 | [Single Number III](<https://leetcode.com/problems/single-number-iii>) | Medium | Daily | [solution](<_260. Single Number III.md>) | py | May 30, 2024 |
Expand Down
Loading

0 comments on commit 5583c2c

Please sign in to comment.