mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 01:48:02 +00:00
@@ -38,4 +38,4 @@ class PriorityQueue(object):
|
||||
if node.obj is obj:
|
||||
node.key = new_key
|
||||
return node
|
||||
return None
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user