notations

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

O(1)

Constant

2
New cards

O(Log N)

Logarithmic

3
New cards

O(N)

Linear

4
New cards

O(n log N)

Algorithm that divides a data set but can be solved using concurrency on independent divided lists

5
New cards

O(n²)

Polynomial

6
New cards

O(2^n)

Exponential