资 源 简 介
This project is developed for Fundamental Structures of Computer Science course project.
In this project, simple registration system by using linked lists is implemented. The registration system stores information about the students and courses. The system uses sorted linear doubly linked list with no dummy head node to store the students and linear singly linked list with no dummy head node to store the course enrollment for each student.
Additional description can be found under Downloads tab.
Source code is available under Source/Browse/svn/trunk. You can also check out the source code via Subversion.
Maintainer and Author: Selin Guldamlasioglu