MP3
Linked Lists
list.h File Reference

Doubly Linked List (MP 3). More...

#include <iterator>
#include <ostream>
#include <algorithm>
#include "list_given.h"
#include "list.cpp"
#include "list_given.cpp"
+ Include dependency graph for list.h:

Classes

class  List< T >
 List: This is a templated linked list class (meaning it contains data of templated type T, which is a placeholder for a type). More...
 
class  List< T >::ListNode
 The ListNode class is private to the List class via the principle of encapsulation—the end user does not need to know our node-based implementation details. More...
 

Detailed Description

Doubly Linked List (MP 3).

Author
Chase Geigle
Date
(created) Fall 2011
(modified) Spring 2012, Fall 2012
Author
Jack Toole
Date
(modified) Fall 2011