Skip to content

Commit 52ae872

Browse files
committed
Update README.md
1 parent 0f8e182 commit 52ae872

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,14 @@ This project was created to test graph search algorithms. There are implementati
99

1010
Algorithm code in Java 17. Tests written in Groovy 3 using Spock Framework 2.
1111

12+
## Graph Samples
1213

14+
To test the operation of the algorithms, the following sample graphs were created.
15+
16+
### Medium Graph
17+
18+
![Medium Graph](docs/medium.gif)
19+
20+
### Complex Graph
21+
22+
![Complex Graph](docs/complex.gif)

gradle/wrapper/gradle-wrapper.jar

58.1 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)