Skip to content

Commit 724a3ba

Browse files
daniloelertstreamDOTh
authored andcommitted
Add a Readme file to Heap Sort (#348)
1 parent dceab34 commit 724a3ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sorting/Heap Sort/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Heap Sort
2+
Heap sort is a selection based algorithm. It has an ideia similar to Selection Sort. However, instead o search the element in a list (or array), the Heap Sort search the elements in a balanced tree computed as a Heap.
3+
The time complexiy of Heap Sort is allways O(nlogn).

0 commit comments

Comments
 (0)