Unit 1: Problem Solving

Cards (7)

  • What is Merge Sort?
    Merge Sort is a form of Sorting Algorithm that divides a list into smaller Lists until the size of each list is equal to one.
  • What is Linear Search?

    A searching algorithm that checks each element in a list sequentially until a match is found.
  • What is Bubble Sort?
    Bubble Sort is a basic algorithm for arranging a list of numbers or other elements in the correct order
  • What is Binary Search?
    Binary Search finds the median of a list repeatedly
  • What is Decomposition?
    Breaking a problem into smaller, more manageable parts,which are easy to solve
  • What is Abstraction?
    Abstraction is the Process of removing or hiding unnecessary detail so that only the important points remain.
  • What is and Algorithm?
    An algorithm is a step by step solution to solving a problem