Syllabus
CSCI 3310
Advanced Data Structures and Data Abstraction
Section 001
Fall 2007

Class meeting 9:45-10:15 TTh, Austin 304
Instructor Karl Abrahamson
Office Sci&Tech C-113
Office hours MW 12:30-2:00;
TTh 11:00-12:00;
or by appointment
Phone 328-9689
Email abrahamsonk@ecu.edu
Course web page www.cs.ecu.edu/~karl/3310/fall07/
My web page www.cs.ecu.edu/~karl/
Text Data Abstraction and Problem Solving with Java: Walls and Mirrors by F. Carrano and J. Prichard.


Prerequisites

The prerequisite is CSCI 3300 or equivalent. You should be familiar with elementary data structures, pointers, and memory allocation.

This course offers more advanced material on the general topic covered in CSCI 3300, and so, according to university policy, you cannot repeat CSCI 3300 for credit after completing CSCI 3310. If you received a grade of less than C in CSCI 3300, or if you need to retake CSCI 3300 for any reason, do not take CSCI 3310 without consulting me.


Course objectives

This course has two objectives.

  1. It covers abstract data types, modular programming and object-oriented programming, including inheritance and polymorphism.
  2. It continues the study of data structures and algorithms begun in CSCI 3300.


Topics

The following is a partial list of topics to be covered.

  1. Abstract data types.

  2. Using objects and classes.

  3. Inheritance and polymorphism.

  4. Virtual methods and abstract classes.

  5. Templates and parametric polymorphism.

  6. Tables and implementations of tables.

  7. Introduction to algorithm design techniques.

  8. Establishing correctness of algorithms.


Competencies

After completing this course, a student should have the following compentencies.

  1. The student should comprehend principles of modular software design and abstract data types, and should be able to apply that knowledge in the creation of software.

  2. The student should be able to develop moderate size computer software consisting of several well-designed modules, in an object-oriented manner, given the specifications for that software.

  3. Students should be able to develop algorithms for computational problems and be able to demonstrate the correctness of those algorithms.

  4. Students should be familiar with data representation schemes, and be able to select an appropriate scheme for a given problem.


Grading

There will be a quiz approximately every other Thursday, on Sep 6, Sep 20, Oct 4, Oct 18, Nov 1, Nov 15 and Nov 29. Grading will be as follows.

Seven quizzes 35%
A comprehensive final exam 21%
Two or three small programming assignments 6%
Three large programming assignments 30%
Attendance 8%

You will start with 8 points for attendance, and lose two points for each unexcused absence, up to a maximum of 8 points.

Cutoffs for grades will tentatively be 90% for an A, 80% for a B, 70% for a C and 60% for a D. Those cutoffs will not be raised.

Important Proviso

It is not possible to learn the material of this course effectively without actually "getting your hands dirty" and doing the programming. Accordingly: In order to pass this course, you must receive at least a 50% grade in the programming assignments. This outweighs the score computed by adding grades together.


Grading of programs

Programs will be graded according to the following broad criteria.

First, the program must compile without fatal errors.

A program that does not compile automatically receives a score of 0, regardless of how close to correct it might be.

The program must be acceptably well indented. I need to be able to read your programs, and I will not read a program that is extremely poorly indented.

A program that is extremely poorly indented will receive a failing grade, regardless of how well it performs the task that it is required to do.

The following are broad guidelines for grading. Many programs will not fit exactly into any of these classifications, but I will try to choose the best fit.

To receive an A (90-100), a program should work on all of the test cases that I use. It should be well indented and well commented. Comments should be clear, correct and complete. Every function should have a clear and correct contract. The program should be broken into fairly short, well-thought-out functions. Variable and function names should be sensible. It should follow all guidelines and requirements that have been set for the program. It should compile without warnings.

To receive a B (80-89), a program should work on typical test cases, though it might fail on more esoteric cases. It should be well commented and well indented, though minor problems might be present. It should be broken into fairly short, well-thought-out functions, with a contract for each function. It should mostly follow the guidelines and requirements that have been set for the program. The compiler should not report serious warnings that reflect mistakes in the program.

To receive a C (70-79), a program should work on at least some test cases. It must be reasonably commented and indented, though some comments might be misleading or incorrect. It should be broken into reasonable functions. It should make some attempt to follow the guidelines and requirements that have been set out for the program.

To receive a D (60-70), a program might not work correctly on any test cases, but the basics of the design must be present. The program should be acceptably well indented. I will not read a program that is very poorly indented. It should make some attempt to follow the guidelines and requirements that have been set out for the program.

If you turn in a partial program, I will grade based on roughly what portion has been completed. For example, if you do half of the work, and that half looks good, you might receive a grade of 50%.


Attendance policy

You are expected to attend class. You are responsible for announcements and assignments given in class. If you miss a class, it is up to you to obtain notes and any other information that was provided in the class. Excuses that you did not know about something because you did not come to class and did not obtain the information will not count for anything at all.

Those who do not attend class can count on doing poorly in this course. If you choose not to attend class, then you must live with the consequences of that decision, however bad they are.


Incompletes

No incompletes will be issued in this course except for extraordinary circumstances, and even then only if you are nearly done already, and have done work of sufficient quality that it is realistic that you can pass the course. An incomplete will not be given simply because a student could not find the time to do the course work. By registering for this course, you are committing to finding time to do the work.


Recommendations for success

  1. Attend class. Arrive on time.

  2. Do not allow yourself to fall behind. Work on the assignments early. Do not wait until just before the deadline. The assignments for this course are large, and if you start on the day the assignment is due, you will not finish.

  3. Read your notes and the book twice. Take a break in between. You will learn much more that way.

  4. Get adequate sleep. Sleep is important both before and after you learn new concepts. Sleep before enables you to concentrate, and sleep afterwards is critical for moving new information into permanent memory.

  5. If you are having trouble, seek help soon. Do not wait until it is too late.


Asking questions by email

You are encouraged to ask questions about your programs when you are stumped, especially if you come up against a difficulty with the language. For example, if you cannot understand why your program gets a compile error, and you are stuck, ask for help. Send questions early, to leave yourself time to make progress after receiving an answer.

A good way to ask questions is by email. Send questions to abrahamsonk@ecu.edu. Please use a subject indicating that you are asking a question for CSCI 3310, and always include your name in your email. A reasonable subject for a question about assignment 3 is

CSCI 3310 question about assignment 3


Student conduct

Smoking is not permitted in classrooms. Please turn off telephones while in class.

Students are expected to abide by the university's Student Honor Code. The homework that you do is a critical part of your education. Each student is expected to do his or her own work. That does not mean you are not allowed to discuss your ideas with other students. Working in groups can be beneficial, and I encourage you to talk through ideas with other students. But outright copying is plagiarism, and is unacceptable. Students who copy other students' work, or who allow their work to be copied, or who copy their work from other sources, such as the internet, will receive no credit.


Weather emergencies

In the event of a weather emergency, information about ECU can be obtained through the following sources:

ECU emergency notices http://www.ecu.edu/alert
ECU emergency information hotline 252-328-0062


Students with disabilities

East Carolina University seeks to comply fully with the Americans with Disabilities Act. Students requesting accommodations based on a covered disability must go to the Department for Disability Support Services, located in Slay 138, to verify the disability before any accommodations can occur. The telephone number is 252-737-1016.