-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Description
⭐ Request Type
Add in-depth documentation on the sorting algorithm Insertion Sort.
The markdown file is located here.
Lesson Content
The lesson must contain at least these are the topics:
- Introduction to Insertion Sort
- Complete explanation on Insertion sort
- Complexity Analysis of Insertion Sort
- Worst-Case + Best Case
- Code for Insertion Sort
- Explanation of Code Example
💻 Location
This lesson is present under the
Section: 5
Lesson: E
Location Order: 5E
File-Name: insertion.md
❌ Additional Info
You can take the help of other markdown files in the /lesson directory so that you get the idea of in which fashion you should write.
If you don't know how to do markdown, don't worry it is quite easy, just follow this docs-https://guides.github.com/features/mastering-markdown/
If your concepts are not that good follow this Insertion sort video of @kunal-kushwaha (https://www.youtube.com/watch?v=By_5-RRqVeE)