3.1 Fundamentals of Algorithms

Subdecks (1)

Cards (31)

  • What is an Algorithm?
    A sequence of instructions used to solve a problem.
  • What is Abstraction
    Removing unnecessary details to focus on the essential bits
  • What is Decomposition?
    Breaking down a problem into smaller more manageable sub-problems.