MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / UnderFlowError

Class UnderFlowError

data_structures/queues/priority_queue_using_list.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class UnderFlowError(Exception):
12 pass
13
14
15class FixedPriorityQueue:

Callers 2

dequeueMethod · 0.85
dequeueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected