Skip to content

Commit

Permalink
Update number-of-orders-in-the-backlog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Mar 22, 2021
1 parent 20f5f7d commit 5cc0782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python/number-of-orders-in-the-backlog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Time: O(nlogn)
# Space: O(n)

import heapq


class Solution(object):
def getNumberOfBacklogOrders(self, orders):
"""
Expand Down

0 comments on commit 5cc0782

Please sign in to comment.