log algs4-c++/src/Queue.hpp

age author description
Tue, 23 Jun 2015 15:46:22 -0500 Eris Caffee Slight tweak to the iterator for Queue to make it return values by reference.
Tue, 23 Jun 2015 15:27:26 -0500 Eris Caffee Refactored Queue's iterator and const_iterator into a template.
Tue, 23 Jun 2015 14:52:17 -0500 Eris Caffee Updated Queue to have a const_iterator too and to support a copy constructor (problem 1.3.41
Sat, 20 Jun 2015 19:36:11 -0500 Eris Caffee Updated all template classes to have the implementaiton in the header file.
Fri, 19 Jun 2015 18:17:46 -0500 Eris Caffee Updated Queue to have the implementation in the header file. I forgot that
Fri, 29 May 2015 21:34:18 -0500 Eris Caffee Made the Node inner class private.
Fri, 29 May 2015 21:13:32 -0500 Eris Caffee Linked list based Queue class.