diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-23 15:50:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-23 15:50:29 +0100 |
commit | ee6fa2e0bf2dcd6cdd833aa2f19fd30e9c23770b (patch) | |
tree | a0afde7dbf01ed39ccd0074e4eeff574f90c5109 /src/datastructures/linkedlists/TaillessDoublyLinkedList.java | |
parent | doc (diff) | |
download | algorithms-and-data-structures-ee6fa2e0bf2dcd6cdd833aa2f19fd30e9c23770b.tar.gz algorithms-and-data-structures-ee6fa2e0bf2dcd6cdd833aa2f19fd30e9c23770b.tar.bz2 algorithms-and-data-structures-ee6fa2e0bf2dcd6cdd833aa2f19fd30e9c23770b.tar.xz |
xor-linked array linked lists
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/datastructures/linkedlists/TaillessDoublyLinkedList.java')
-rw-r--r-- | src/datastructures/linkedlists/TaillessDoublyLinkedList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastructures/linkedlists/TaillessDoublyLinkedList.java b/src/datastructures/linkedlists/TaillessDoublyLinkedList.java index 777e060..ea88413 100644 --- a/src/datastructures/linkedlists/TaillessDoublyLinkedList.java +++ b/src/datastructures/linkedlists/TaillessDoublyLinkedList.java @@ -34,6 +34,6 @@ package datastructures.linkedlists; * * @param <T> The value stored in the structure */ -£>export name=TaillessDoublyLinkedList array=0 with_sentinel=0 with_head=1 with_tail=0 with_prev=1 +£>export name=TaillessDoublyLinkedList array=0 with_sentinel=0 with_head=1 with_tail=0 with_prev=1 with_xor=0 £>$GPP -s £ < src/datastructures/linkedlists/template | sed -e '/^[/ ]\*/d' -e '/^$/d' |