Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c58126

Browse files
Sorting in Python
1 parent 0047d03 commit 8c58126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎sorting/heap-sort.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def retsore_down(i, a, n):
4343
i = lchild
4444
a[i] = k
4545

46-
##################################################
46+
###################################################
4747

4848
n = int(input("Enter the number of elements : "))
4949
a = [None]*(n+1)
@@ -56,5 +56,5 @@ def retsore_down(i, a, n):
5656
print(a[i], " ",end='')
5757
print()
5858

59-
##################################################
59+
###################################################
6060

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /