commit 0362651a86607a9d9dc8346f4b9bf559bea08e07
parent 69e3ed3ceecea33558fa740725a9073e1f5c4918
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 25 Aug 2026 01:03:57 +0200
commit with codex
Diffstat:
4 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/conjecture b/conjecture
@@ -23,6 +23,8 @@
- [unfair_01_polynomial_conjecture]
- [unique_games_conjecture]
+- [most_general_conjecture]
+
Up: [mathematics_meta]
See also: [hypothesis]
diff --git a/longest_common_extension_wildcards b/longest_common_extension_wildcards
@@ -15,3 +15,5 @@ Can be used for [approximate_pattern_matching]
Up: [longest_common_extension]
Aliases: LCEW
+
+See also: [pattern_matching_wildcards]
diff --git a/pattern_matching b/pattern_matching
@@ -41,4 +41,4 @@
Up: [stringology], [computational_problem]
-See also: [pattern], [pattern_matching_2d]
+See also: [pattern], [pattern_matching_2d], [subsequence_testing]
diff --git a/subsequence_testing b/subsequence_testing
@@ -8,3 +8,5 @@ testing if an (entire) word u is a [subsequence] of another word v
Up: [computational_problem], [subsequence]
See also: [pattern_matching], [subsequence_embedding]
+
+Aliases: subsequence matching