5
Final Exam • Tuesday, December 22nd • 2:00 - 3:50pm • room 102 Warren Weaver Hall

Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Embed Size (px)

Citation preview

Page 1: Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Final Exam

• Tuesday, December 22nd

• 2:00 - 3:50pm

• room 102 Warren Weaver Hall

Page 2: Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Material Covered• Linked Lists• Stacks• Queues• Trees

– Expression Trees– Binary Search Tree– No AVL trees– Heap– B-trees

• Huffman coding

Page 3: Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Material Covered (cont)• Sorts

– Selection

– Insertion

– Bubble

– Merge

– Quick

– No Heap (only binary heap)

• Hashing– Separate Chaining

– Linear probing

– No quadratic probing or double hashing

Page 4: Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Types of Questions

• Programming questions– Lists, Stacks, Queues– Binary Search Tree

• No programming AVL trees

– No Heap– No Sort

Page 5: Final Exam Tuesday, December 22nd 2:00 - 3:50pm room 102 Warren Weaver Hall

Types of Questions (cont)

• Show results of operations– Items from programming plus

• B Tree

• Huffman Coding

• Hashing

• Sort

• Heap

• Short answer– Everything listed in programming and "show results" plus

• Big Oh

• No Java Collections