Leetcode Day 41 - Monotone stack
Monotone stack
Diff | Problem | Python | Java |
---|---|---|---|
121 Best Time to Buy and Sell Stock | |||
19 Remove Nth Node From End of List | |||
160 Intersection of Two Linked Lists | |||
142 Linked List Cycle II |
the link
Best Time to Buy and Sell Stock
Solution
<2nd problem>
Link to Leetcode question[^rnnfeol]
Solution
<3rd problem>
Link to Leetcode question[^rnnfeol]
Solution
<4th problem>
Link to Leetcode question[^rnnfeol]
Solution
Reference
This post is licensed under CC BY 4.0 by the author.