aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/searching (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-21add interpolation searchMattias Andrée1-0/+100
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-21add hybrid binary searchMattias Andrée1-0/+297
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-21m fix in binary searchMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-21add binary searchMattias Andrée1-0/+231
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-21add linear searchMattias Andrée1-0/+260
Signed-off-by: Mattias Andrée <maandree@operamail.com>