| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 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 |
| 2014-01-21 | bit reversing | Mattias Andrée | 1 | -6/+117 |
| 2014-01-21 | m doc | Mattias Andrée | 1 | -1/+1 |
| 2014-01-20 | parity via multiplication | Mattias Andrée | 1 | -0/+14 |
| 2014-01-20 | 64-bit instructions for parity on byte | Mattias Andrée | 1 | -0/+11 |
| 2014-01-20 | optimised parallel parity | Mattias Andrée | 1 | -0/+18 |
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+3 |
| 2014-01-20 | some parity computations | Mattias Andrée | 1 | -7/+64 |
| 2014-01-20 | naïve parity | Mattias Andrée | 1 | -0/+17 |
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+2 |
| 2014-01-20 | add hybrid version of sideways addition | Mattias Andrée | 1 | -0/+21 |
| 2014-01-20 | more bit counting | Mattias Andrée | 1 | -0/+82 |
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+3 |
| 2014-01-20 | m | Mattias Andrée | 1 | -3/+1 |
| 2014-01-20 | m + counting bits | Mattias Andrée | 2 | -2/+81 |
