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.
Wed, 10 Jun 2015 15:44:42 -0500 Eris Caffee Added Deque (exercise 1.3.33)
Wed, 10 Jun 2015 13:21:26 -0500 Eris Caffee Added Steque (exercise 1.3.32)
Mon, 08 Jun 2015 17:52:54 -0500 Eris Caffee Added some of the exercises from chapter 1
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.
Fri, 29 May 2015 20:57:21 -0500 Eris Caffee Removed uneeded resize() method from Stack definition.
Fri, 29 May 2015 20:52:18 -0500 Eris Caffee Linked list based Stack class.
Fri, 29 May 2015 20:46:07 -0500 Eris Caffee Fixed bug in iterator's operator!=
Thu, 28 May 2015 23:53:46 -0500 Eris Caffee Fleshed out ResizingArrayStack with an iterator.
Tue, 26 May 2015 18:18:16 -0500 Eris Caffee Initial, imcomplete, C++ version of ResizingArrayStack.
Sat, 23 May 2015 20:44:30 -0500 Eris Caffee Just a symlink to make things easier to use.
Sat, 16 May 2015 17:42:16 -0500 Eris Caffee Updated BinarySearch.cpp to work in either c++99 or c++11 modes.
Sat, 16 May 2015 12:02:55 -0500 Eris Caffee Initial commit