|
OverviewAt the core of most computer applications is the storage and retrieval of information. The way that the stored data is structured has a strong impact on what can be retrieved, how quickly it can be retrieved and how much space it occupies. The use of generic structures, or abstract data types (ADTs), to encapsulate the data also allows software engineering principles of independent modification, extension and re-use. The unit studies the specification, implementations and time and space performance of a range of commonly used ADTs and corresponding algorithms in an object-oriented setting. The aim is to provide students with the background needed both to implement their own ADTs where necessary, and to select and use appropriate ADTs from object-oriented libraries where suitable. Unit coordinator: Dr Tim FrenchConsultation: Tuesday 11-1 in CSSE Rm 2.14. Recommended Textbooks:
TimetableStudents must attend both lectures, the workshop and one laboratory every week.
AssessmentThe assessment for CITS2200 consists of laboratory work, a mid-semester test, a programming project and a 2hr examination.The mid-semester test will consist of 10 multiple choice questions to be completed in 30 minutes, and will be held during the usual lecture time. The project will consist of two parts. For the first part, students must write and document a small application. This is to be submitted via cssubmit by 5pm, May 21. The second part will consist of a 60 minute in-lab test, where students will be required to solve a related programming problem in class. This test will be held during the lab sessions on May 28th.
|
| Top of Page |
|