summaryrefslogtreecommitdiff
path: root/progs/a394.py
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-06-27 22:41:06 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-06-27 22:41:06 +0200
commit49357616859faaf9e53468ce71d6cd99bda4fb4a (patch)
treed861f4962fce25638a348f81609562b85ec18174 /progs/a394.py
parentd653d3598d71fea30d45d118e3d046a3aed53ac1 (diff)
Restore progs folder
Diffstat (limited to 'progs/a394.py')
-rw-r--r--progs/a394.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/a394.py b/progs/a394.py
index d977184..4fe6e47 100644
--- a/progs/a394.py
+++ b/progs/a394.py
@@ -19,4 +19,4 @@ def func(nums, k):
while temp:
v, key = heapq.heappop(temp)
result.append(key)
- return result
+ return result \ No newline at end of file