Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python

C++


JAVA
PHP
SQL
Alice

LList


Description
LList is an implementation of a linked-list, along with a simple program to test the implementation. The example is useful in seeing how to implement a destructor, copy constructor, and assign operator when a "deep" copy is needed.