Runtimes

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

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Selection Sort Best Case

O(n²)

2
New cards

Selection Sort Worst Case

O(n²)

3
New cards

Insertion Sort Best Case

O(n)

4
New cards

Insertion Sort Worst Case

O(n²)

5
New cards

Bubble Sort Best Case

O(n)

6
New cards

Bubble Sort Worst Case

O(n²)

7
New cards

Merge Sort Best Case

O(n log n)

8
New cards

Merge Sort Worst Case

O(n log n)

9
New cards

Quick Sort Best Case

O(n log n)

10
New cards

Quick Sort Worst Case

O(n²)

11
New cards

BST Insertion Best Case

O(log n)

12
New cards

BST Insertion Worst Case

O(n)

13
New cards

BST Search Best Case

O(log n)

14
New cards

BST Search Worst Case

O(n)

15
New cards

BST Deletion Best Case

O(log n)

16
New cards

BST Deletion Worst Case

O(n)

17
New cards

AVL Insertion Best Case

O(log n)

18
New cards

AVL Insertion Worst Case

O(log n)

19
New cards

AVL Search Best Case

O(log n)

20
New cards

AVL Search Worst Case

O(log n)

21
New cards

AVL Deletion Best Case

O(log n)

22
New cards

AVL Deletion Worst Case

O(log n)

23
New cards

Heap Insertion Best Case

O(1)

24
New cards

Heap Insertion Worst Case

O(log n)

25
New cards

Heap Deletion Best Case

O(log n)

26
New cards

Heap Deletion Worst Case

O(log n)

27
New cards

Heapify Best Case

O(n)

28
New cards

Heapify Worst Case

O(n)

29
New cards

Trie Operations Best Case

O(L)

30
New cards

Trie Operations Worst Case

O(L)

31
New cards

Hash Table Ops Best Case

O(1)

32
New cards

Hash Table Ops Worst Case

O(n)

33
New cards

Bitwise Ops Best Case

O(1)

34
New cards

Bitwise Ops Worst Case

O(1)

35
New cards

Heapsort Best Case

O(n log n)

36
New cards

Heapsort Worst Case

O(n log n)