1
edit
Changes
→Class: ListNode, Files: [list.h], Test: 1
In the specs below, note the sections that are marked '''Important'''. Those sections will have more than just a template parameter change from the int version of the list.
=== Class: ListNode<T>, Files: [list.h], TestNumber: 1 ===
Templated ListNode class. Similar to IntListNode but templated to hold any type.