log

age author description
Tue, 23 Jun 2015 17:14:09 -0500 Eris Caffee Fleshed out Queue::generic_iterator a bit more to make it a more or less complete example of implmenting an iterator.default tip
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
Tue, 23 Jun 2015 12:28:03 -0500 Eris Caffee 1.3.38 Stack based implementation. Code not tested.
Tue, 23 Jun 2015 11:02:31 -0500 Eris Caffee 1.3.44 Ugh. I would never use this in real life but it seems to be what they want.
Tue, 23 Jun 2015 10:17:43 -0500 Eris Caffee MErged changes from home and server.
Mon, 22 Jun 2015 15:38:25 -0500 Eris Caffee 1.3.39 CircularQueue (ring buffer)
Mon, 22 Jun 2015 14:07:01 -0500 Eris Caffee Problems 1.3.35 and 36
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:18:47 -0500 Eris Caffee The Josephus program, ex 1.3.37
Fri, 19 Jun 2015 18:17:46 -0500 Eris Caffee Updated Queue to have the implementation in the header file. I forgot that
Thu, 11 Jun 2015 16:30:14 -0500 Eris Caffee Bag and RandomBag (1.3.34) classes.
Wed, 10 Jun 2015 18:12:59 -0500 Eris Caffee ResizingArrayDeque (exercise 1.3.33)
Wed, 10 Jun 2015 16:17:03 -0500 Eris Caffee Added symlinks for problem numbers.