
TIME COMPLEXITY A LEVEL
Presentation
•
Computers
•
12th Grade
•
Practice Problem
•
Hard
SAMANTHA NICOLE
Used 1+ times
FREE Resource
9 Slides • 0 Questions
1
TIME COMPLEXITY
2
What is time complexity
Time complexity is a measure of how the runtime of an algorithm increases with respect to the input size (n). It helps us evaluate the efficiency of an algorithm.
3
Common Types of Time Complexity:
Constant Time – O(1)
The execution time remains the same regardless of input size.
Example: Accessing an element in an array by index → arr[5]
4
The runtime grows slowly as the input size increases.
Example: Binary search (dividing the problem in half each step).
Linear Time – O(n
The runtime increases proportionally with the input size.
Example: Iterating through an array → for i in range(n)
Logarithmic Time – O(log n)
Types cont.......
5
The runtime grows proportionally to the square of the input size.
Example: Nested loops iterating through an array → for i in range(n): for j in range(n):
Quadratic Time – O(n^2)
The runtime is a combination of linear and logarithmic growth.
Example: Efficient sorting algorithms like Merge Sort and Quick Sort (average case).
Linearithmic Time – O(nlogn)
Types cont.......
6
The runtime grows slowly as the input size increases.
Example: Binary search (dividing the problem in half each step).
Linear Time – O(n
The runtime increases proportionally with the input size.
Example: Iterating through an array → for i in range(n)
Logarithmic Time – O(log n)
Types cont.......
7
The runtime grows extremely fast.
Example: Generating all possible permutations of n elements
Factorial Time – O(n!)
The runtime increases proportionally with the input size.
Example: Iterating through an array → for i in range(n)
Exponential Time – O(2^n)
Types cont.......
8
Big O Notation
Best Case: The minimum time required for execution.
Average Case: The expected time taken for random input.
Worst Case: The maximum time required (important for analysis).
9
TIME COMPLEXITY
Show answer
Auto Play
Slide 1 / 9
SLIDE
Similar Resources on Wayground
9 questions
Database Normalization
Presentation
•
12th Grade - University
9 questions
2.7 Graphing Linear Inequalities
Presentation
•
12th Grade
8 questions
Đại hội VI
Presentation
•
University
7 questions
Cause and Effect
Presentation
•
12th Grade
10 questions
SISTEM KOMPUTER
Presentation
•
8th - 9th Grade
6 questions
The stem approach
Presentation
•
12th Grade
6 questions
KOMPUTER IX
Presentation
•
12th Grade
6 questions
INFORMATIKA
Presentation
•
12th Grade
Popular Resources on Wayground
24 questions
PBIS-HGMS Day 10
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Review 3
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
15 questions
HCS SCI 05 Summer School Assessment 3 Review
Quiz
•
5th Grade
35 questions
Lufkin Road Middle School Student Handbook & Policies Assessment
Quiz
•
7th Grade
18 questions
Geo 11.3 Area of Circles and Sectors
Quiz
•
9th - 11th Grade