aboutsummaryrefslogtreecommitdiff
path: root/docs/implementation/primitive/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-08-28 17:02:54 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-08-28 17:02:54 -0400
commit6dfadcf6d8d606236f3f7c90af8cbe120ce78036 (patch)
tree535fa0afebc465dfee25f2ef1731bc2a19936bac /docs/implementation/primitive/index.html
parent9e7d08cc3119bd685327b5d18171ed09f2adfefa (diff)
Some notes on hash tables
Diffstat (limited to 'docs/implementation/primitive/index.html')
-rw-r--r--docs/implementation/primitive/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/implementation/primitive/index.html b/docs/implementation/primitive/index.html
index c4cc319a..2c322b7a 100644
--- a/docs/implementation/primitive/index.html
+++ b/docs/implementation/primitive/index.html
@@ -9,6 +9,7 @@
<ul>
<li><a href="replicate.html">Replicate</a></li>
<li><a href="sort.html">Sorting</a></li>
+<li><a href="search.html">Searching</a></li>
<li><a href="transpose.html">Transpose</a></li>
<li><a href="random.html">Randomness</a></li>
</ul>