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
|[Leetcode-122](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/)| Best Time To Buy And Sell Stock II |[c++](./leetcode/122.best-time-to-buy-and-sell-stock-ii.cpp), [python3](./leetcode/122.best-time-to-buy-and-sell-stock-ii.py)| Greedy | O\(N\)| O\(1\)| - |
244
244
|[Leetcode-714](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/)| Best Time To Buy And Sell Stock With Transaction Fee |[c++](./leetcode/714.best-time-to-buy-and-sell-stock-with-transaction-fee.cpp), [python3](./leetcode/714.best-time-to-buy-and-sell-stock-with-transaction-fee.py)| Greedy | O\(N\)| O\(N\)| - |
245
245
|[Leetcode-605](https://leetcode.com/problems/can-place-flowers/)| Can Place Flowers |[c++](./leetcode/605.can-place-flowers.cpp), [python3](./leetcode/605.can-place-flowers.py)| Greedy | O\(N\)| O\(N\)| - |
|[Leetcode-2375](https://leetcode.com/problems/construct-smallest-number-from-di-string/)| Construct Smallest Number From Di String |[c++](./leetcode/2375.construct-smallest-number-from-di-string.cpp), [python3](./leetcode/2375.construct-smallest-number-from-di-string.py)| Greedy | O\(N\)| O\(N\)| - |
247
248
|[Leetcode-3048](https://leetcode.com/problems/earliest-second-to-mark-indices-i/)| Earliest Second To Mark Indices I |[c++](./leetcode/3048.earliest-second-to-mark-indices-i.cpp), [python3](./leetcode/3048.earliest-second-to-mark-indices-i.py)| Greedy | O\(NlogN\)| O\(N\)| - |
248
249
|[Leetcode-134](https://leetcode.com/problems/gas-station/)| Gas Station |[c++](./leetcode/134.gas-station.cpp), [python3](./leetcode/134.gas-station.py)| Greedy | O\(N\)| O\(1\)| - |
249
250
|[Leetcode-846](https://leetcode.com/problems/hand-of-straights/)| Hand Of Straights |[c++](./leetcode/846.hand-of-straights.cpp), [python3](./leetcode/846.hand-of-straights.py)| Greedy | O\(NlogN\)| O\(N\)| - |
|[Leetcode-2375](https://leetcode.com/problems/construct-smallest-number-from-di-string/)| Construct Smallest Number From Di String |[c++](./leetcode/2375.construct-smallest-number-from-di-string.cpp), [python3](./leetcode/2375.construct-smallest-number-from-di-string.py)| Stack | O\(N\)| O\(N\)| - |
|[Leetcode-114](https://leetcode.com/problems/flatten-binary-tree-to-linked-list/)| Flatten Binary Tree To Linked List |[c++](./leetcode/114.flatten-binary-tree-to-linked-list.cpp), [python3](./leetcode/114.flatten-binary-tree-to-linked-list.py)| Stack | O\(N\)| O\(H\)| - |
|[Leetcode-2375](https://leetcode.com/problems/construct-smallest-number-from-di-string/)| Construct Smallest Number From Di String |[c++](./leetcode/2375.construct-smallest-number-from-di-string.cpp), [python3](./leetcode/2375.construct-smallest-number-from-di-string.py)| Backtracking | O\(N\)| O\(N\)| - |
911
914
|[Leetcode-1718](https://leetcode.com/problems/construct-the-lexicographically-largest-valid-sequence/)| Construct The Lexicographically Largest Valid Sequence |[c++](./leetcode/1718.construct-the-lexicographically-largest-valid-sequence.cpp), [python3](./leetcode/1718.construct-the-lexicographically-largest-valid-sequence.py)| Backtracking | O\(N\!\)| O\(N\)| - |
912
915
|[Leetcode-2698](https://leetcode.com/problems/find-the-punishment-number-of-an-integer/)| Find The Punishment Number Of An Integer |[c++](./leetcode/2698.find-the-punishment-number-of-an-integer.cpp), [python3](./leetcode/2698.find-the-punishment-number-of-an-integer.py)| Backtracking | O\(N \* 2^K\)| O\(K\)| - |
0 commit comments