diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-12 03:53:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-12 03:53:03 +0200 |
commit | dbbbe906d6e3712e4fd9f0a1980059c54c35a456 (patch) | |
tree | 0f288fcbde42c041a367978bbcfea496c911257f | |
parent | typo (diff) | |
download | algorithms-and-data-structures-dbbbe906d6e3712e4fd9f0a1980059c54c35a456.tar.gz algorithms-and-data-structures-dbbbe906d6e3712e4fd9f0a1980059c54c35a456.tar.bz2 algorithms-and-data-structures-dbbbe906d6e3712e4fd9f0a1980059c54c35a456.tar.xz |
Does prior art exist for multibinary search and multiinterpolation search?
Diffstat (limited to '')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,9 @@ A collection of algorithms and data structures + +Does anyone have a name from prior art for either +of the algorithms implemented in: + src/algorithms/searching/MultibinarySearch.java + src/algorithms/searching/MultiinterpolationSearch.java, +or did I perhaps invent them? + |