From 6f05bbc5a127fe1139bb27aa17f26f0d9676baf8 Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 25 Mar 2022 18:48:32 +0100 Subject: [PATCH] add diagram to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2639a4..a533ca9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ For each slot, we have two options: - on the edge of a grpah, - across a triangle. +![A diagram showing plugs going into slots](https://raw.githubusercontent.com/nojhan/algopattern/master/algopattern_operators.svg) + At the end, by combining those options, we can make up for four different algorithms: - four neighbors + on edges (4-Dijkstra),