============================================================================ Faculty of Applied Science and Engineering, University of Toronto CSC181: Introduction to Computer Programming, Fall 2000 Practical Notes, Week 7: Linked Lists ============================================================================ The purpose of this practical is to have you work with sorted linked lists. You will not be graded for this practical. ---------- Your Tasks ---------- Download p03.c from the course Web site and complete the slInsert and slDeleteRange functions. Note that these functions require a trailing pointer, which is discussed on slide 263 of the lecture slides.