What is LessonUp
Search
Channels
AI tools
Beta
Log in
Register
‹
Return to search
Big-O notation
Big-O notation is hetzelfde als
A
best-case scenario
B
worst-case scenario
C
average case scenario
1 / 9
next
Slide 1:
Quiz
Informatica
Middelbare school
vwo
Leerjaar 6
This lesson contains
9 slides
, with
interactive quizzes
.
Lesson duration is:
15 min
Start lesson
Save
Share
Print lesson
Items in this lesson
Big-O notation is hetzelfde als
A
best-case scenario
B
worst-case scenario
C
average case scenario
Slide 1 - Quiz
O(1)
O(logn)
O(n)
O(n log n)
O(n^2)
O(2^n)
O(n!)
Slide 2 - Drag question
y = 100 + (2 * 10)
for x in [1,2,3,4]:
print(x * x)
A
O(1)
B
O(n)
C
O(log n)
D
O(n log n)
Slide 3 - Quiz
lijst = [1,2,3,4,5]
for item in lijst:
for item2 in lijst:
print(item + item2)
A
O(1)
B
O(n)
C
O(log n)
D
O(n^2)
Slide 4 - Quiz
x = 100 * 2^2
y = 5 + (15 * 20)
print(x + y)
A
O(n)
B
O(n^2)
C
O(1)
D
O(log n)
Slide 5 - Quiz
A
O(1)
B
O(n)
C
O(2 ^ n)
D
O(n ^2)
Slide 6 - Quiz
Linear search (met een lijst) is
A
O(1)
B
O(n)
C
O(n log n)
D
O(n^2)
Slide 7 - Quiz
Binary search is
A
O(n)
B
O(log n)
C
O(n log n)
D
O(1)
Slide 8 - Quiz
Mergesort is
A
O(1)
B
O(n log n)
C
O(log n)
D
O(n^2)
Slide 9 - Quiz
More lessons like this
Learning Technique: Complete the Pie
March 2023
- Lesson with
12 slides
by
LessonUp Inspiration
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
LessonUp Inspiration
Learning Technique: Complete the Pie
February 2025
- Lesson with
12 slides
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
Learning Technique: Complete the Pie
December 2023
- Lesson with
12 slides
by
LessonUp Inspiration
Lower Secondary (Key Stage 3)
Upper Secondary (Key Stage 4)
Further Education (Key Stage 5)
LessonUp Inspiration
Les 8 - Multidimensionale lijst
August 2020
- Lesson with
13 slides
Informatica
Middelbare school
havo, vwo
Leerjaar 4-6
Werkvormen: Taartpunten-puzzel
September 2021
- Lesson with
11 slides
by
LessonUp Inspiratie
Geschiedenis
Middelbare school
vmbo, mavo, havo, vwo
Leerjaar 3-6
LessonUp Inspiratie
Werkvormen: Taartpunten-puzzel
April 2025
- Lesson with
11 slides
by
WoW! - Werkvormen in LessonUp
Geschiedenis
Middelbare school
vmbo, mavo, havo, vwo
Leerjaar 3-6
WoW! - Werkvormen in LessonUp
Geschiedenis: Taartpunten-puzzel
September 2021
- Lesson with
11 slides
by
Geschiedenisleraar.nl
Geschiedenis
Middelbare school
vmbo, mavo, havo, vwo
Leerjaar 3-6
Geschiedenisleraar.nl
Les 8 - Multidimensionale lijst
December 2021
- Lesson with
13 slides
Informatica
Middelbare school
havo, vwo
Leerjaar 4-6