Skip to content

Commit

Permalink
Amend comment to Chapter 27, exercise 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Mar 7, 2015
1 parent 53ffdab commit 79bb02c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chapter27/chapter27_ex06.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
have the members first, last, pre and suc be ints (indices into the array)
*/

/* By now I'm pretty sure that this wasn't supposed to be solved like this, but
rather using a pool of Links. */

#include<stdio.h>
#include<stdlib.h>
#include<assert.h>
Expand Down

0 comments on commit 79bb02c

Please sign in to comment.