aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-12 03:53:03 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-12 03:53:03 +0200
commitdbbbe906d6e3712e4fd9f0a1980059c54c35a456 (patch)
tree0f288fcbde42c041a367978bbcfea496c911257f
parenttypo (diff)
downloadalgorithms-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?
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f019e0e..7ca75cd 100644
--- a/README
+++ b/README
@@ -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?
+