CSC263 Week 5
CSC263 Week 5
Announcements
Assignment 1 marks out class average 70.5% median 75%
MIDTERM next week!!
MIDTERM:
? Asymptotic analysis (O, ) ? Runtime analysis
(worst-case, best-case, average-case) ? Heaps ? Binary Search Trees ? AVL Trees ? Hashing
Short-answer questions, multiple choice Example: insert/delete x into this heap/avl tree
Data Structure of the Week
Hash Tables
Hash table is for implementing Dictionary
unsorted list
sorted array
Balanced BST
Search(S, k) O(n) O(log n) O(log n)
Insert(S, x) O(n) O(n) O(log n)
Delete(S, x) O(1) O(n) O(log n)
Hash table O(1)
O(1) O(1)
average-case, and if we do it right
................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related download
- csc263 week 5
- s python cheat sheet data science free
- hitchhiker s guide to python and arcgis esri
- scientific and mathematical computing using python
- cs331 first list adt lecture notes
- python programing an introduction to computer science
- cheat sheet numpy python copy
- python for data a r r a y m a t h e m a t i c s science
- chapter 2 lists arrays and dictionaries
- lists in python stanford university