We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e26a2 commit 0f8e182Copy full SHA for 0f8e182
README.md
@@ -0,0 +1,12 @@
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
0 commit comments