commit ea3411f2da3e9efc08ced2179ea1c647b5713bf8
parent cc65397d2aaf39592bef461effb5a7a9119209ca
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 29 Jan 2025 18:21:42 +0100
commit with codex
Diffstat:
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/query_evaluation b/query_evaluation
@@ -16,6 +16,8 @@
- [query_evaluation_incremental]
+- [approximate_query_evaluation]
+
Up: [database_theory]
See also: [query_language], [enumeration_query_answers]
diff --git a/random_graph b/random_graph
@@ -4,4 +4,6 @@ also: [random_dfa]
Up: [graph], [randomness]
-See also: [random_walk]
+See also: [random_walk], [random_hypergraph]
+
+Aliases: random graphs, graph random
diff --git a/randomness b/randomness
@@ -9,6 +9,7 @@
## [random_structure]
- [random_graph]
+- [random_hypergraph]
- [random_walk]
- [random_dfa]