Section outline

  • WEEK 4 Searching and Sorting Algorithm





    • Topics of Discussion:

      • Introduction to Divide and Conquer Approach.
      • Introduction to the searching Algorithm based on Divide and Conquer Approach. 
      • Introduction to the Sorting Algorithm based on Divide and Conquer Approach. 


      Expected Learning Outcomes:

      • Knowledge about the Binary Search algorithm and its complexity
      • Knowledge about the Merge sort algorithm and its complexity
      • Knowledge about the Quicksort algorithm and its complexity
      • Exercise the Sorting and searching Algorithm with some additional problems.