wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

commit b66ae92a0e4bcad346037fbdba0f7c2d694a95ff
parent af21bb776fe794fcfb624f6cc8e130e7ec5d626c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 26 Sep 2025 07:55:31 +0200

commit with codex

Diffstat:
graph_distance | 7+++++++
mathematics_fields | 1+
resistance_distance | 7+++++++
sampling | 2+-
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]