Skip to content

Commit f1b8ae6

Browse files
Update insertion.md
1 parent 06ef2c1 commit f1b8ae6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lessons/insertion.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ Now our array is sorted.
113113
you can visualize this at [hackerearth](https://www.hackerearth.com/practice/algorithms/sorting/insertion-sort/visualize/)
114114

115115
## Advantages
116-
``
117-
118-
119116

120117
- Simple and easy to understand implementation
121118
- Efficient for small data
@@ -127,9 +124,6 @@ you can visualize this at [hackerearth](https://www.hackerearth.com/practice/alg
127124

128125

129126
## Applications
130-
``
131-
132-
133127

134128
- It could be used in sorting small lists.
135129
- It could be used in sorting "almost sorted" lists.

0 commit comments

Comments
 (0)