commit d95d69f2a798ed145203064d30d5d9c7c36cb8f3
parent 688e14adc4587b0685aa765969021b141a027a0e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 26 Sep 2025 09:39:30 +0200
Merge branch 'master' of a3nm.net:git/wiki_research
Diffstat:
4 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/graph_distance b/graph_distance
@@ -0,0 +1,7 @@
+# Graph distance
+
+- [resistance_distance]
+
+Up: [distance]
+
+See also: [shortest_path]
diff --git a/mathematics_fields b/mathematics_fields
@@ -18,5 +18,6 @@ classification [msc]
- [discrete_mathematics]
- [statistics]
- [group_theory]
+- [knot_theory]
Up: [mathematics]
diff --git a/resistance_distance b/resistance_distance
@@ -0,0 +1,7 @@
+# Resistance distance
+
+https://en.wikipedia.org/wiki/Resistance_distance
+
+Up: [graph_distance]
+
+See also: [resistance]
diff --git a/sampling b/sampling
@@ -13,4 +13,4 @@
Up: [algorithms]
-See also: [approximation]
+See also: [approximation], [rejection_sampling]