Skip to content

Commit 2ef8012

Browse files
Update lessons/insertion.md
Co-authored-by: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com>
1 parent 0080a86 commit 2ef8012

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lessons/insertion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ order: "5E"
55
section: "Searching & Sorting"
66
description: "learn Sorting algorithms"
77
---
8-
### Introduction to Insertion Sort
98
Insertion sort is the sorting mechanism where the sorted array is built having one item at a time. The array elements are compared with each other sequentially and then arranged simultaneously in some particular order.
109

1110
### Explanation

0 commit comments

Comments
 (0)