commit b0264b31bfab9537afeea5f032ce5562423180e3
parent ac47bcaa0b3d78245718a6bc47485434641ed8a6
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 26 Sep 2025 07:55:31 +0200
commit with codex
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]