You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Leetcode discussion/2022practice.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -406,5 +406,29 @@ June 23, 2022
406
406
<br>772. Basic Calculator III | Hard level<br>
407
407
[C# | Quick learner | High precedence | Recursive](https://leetcode.com/problems/basic-calculator-iii/discuss/2189284/C-or-Quick-learner-or-High-precedence-or-Recursive)
408
408
409
+
June 28, 2022
410
+
<br>847. Shortest Path Visiting All Nodes | Hard level<br>
411
+
[C# | Quick learner | BFS | How to define a state?](https://leetcode.com/problems/shortest-path-visiting-all-nodes/discuss/2211472/C-or-Quick-learner-or-BFS-or-How-to-define-a-state)<br>
412
+
413
+
June 29, 2022<br>
414
+
I plan to work on the following hard level algorithms in next two weeks:<br>
<br>465. Optimal Account Balancing | Hard level<br>
418
+
[C# | Quick learner | DFS, backtracking, GraceMeng top voted](https://leetcode.com/problems/optimal-account-balancing/discuss/2238530/C-or-Quick-learner-or-DFS-backtracking-or-GraceMeng-top-voted)
419
+
420
+
July 18, 2022
421
+
<br>1104. Path In Zigzag Labelled Binary Tree<br>
422
+
[C# | Quick learner | Show progress](https://leetcode.com/problems/path-in-zigzag-labelled-binary-tree/discuss/2300641/C-or-Quick-learner-or-Show-progress)<br>
423
+
[C# | Quick learner | Apply math analysis](https://leetcode.com/problems/path-in-zigzag-labelled-binary-tree/discuss/2300959/C-or-Quick-learner-or-Apply-math-analysis)<br>
424
+
[C# | Quick learner | 10 minutes a solution](https://leetcode.com/problems/path-in-zigzag-labelled-binary-tree/discuss/2301276/C-or-Quick-learner-or-10-minutes-a-solution)
425
+
426
+
I work on discuss post with downvote - 84 largest rectangle in histogram. What I did is to add a solution using stack before a brute force solution. <br>
427
+
July 19, 2022
428
+
<br>84. Largest Rectangle in Histogram<br>
429
+
[C# | Quick learner | Optimal time complexity solution provided](https://leetcode.com/problems/largest-rectangle-in-histogram/discuss/2305402/C-or-Quick-learner-or-Optimal-time-complexity-solution-provided)
430
+
431
+
<br>737. Sentence Similarity II<br>
432
+
[C# | Quick learner | Union find algorithm](https://leetcode.com/problems/sentence-similarity-ii/discuss/2306160/C-or-Quick-learner-or-Union-find-algorithm)<br>
Copy file name to clipboardExpand all lines: Leetcode discussion/ReadMe.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -905,6 +905,9 @@ Sept. 22, 2020<br>
905
905
146. LRU Cache<br>
906
906
[C# Double linked list using dummy head and tail](https://leetcode.com/problems/lru-cache/discuss/859760/C-Double-linked-list-using-dummy-head-and-tail)<br>
907
907
908
+
<br>42. Trapping Rain Water<br>
909
+
[C# | Quick learner | Two solutions to share](https://leetcode.com/problems/trapping-rain-water/discuss/2310527/C-or-Quick-learner-or-Two-solutions-to-share)<br>
0 commit comments