commit 2d35b714ff2edefe2a1d4e6d3d401d4cb8b0145a
parent 145294cdd6f928e8526d592993dec838622866ca
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 27 Jun 2025 00:26:35 +0200
commit with codex
Diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/algorithms_techniques b/algorithms_techniques
@@ -3,5 +3,6 @@
- [color_coding], cf [k_path]
- [four_russians_trick]
- [tabulation]
+- [background_rebuilding]
-Up: [algorithms]
+Up: [techniques], [algorithms]
diff --git a/background_rebuilding b/background_rebuilding
@@ -7,4 +7,4 @@ Technique for [incremental_maintenance]
Video by [thatchaphol_saranurak] at [simons_institute]
https://simons.berkeley.edu/talks/thatchaphol-saranurak-university-michigan-2023-08-28
-Up: [incremental_maintenance]
+Up: [incremental_maintenance], [Algorithms_techniques]
diff --git a/techniques b/techniques
@@ -0,0 +1,4 @@
+# Techniques
+
+- [algorithms_techniques]
+- [database_theory_techniques]