| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m | Mattias Andrée | 2014-02-09 | 1 | -1/+1 |
| * | fix m bugs + code dedup | Mattias Andrée | 2014-01-24 | 1 | -138/+107 |
| * | typo | Mattias Andrée | 2014-01-24 | 1 | -1/+1 |
| * | code reduction | Mattias Andrée | 2014-01-24 | 2 | -69/+32 |
| * | calculating next power of two | Mattias Andrée | 2014-01-24 | 1 | -1/+47 |
| * | typo | Mattias Andrée | 2014-01-24 | 1 | -1/+1 |
| * | add linked list to association list converter | Mattias Andrée | 2014-01-24 | 1 | -0/+76 |
| * | xor-linked array linked lists | Mattias Andrée | 2014-01-23 | 22 | -42/+242 |
| * | doc | Mattias Andrée | 2014-01-23 | 8 | -8/+38 |
| * | code deduplication | Mattias Andrée | 2014-01-23 | 21 | -641/+375 |
| * | m + code deduplication | Mattias Andrée | 2014-01-23 | 21 | -240/+82 |
| * | whoops + add array sentinel linked lists | Mattias Andrée | 2014-01-23 | 10 | -33/+177 |
| * | m | Mattias Andrée | 2014-01-23 | 1 | -1/+1 |
| * | m | Mattias Andrée | 2014-01-23 | 1 | -2/+1 |
| * | missed to initialise the sentinel node | Mattias Andrée | 2014-01-23 | 1 | -0/+1 |
| * | whoops | Mattias Andrée | 2014-01-23 | 1 | -11/+11 |
| * | add array linked lists | Mattias Andrée | 2014-01-23 | 8 | -1/+657 |
| * | add sentinel doubly linked list | Mattias Andrée | 2014-01-23 | 2 | -1/+51 |
| * | add sentinel singly linked list | Mattias Andrée | 2014-01-23 | 3 | -1/+248 |
| * | whitespace | Mattias Andrée | 2014-01-23 | 1 | -1/+1 |
| * | no hardcoding of gpp command | Mattias Andrée | 2014-01-22 | 9 | -9/+9 |
| * | a public constructore for linked list nodes a level of flexibility to the data structures | Mattias Andrée | 2014-01-22 | 1 | -1/+1 |
| * | add headless linked lists | Mattias Andrée | 2014-01-22 | 3 | -1/+93 |
| * | add circularly linked lists | Mattias Andrée | 2014-01-22 | 2 | -0/+84 |
| * | preparation for circularly linked lists | Mattias Andrée | 2014-01-22 | 5 | -15/+40 |
| * | m doc | Mattias Andrée | 2014-01-22 | 4 | -4/+4 |
| * | add tailless doubly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+40 |
| * | add doubly linked list | Mattias Andrée | 2014-01-22 | 5 | -5/+146 |
| * | reduce duplicate code | Mattias Andrée | 2014-01-22 | 4 | -218/+157 |
| * | m | Mattias Andrée | 2014-01-22 | 1 | -0/+16 |
| * | add tailless singly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+133 |
| * | add singly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+160 |
| * | add topological sort | Mattias Andrée | 2014-01-22 | 1 | -0/+243 |
| * | update makefile | Mattias Andrée | 2014-01-21 | 1 | -0/+1 |
| * | add multiinterpolation search | Mattias Andrée | 2014-01-21 | 1 | -0/+141 |
| * | m | Mattias Andrée | 2014-01-21 | 1 | -2/+4 |
| * | add support for index range search in multibin search | Mattias Andrée | 2014-01-21 | 1 | -3/+2 |
| * | which elem is found does not matter | Mattias Andrée | 2014-01-21 | 1 | -1/+1 |
| * | m doc | Mattias Andrée | 2014-01-21 | 1 | -2/+2 |
| * | sort order support in multibinary search | Mattias Andrée | 2014-01-21 | 1 | -3/+1 |
| * | m | Mattias Andrée | 2014-01-21 | 1 | -15/+23 |
| * | typo | Mattias Andrée | 2014-01-21 | 2 | -2/+2 |
| * | partial array support in multibinary search | Mattias Andrée | 2014-01-21 | 1 | -3/+51 |
| * | m + partial array support in hybrid binary search | Mattias Andrée | 2014-01-21 | 2 | -13/+76 |
| * | partial array support in hybrid interpolation search | Mattias Andrée | 2014-01-21 | 1 | -8/+43 |
| * | partial array support in interpolation search | Mattias Andrée | 2014-01-21 | 1 | -4/+62 |
| * | partial array support in binary search + add multibinary search | Mattias Andrée | 2014-01-21 | 4 | -9/+245 |
| * | compile with -Xlint:all,-cast | Mattias Andrée | 2014-01-21 | 1 | -1/+1 |
| * | m | Mattias Andrée | 2014-01-21 | 2 | -2/+2 |
| * | m + add hybrid interpolation search | Mattias Andrée | 2014-01-21 | 3 | -2/+152 |
