| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-01-23 | missed to initialise the sentinel node | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | whoops | Mattias Andrée | 1 | -11/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | add array linked lists | Mattias Andrée | 7 | -0/+654 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | add sentinel doubly linked list | Mattias Andrée | 2 | -1/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | add sentinel singly linked list | Mattias Andrée | 2 | -0/+247 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | whitespace | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | no hardcoding of gpp command | Mattias Andrée | 8 | -8/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | a public constructore for linked list nodes a level of flexibility to the data structures | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add headless linked lists | Mattias Andrée | 3 | -1/+93 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add circularly linked lists | Mattias Andrée | 2 | -0/+84 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | preparation for circularly linked lists | Mattias Andrée | 5 | -15/+40 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | m doc | Mattias Andrée | 4 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add tailless doubly linked list | Mattias Andrée | 1 | -0/+40 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add doubly linked list | Mattias Andrée | 4 | -4/+143 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | reduce duplicate code | Mattias Andrée | 3 | -218/+156 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | m | Mattias Andrée | 1 | -0/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add tailless singly linked list | Mattias Andrée | 1 | -0/+133 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add singly linked list | Mattias Andrée | 1 | -0/+160 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-22 | add topological sort | Mattias Andrée | 1 | -0/+243 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add multiinterpolation search | Mattias Andrée | 1 | -0/+141 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add support for index range search in multibin search | Mattias Andrée | 1 | -3/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | which elem is found does not matter | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m doc | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | sort order support in multibinary search | Mattias Andrée | 1 | -3/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m | Mattias Andrée | 1 | -15/+23 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | typo | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | partial array support in multibinary search | Mattias Andrée | 1 | -3/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m + partial array support in hybrid binary search | Mattias Andrée | 2 | -13/+76 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | partial array support in hybrid interpolation search | Mattias Andrée | 1 | -8/+43 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | partial array support in interpolation search | Mattias Andrée | 1 | -4/+62 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | partial array support in binary search + add multibinary search | Mattias Andrée | 3 | -9/+242 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m + add hybrid interpolation search | Mattias Andrée | 3 | -2/+152 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add interpolation search | Mattias Andrée | 1 | -0/+100 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add hybrid binary search | Mattias Andrée | 1 | -0/+297 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m fix in binary search | Mattias Andrée | 1 | -1/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add binary search | Mattias Andrée | 2 | -6/+268 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | add linear search | Mattias Andrée | 1 | -0/+260 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | bit reversing | Mattias Andrée | 1 | -6/+117 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-21 | m doc | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | parity via multiplication | Mattias Andrée | 1 | -0/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | 64-bit instructions for parity on byte | Mattias Andrée | 1 | -0/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | optimised parallel parity | Mattias Andrée | 1 | -0/+18 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | some parity computations | Mattias Andrée | 1 | -7/+64 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | naïve parity | Mattias Andrée | 1 | -0/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | add hybrid version of sideways addition | Mattias Andrée | 1 | -0/+21 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-20 | more bit counting | Mattias Andrée | 1 | -0/+82 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
