From 2afb23928e1984d475cc460e1672e8f6fa0e4dbe Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 11 Aug 2021 17:21:31 -0400 Subject: Allow clicking on header to get fragment link --- docs/implementation/primitive/index.html | 2 +- docs/implementation/primitive/random.html | 6 +++--- docs/implementation/primitive/replicate.html | 18 +++++++++--------- docs/implementation/primitive/sort.html | 24 ++++++++++++------------ 4 files changed, 25 insertions(+), 25 deletions(-) (limited to 'docs/implementation/primitive') diff --git a/docs/implementation/primitive/index.html b/docs/implementation/primitive/index.html index b5256302..f139e5f4 100644 --- a/docs/implementation/primitive/index.html +++ b/docs/implementation/primitive/index.html @@ -4,7 +4,7 @@ BQN: Primitive implementation notes -

Primitive implementation notes

+

Primitive implementation notes

Commentary on the best methods I know for implementing various primitives. Often there are many algorithms that are viable in different situations, and in these cases I try to discuss the tradeoffs.