diff --git a/README.md b/README.md index 3408cce..46f7d71 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Algorithm code in Java 17. Tests written in Groovy 3 using Spock Framework 2. To test the operation of the algorithms, the following sample graphs were created. +![Small Graph](docs/small.gif) + ### Medium Graph ![Medium Graph](docs/medium.gif) diff --git a/docs/small.gif b/docs/small.gif new file mode 100644 index 0000000..e0f2bc5 Binary files /dev/null and b/docs/small.gif differ