From d738d06043e9c3dffbc8d1918a323d53b38d2262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Karim=20H=C3=A9rich=C3=A9?= Date: Fri, 27 Nov 2015 09:27:38 +0100 Subject: [PATCH] Added link to Graph::Undirected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3427f23..ff56b2f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Some useful perl modules I have written:
  • Algorithms::Cube: an object-oriented library for third order tensors (requires Algorithms::Matrix)
  • -
  • Algorithms::Graph: extends Graph::Undirected (requires Graph::Undirected)
  • +
  • Algorithms::Graph: extends Graph::Undirected (requires Graph::Undirected)
  • Algorithms::FCM: fuzzy c-means clustering (requires Inline::C)