DSA: Searching and Sorting Algorithms
Handwritten notes on Searching and Sorting Algorithms. Course: Data Structures and Algorithms. The document consists of detailed notes on the following algorithms. Algorithms covered in this document: Linear search, binary search, insertion sort, selection sort, bubble sort, quick sort, and merge sort. The document also contains a comparison of these algorithms based on time and space complexity.
Written for
- Institution
- Vellore Institute Of Technology, Chennai
- Course
- BCSE202L
Document information
- Uploaded on
- June 25, 2023
- Number of pages
- 14
- Written in
- 2022/2023
- Type
- Class notes
- Professor(s)
- Richa
- Contains
- Searching and sorting algorithms
Subjects
-
searching algorithms
-
linear search
-
binary search
-
applications
-
sorting
-
insertion sort
-
selection sort
-
bubble sort
-
quick sort
-
merge sort