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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,8 +417,15 @@ I plan to work on the following hard level algorithms in next two weeks:<br>
417
417
<br>465. Optimal Account Balancing | Hard level<br>
418
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
419
420
-
July 18, 2022<br>
421
-
1104. Path In Zigzag Labelled Binary Tree<br>
420
+
July 18, 2022
421
+
<br>1104. Path In Zigzag Labelled Binary Tree<br>
422
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
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
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)
0 commit comments