| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2014-01-24 | code reduction | Mattias Andrée | 1 | -68/+31 |
| 2014-01-24 | calculating next power of two | Mattias Andrée | 1 | -1/+47 |
| 2014-01-24 | typo | Mattias Andrée | 1 | -1/+1 |
| 2014-01-24 | add linked list to association list converter | Mattias Andrée | 1 | -0/+76 |
| 2014-01-23 | xor-linked array linked lists | Mattias Andrée | 22 | -42/+242 |
| 2014-01-23 | doc | Mattias Andrée | 8 | -8/+38 |
| 2014-01-23 | code deduplication | Mattias Andrée | 20 | -640/+375 |
| 2014-01-23 | m + code deduplication | Mattias Andrée | 20 | -239/+82 |
| 2014-01-23 | whoops + add array sentinel linked lists | Mattias Andrée | 10 | -33/+177 |
| 2014-01-23 | m | Mattias Andrée | 1 | -1/+1 |
| 2014-01-23 | m | Mattias Andrée | 1 | -2/+1 |
| 2014-01-23 | missed to initialise the sentinel node | Mattias Andrée | 1 | -0/+1 |
| 2014-01-23 | whoops | Mattias Andrée | 1 | -11/+11 |
| 2014-01-23 | add array linked lists | Mattias Andrée | 7 | -0/+654 |
| 2014-01-23 | add sentinel doubly linked list | Mattias Andrée | 2 | -1/+51 |
| 2014-01-23 | add sentinel singly linked list | Mattias Andrée | 2 | -0/+247 |
| 2014-01-23 | whitespace | Mattias Andrée | 1 | -1/+1 |
| 2014-01-22 | no hardcoding of gpp command | Mattias Andrée | 8 | -8/+8 |
| 2014-01-22 | a public constructore for linked list nodes a level of flexibility to the data structures | Mattias Andrée | 1 | -1/+1 |
| 2014-01-22 | add headless linked lists | Mattias Andrée | 3 | -1/+93 |
| 2014-01-22 | add circularly linked lists | Mattias Andrée | 2 | -0/+84 |
| 2014-01-22 | preparation for circularly linked lists | Mattias Andrée | 5 | -15/+40 |
| 2014-01-22 | m doc | Mattias Andrée | 4 | -4/+4 |
| 2014-01-22 | add tailless doubly linked list | Mattias Andrée | 1 | -0/+40 |
| 2014-01-22 | add doubly linked list | Mattias Andrée | 4 | -4/+143 |
| 2014-01-22 | reduce duplicate code | Mattias Andrée | 3 | -218/+156 |
| 2014-01-22 | m | Mattias Andrée | 1 | -0/+16 |
| 2014-01-22 | add tailless singly linked list | Mattias Andrée | 1 | -0/+133 |
| 2014-01-22 | add singly linked list | Mattias Andrée | 1 | -0/+160 |
| 2014-01-22 | add topological sort | Mattias Andrée | 1 | -0/+243 |
| 2014-01-21 | add multiinterpolation search | Mattias Andrée | 1 | -0/+141 |
| 2014-01-21 | m | Mattias Andrée | 1 | -2/+4 |
| 2014-01-21 | add support for index range search in multibin search | Mattias Andrée | 1 | -3/+2 |
| 2014-01-21 | which elem is found does not matter | Mattias Andrée | 1 | -1/+1 |
| 2014-01-21 | m doc | Mattias Andrée | 1 | -2/+2 |
| 2014-01-21 | sort order support in multibinary search | Mattias Andrée | 1 | -3/+1 |
| 2014-01-21 | m | Mattias Andrée | 1 | -15/+23 |
| 2014-01-21 | typo | Mattias Andrée | 2 | -2/+2 |
| 2014-01-21 | partial array support in multibinary search | Mattias Andrée | 1 | -3/+51 |
| 2014-01-21 | m + partial array support in hybrid binary search | Mattias Andrée | 2 | -13/+76 |
| 2014-01-21 | partial array support in hybrid interpolation search | Mattias Andrée | 1 | -8/+43 |
| 2014-01-21 | partial array support in interpolation search | Mattias Andrée | 1 | -4/+62 |
| 2014-01-21 | partial array support in binary search + add multibinary search | Mattias Andrée | 3 | -9/+242 |
| 2014-01-21 | m | Mattias Andrée | 2 | -2/+2 |
| 2014-01-21 | m + add hybrid interpolation search | Mattias Andrée | 3 | -2/+152 |
| 2014-01-21 | add interpolation search | Mattias Andrée | 1 | -0/+100 |
| 2014-01-21 | add hybrid binary search | Mattias Andrée | 1 | -0/+297 |
| 2014-01-21 | m fix in binary search | Mattias Andrée | 1 | -1/+3 |
| 2014-01-21 | add binary search | Mattias Andrée | 2 | -6/+268 |
| 2014-01-21 | add linear search | Mattias Andrée | 1 | -0/+260 |
