Skip to content

Commit ade7d9b

Browse files
authored
Added Tree Sort
1 parent 46e5ecb commit ade7d9b

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-
def TreeSort(x):
39+
def tree_sort(x):
4040
# root node
4141
t = insert(None, x[0]);
4242
# inserting all elements in the binary tree

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy