Section outline
-
-
Discuss on Week-02 content if you have any problem and confusion.
-
Selection Sort
-
Insertion Sort
-
Quiz Syllabus:
- Function and Recursion
- Euclid’s Greatest Common Divisor(GCD) Algorithm
- Asymptotic Notation
- Complexity Analysis
- Searching: Linear Search and brute force techniques.
- Sorting: Insertion Sort
-
Linear Search & Insertion Sort Assignment
-
Linear Search & Insertion Sort - O9 Assignment
-
Bubble sort & Selection Sort Assignment
-
Bubble sort & Selection Sort Assignment