[an error occurred while processing this directive]
[an error occurred while processing this directive]This unit introduces students to problem solving concepts and techniques fundamental to the science of programming. In doing this it covers problem specification, algorithmic design, analysis and implementation. Detailed topics include analysis of best, average and worst-case time and space complexity; introduction to numerical algorithms; recursion; advanced data structures such as heaps and B-trees; hashing; sorting algorithms; searching algorithms; graph algorithms; and numerical computing.
2 hrs lectures/wk, 3 hr laboratory/fortnight, 1 hr tutorial/fortnight
2 hours of lecture
1 hour of tutorial (fortnightly)
3 hours of laboratory (fortnightly)
4 hours reading
4 hours laboratory preparation
One of FIT1008, FIT1015 or CSE1303 and 6 points of Level 1 mathematics.
Geoff Webb
Geoff Webb
Farhad Keissarian
At the completion of this unit students will have:
Examination (3 hours): 70%; In-semester assessment: 30%
Assessment Task | Value | Due Date |
---|---|---|
ADTs, Proofs & Induction | 6 % | 18 March 2011 |
Complexity Analysis | 6 % | 1 April 2011 |
Dynamic Programming | 6 % | 15 April 2001 |
Trees | 6 % | 6 May 2011 |
Graphs & Graph Algorithms | 6 % | 27 May 2011 |
Examination 1 | 70% | To be advised |
Monash is committed to excellence in education and regularly seeks feedback from students, employers and staff. One of the key formal ways students have to provide feedback is through SETU, Student Evaluation of Teacher and Unit. The University's student evaluation policy requires that every unit is evaluated each year. Students are strongly encouraged to complete the surveys. The feedback is anonymous and provides the Faculty with evidence of aspects that students are satisfied and areas for improvement.
For more information on Monash's educational strategy, and on student evaluations, see:
http://www.monash.edu.au/about/monash-directions/directions.html
http://www.policy.monash.edu/policy-bank/academic/education/quality/student-evaluation-policy.html
If you wish to view how previous students rated this unit, please go to
https://emuapps.monash.edu.au/unitevaluations/index.jsp
None
Week | Date* | Activities | Assessment |
---|---|---|---|
0 | 21/02/11 | No formal assessment or activities are undertaken in week 0 | |
1 | 28/02/11 | Specification & Abstract Data Types | |
2 | 07/03/11 | Proofs & Induction | |
3 | 14/03/11 | Complexity Analysis I | |
4 | 21/03/11 | Complexity Analysis II | Assignment 1 due 8 March 2011 |
5 | 28/03/11 | Pattern Matching | |
6 | 04/04/11 | Dynamic Programming | Assignment 2 due 1 April 2011 |
7 | 11/04/11 | Dynamic & Balanced Trees | |
8 | 18/04/11 | Amortized Analysis | Assignment 3 due 15 April 2011 |
Mid semester break | |||
9 | 02/05/11 | Multi-way Trees | |
10 | 09/05/11 | Graphs | Assignment 4 due 6 May 2011 |
11 | 16/05/11 | Path Problems | |
12 | 23/05/11 | Flow Problems | Assignment 5 due 27 May 2011 |
30/05/11 | SWOT VAC | No formal assessment is undertaken SWOT VAC |
*Please note that these dates may only apply to Australian campuses of Monash University. Off-shore students need to check the dates with their unit leader.
To pass a unit which includes an examination as part of the assessment a student must obtain:
If a student does not achieve 40% or more in the unit examination or the unit non-examination total assessment, and the total mark for the unit is greater than 50% then a mark of no greater than 49-N will be recorded for the unit
Assignment coversheets are available via
"Student Forms" on the Faculty website: http://www.infotech.monash.edu.au/resources/student/forms/
You MUST submit a completed coversheet with all assignments, ensuring
that the plagiarism declaration section is signed.
Submission must be made by the due date otherwise penalties will be enforced.
You must negotiate any extensions formally with your campus unit leader via the in-semester special consideration process: http://www.infotech.monash.edu.au/resources/student/equity/special-consideration.html.
Monash has educational policies, procedures and guidelines, which are designed to ensure that staff and students are aware of the University's academic standards, and to provide advice on how they might uphold them.
You can find Monash's Education Policies at:
http://policy.monash.edu.au/policy-bank/academic/education/index.html
Key educational policies include:
The University provides many different kinds of support services for you. Contact your tutor if you need advice and see the range of services available at www.monash.edu.au/students The Monash University Library provides a range of services and resources that enable you to save time and be more effective in your learning and research. Go to http://www.lib.monash.edu.au or the library tab in my.monash portal for more information. Students who have a disability or medical condition are welcome to contact the Disability Liaison Unit to discuss academic support services. Disability Liaison Officers (DLOs) visit all Victorian campuses on a regular basis
READING LIST
Mark Allen Weiss:
Data Structures and Algorithm Analysis in Java. 2nd ed
Addison-Wesley.
Michael Goodrich and Roberto Tamassia.
Data Structures and Algorithms in Java, 3rd ed
John Wiley.
Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein. Introduction to Algorithms, 2nd Edition, EHT MIT Press & McGraw Hill
Duane Bailey. Java Structures: Data Structures in Java for the Principled Programmer. International Edition, May 1999, Mc Graw Hill. This book is available for free online at http://www.cs.williams.edu/~bailey/JavaStructures/Welcome.html