Closed
Description
⭐ Request Type
Add in-depth documentation on the sorting algorithm Bubble Sort
- The markdown file is located here.
Lesson Content
The lesson must contain at least these are the topics:
- Introduction to Sorting
- Stable and Unstable sorting algorithms
- Bubble Sort + Why Bubble sort?
- Complexity Analysis of Bubble sort
- Time complexity
- Space complexity
- Code for Bubble Sort + program explanation
💻 Location
This lesson is present under the
Section: 5
Lesson: C
Location Order: 5C
File-Name: bubblesort.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 Bubble sort video of @kunal-kushwaha (https://www.youtube.com/watch?v=F5MZyqRp_IM)