Skip to content

Commit e159e7f

Browse files
committed
fixing readme
1 parent 5f79e1d commit e159e7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

12-chapter-Sorting-Algorithms/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ MergeSort is a Divide and Conquer algorithm. It divides input array in two halve
3838
#### Properties of a sorting algorithm
3939

4040
In addition to the time and space complexity of sorting algorithms, the below properties help define sorting algorithms.
41-
|Property | Description
42-
| --- | ---
41+
42+
|Property | Description |
43+
| --- | --- |
4344
|Adaptability | An adaptive sort’s performance improves the more sorted the list is initially.
4445
|In-place | An in-place sort requires a constant amount of additional space.
4546
|Parallelism | A parallel sort can split its workload between multiple workers.

0 commit comments

Comments
 (0)