We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79e1d commit e159e7fCopy full SHA for e159e7f
12-chapter-Sorting-Algorithms/readme.md
@@ -38,8 +38,9 @@ MergeSort is a Divide and Conquer algorithm. It divides input array in two halve
38
#### Properties of a sorting algorithm
39
40
In addition to the time and space complexity of sorting algorithms, the below properties help define sorting algorithms.
41
-|Property | Description
42
-| --- | ---
+
+|Property | Description |
43
+| --- | --- |
44
|Adaptability | An adaptive sort’s performance improves the more sorted the list is initially.
45
|In-place | An in-place sort requires a constant amount of additional space.
46
|Parallelism | A parallel sort can split its workload between multiple workers.
0 commit comments