Skip to content

Commit 0f8e182

Browse files
committed
Add README.md
1 parent 21e26a2 commit 0f8e182

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)