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
*P.S. If you like this, please leave me a star.* ★
@@ -328,6 +328,7 @@ In this repository provided my Python solutions of LeetCode problems.
328
328
|881.|[Boats to Save People](https://leetcode.com/problems/boats-to-save-people/)|[Python](/Medium/881.BoatstoSavePeople.py)|Medium|`Two Pointers`|
329
329
|884.|[Uncommon Words from Two Sentences](https://leetcode.com/problems/uncommon-words-from-two-sentences/)|[Python](/Easy/884.UncommonWordsfromTwoSentences.py)|Easy|simple counter|
330
330
|890.|[Find and Replace Pattern](https://leetcode.com/problems/find-and-replace-pattern/)|[Python](/Medium/890.FindandReplacePattern.py)|Medium|`Dictionary`|
331
+
|895.|[Maximum Frequency Stack](https://leetcode.com/problems/maximum-frequency-stack/)|[Python](/Hard/895.MaximumFrequencyStack.py)|Hard||
|897.|[Increasing Order Search Tree](https://leetcode.com/problems/increasing-order-search-tree/)|[Python](/Easy/897.IncreasingOrderSearchTree.py)|Easy|`DFS`, iteratively|
0 commit comments