Course Description
The course picks up from where CS 201 left by discussing concepts related to algorithmic efficiency on basic abstract data types and some sorting algorithms that utilize recursion. Then, the course introduces the abstract data types of trees, tables, priority queues, and graphs, and shows how one can implement them in C++ using fundamental data structures by emphasizing run-time complexity analysis.
Section 1
Instructor: | Uğur Doğrusöz (Office: EA 522, Email: ) |
---|---|
Lectures: | Mon 8:40-10:30 (EE 214), Wed 10:40-12:30 (EE 214) |
Section 2
Instructor: | Selim Aksoy (Office: EA 422, Email: ) |
---|---|
Lectures: | Wed 13:40-15:30 (EE 04), Fri 15:40-17:30 (EE 04) |
Section 3
Instructor: | Selim Aksoy (Office: EA 422, Email: ) |
---|---|
Lectures: | Mon 10:40-12:30 (EB 203), Thu 8:40-10:30 (EB 203) |
Teaching Assistants
- Hasan Balcı (Office: EA 525, Email: hasan.balci[at]bilkent.edu.tr)
- İlkin Safarli (Office: EA 525, Email: ilkin.safarli[at]bilkent.edu.tr)
- Metin Can Siper (Office: EA 525, Email: can.siper[at]bilkent.edu.tr)
- Onur Taşar (Office: EA 427, Email: onur.tasar[at]cs.bilkent.edu.tr)
Office Hours
- Uğur Doğrusöz: Mon 10:40-11:30, Fri 9:40-10:30
- Selim Aksoy: Wed 15:40-17:30
Texts
- Frank M. Carrano and Timothy Henry, Data Abstraction and Problem Solving with C++: Walls and Mirrors, 6th edition, Pearson, 2013. (textbook)
- Frank M. Carrano, Data Abstraction and Problem Solving with C++: Walls and Mirrors, 5th edition, Addison-Wesley, 2006. (old version)
- Mark A. Weiss, Data Structures & Algorithm Analysis in C++, 3rd edition, Addison Wesley, 2006. (recommended)
- Harvey M. Deitel and Paul J. Deitel, C++ How to Program, 8th edition, Prentice Hall, 2011. (recommended)
Lectures
Topics |
Contents |
---|---|
Algorithm Analysis[ Slides ] |
|
Sorting[ Slides ] |
|
Trees[ Slides ] |
|
Heaps[ Slides ] |
|
Balanced Search Trees |
|
Hashing[ Slides ] |
|
Graphs[ Slides ] |
|
Exams
- The first midterm exam will be held at EB 101, 102, 103, 104, 201, 202, and
203 during 17:40-20:00 on March 17, 2017.
It will be a closed-book and closed-notes exam. No A4 sheet will be allowed.
The exam will cover until the end of trees.
Exam locations are as follows:
- EB-101: Section 1 (AGAC - ERZIN)
- EB-102: Section 1 (EYMUR - YAMANOGLU)
- EB-103: Section 2 (ADACAL - CEVIK)
- EB-104: Section 2 (DARCIN - KOCAHAN)
- EB-201: Section 2 (KURUM - YENIMOL)
- EB-202: Section 3 (AKDAG - KARACA)
- EB-203: Section 3 (KARAKAYA - YILMAZ)
- The second midterm exam will be held at EE 03, 04, 05, 214, and 317
during 17:40-20:00 on April 20, 2017.
It will be a closed-book and closed-notes exam. No A4 sheet will be allowed.
The exam will cover until the end of balanced search trees.
Exam locations are as follows:
- EE-03: Section 1 (AGAC - KUTUK)
- EE-04: Section 1 (OGUZOGLU - YAMANOGLU), Section 2 (ADACAL - BUTT)
- EE-05: Section 2 (CALLIKU - SODIQOV)
- EE-214: Section 2 (TALI - YENIMOL), Section 3 (AKDAG - KARGIOGLU)
- EE-317: Section 3 (KAYA - YILMAZ)
- The final exam will be held at EB 101, 102, 103, 104, and 201
during 18:30-21:00 on May 28, 2017.
It will be a closed-book and closed-notes exam. No A4 sheet will be allowed.
The exam will cover the whole semester.
Exam locations are as follows:
- EB-101: Section 1 (AĞAÇ - ORHAN)
- EB-102: Section 1 (ÖCAL - YAMANOĞLU), Section 2 (ADAÇAL - BEZMEZ)
- EB-103: Section 2 (BOJA - NAMLI)
- EB-104: Section 2 (POYRAZ - YENİMOL), Section 3 (AKDAĞ - ÇAKMAKÇI)
- EB-201: Section 3 (ÇANDIROĞLU - YILMAZ)
- There will be several pop-up quizzes throughout the semester. There will be no make-up quiz for the missed quizzes.
Homework
- Assignment 1: Due 23:59 on March 8, 2017
- Assignment 2: Due 23:59 on March 26, 2017
- Assignment 3: Due 23:59 on April 21, 2017
- Assignment 4: Due 23:59 on May 14, 2017
Homework assignments will be posted on this page about 10 days before their due date. Assignments are expected to be turned in by 23:59 on the due date. You should upload your solutions to the homework assignments using the online submission form before the deadline. No late submission will be accepted.
Please make sure you fully understand the Bilkent University Policy on Academic Honesty (in Turkish) and the Rules and Regulations of the Higher Education Council (YOK) (in Turkish). Cheating and plagiarism on exams, quizzes, and homework assignments will be punished according to these regulations.
Grading Policy
Quiz: | 15% |
Homework: | 10% |
Midterm exam 1: | 25% |
Midterm exam 2: | 25% |
Final exam: | 25% |
In order to be able to take the final exam, a student must collect at least 26 points (40% of total 65) from the weighted sum of the quiz and midterm grades; otherwise, the student will receive the FZ grade.
Advice
When you are in doubt, ask. Use office hours. If you cannot visit us during office hours, you can always ask questions or arrange meetings by e-mail. Study regularly for the course and attend classes. Do your assignments on time and pay attention to the instructions for submitting assignments. Always make sure that the code you submitted does compile and run correctly.
Related Links
- Data Abstraction and Problem Solving with C++: Walls and Mirrors (6th ed., Carrano and Henry) home page
- Data Abstraction and Problem Solving with C++: Walls and Mirrors (5th ed., Carrano) home page
- Data Abstraction and Problem Solving with C++: Walls and Mirrors (5th ed., Carrano) code examples
- Mark Allen Weiss home page
- Deitel & Deitel home page
- Tools for data visualization: David Galles, Visualgo
- Tools for memory leaks
- PuTTY: Free Telnet/SSH Client