File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Graph search algorithms
2+
3+ This project was created to test graph search algorithms. There are implementations and tests for two algorithms:
4+
5+ - Breadth-first search
6+ - Dijkstra's Algorithm
7+
8+ ## Technical specifications
9+
10+ Algorithm code in Java 17. Tests written in Groovy 3 using Spock Framework 2.
11+
12+ ## Graph Samples
13+
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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments