• CSE214 & CSE215 (Theory & LAB)

    "For me, great algorithms are the poetry of computation"

                                                                                                                                                                        --Francis Sullivan

    • Online Class Link (PC-A) Google Meet™ for Moodle
      Restricted Not available unless: You belong to PC-A
    • Online Class Link (PC-B) Google Meet™ for Moodle
      Restricted Not available unless: You belong to PC-B
  • Week 3: Brute Force: Searching & Sorting

    LESSON OBJECTIVE

    • To introduce with brute force type problems in searching & sorting domains

    LEARNING OUTCOMES

    • Knowledge about the Linear Search algorithm and its complexity
    • Knowledge about the Insertion sort algorithm and its complexity
    • Knowledge about the Bubble sort algorithm and its complexity
    • Knowledge about the Selection sort algorithm and its complexity
    • Exercise the Sorting and searching Algorithm with some additional problems

    TOPICS

    • Introduction to brute force techniques
    • Introduction to the searching Algorithm
    • ntroduction to the sorting Algorithm

    CONTENTS

Week 2: Introduction to AlgorithmWeek 4: Divide & Conquer