add diagram to the readme

This commit is contained in:
Johann Dreo 2022-03-25 18:48:32 +01:00 committed by GitHub
commit 6f05bbc5a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),