

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Mid term 2 Material Type: Notes; Professor: Pallickara; Class: Algorithms and Data Structures; Subject: Computer Science; University: Colorado State University; Term: Fall 2011;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


In this exam, you will have a mix of multiple-choice questions, some short answer questions and some questions that require you to read Java code and perform algebraic calculations. You should attempt the examples and exercises at the end of indicated textbook sections/ chapters. Many of the exam questions will have a similar form. Also review the in-class quizzes.
The problems in this exam will be about the concepts covered in the lectures (week 1 through week 5). Please review your lecture notes (http://www.cs.colostate.edu/~cs200/Fall11/Schedule.html) The following textbook exercises and examples can help you prepare for the exam.
Binary Tree, Binary Search Tree Lecture Notes: part. 6-‐(1) Textbook : Chapter 11 Trees from Prichard
Balanced Trees: 23 tree, 2 34 tree, Red black tree and AVL tree Lecture Notes: part 6-‐(2). Textbook: Chapter 13, Section 1. Balanced Search Trees From Prichard
External Methods: Btree Lecture Notes: part 6-‐(3) Text book: Chapter 15-‐1, 3(pp.845~856) from Prichard