aboutsummaryrefslogtreecommitdiff
path: root/implementation/primitive/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/primitive/README.md')
-rw-r--r--implementation/primitive/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/primitive/README.md b/implementation/primitive/README.md
index 3f057e99..d7e15813 100644
--- a/implementation/primitive/README.md
+++ b/implementation/primitive/README.md
@@ -6,6 +6,7 @@ Commentary on the best methods I know for implementing various primitives. Often
- [Replicate](replicate.md)
- [Sorting](sort.md)
+- [Searching](search.md)
- [Transpose](transpose.md)
- [Randomness](random.md)