Movatterモバイル変換


[0]ホーム

URL:


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

Commitade7d9b

Browse files
authored
Added Tree Sort
1 parent46e5ecb commitade7d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎allalgorithms/sorting/tree_sort.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def in_order_traversal(tree):
3636
in_order_traversal(tree.right)
3737

3838

39-
defTreeSort(x):
39+
deftree_sort(x):
4040
# root node
4141
t=insert(None,x[0]);
4242
# inserting all elements in the binary tree

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp