| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-10-05 | Update e-mailHEADmaster | Mattias Andrée | 46 | -46/+46 | |
| Signed-off-by: Mattias Andrée <m@maandree.se> | |||||
| 2014-10-12 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-10-12 | fix errors and start on a performance test | Mattias Andrée | 23 | -17/+162 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-02-10 | note on performance | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-02-10 | note on performance | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-02-10 | fix bit pattern | Mattias Andrée | 1 | -6/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-02-09 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | fix m bugs + code dedup | Mattias Andrée | 1 | -138/+107 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | code reduction | Mattias Andrée | 1 | -68/+31 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | calculating next power of two | Mattias Andrée | 1 | -1/+47 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-24 | add linked list to association list converter | Mattias Andrée | 1 | -0/+76 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | xor-linked array linked lists | Mattias Andrée | 22 | -42/+242 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | doc | Mattias Andrée | 8 | -8/+38 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | code deduplication | Mattias Andrée | 20 | -640/+375 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | m + code deduplication | Mattias Andrée | 20 | -239/+82 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | whoops + add array sentinel linked lists | Mattias Andrée | 10 | -33/+177 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-01-23 | m | Mattias Andrée | 1 | -2/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 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> | |||||
