summaryrefslogtreecommitdiff
path: root/progs/a253.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a253.py')
-rw-r--r--progs/a253.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/a253.py b/progs/a253.py
new file mode 100644
index 0000000..8a3f4d6
--- /dev/null
+++ b/progs/a253.py
@@ -0,0 +1,4 @@
+import heapq as hq
+def raw_heap(rawheap):
+ hq.heapify(rawheap)
+ return rawheap \ No newline at end of file