CSE 373 Lecture Notes - Lecture 3: Binary Search Tree, Avl Tree, Asymptotic Analysis

62 views2 pages
CSE 373 Lecture 3
More on asymptotic analysis
- N-not (n0) is for the case when n is less than 1
- Big Oh family/set of all functions that are dominated by f(n)
- F(n) is less than g(n) = f(n) is dominated by g(n) f(n) is contained inside O(g(n))
o Symbol E = “contained within the set of”
- Big Omega represents functions that dominate f(n)
DATA STRUCTURE: Trees
- Binary search tree contains comparable items; all children in left contain smaller data,
all children in right contain larger data
o Implementing a dictionary
o Runtime in terms of height (h)
Get() O(h)
Unlock document

This preview shows half of the first page of the document.
Unlock all 2 pages and 3 million more documents.

Already have an account? Log in

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents