Section outline

  • 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