Skip to content

Commit 262bff7

Browse files
committed
Fixed readme
1 parent 14b8c33 commit 262bff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ These algorithm implementations can be found on sorts.h file.
1515

1616
## Graph Traversal Algorithms
1717

18-
1. [Breadth First Search]((https://github.com/UgurKap/algorithm-implementations/blob/master/Algo%20II/HW1/main.cpp))
19-
2. [Depth First Search]((https://github.com/UgurKap/algorithm-implementations/blob/master/Algo%20II/HW1/main.cpp))
18+
1. [Breadth First Search](https://github.com/UgurKap/algorithm-implementations/blob/master/AlgoII/HW1/main.cpp)
19+
2. [Depth First Search](https://github.com/UgurKap/algorithm-implementations/blob/master/AlgoII/HW1/main.cpp)
2020

2121
## Data Structures
2222

@@ -28,7 +28,7 @@ These algorithm implementations can be found on sorts.h file.
2828
3. [Minimum Heap](https://github.com/UgurKap/algorithm-implementations/blob/master/HW2/main.cpp)
2929
Priority queue implementation using minimum heaps.
3030

31-
4. [Graph](https://github.com/UgurKap/algorithm-implementations/blob/master/Algo%20II/HW1/main.cpp)
31+
4. [Graph](https://github.com/UgurKap/algorithm-implementations/blob/master/AlgoII/HW1/main.cpp)
3232
Graph implementation using adjacency list. Same file also has breadth first and depth first search algorithms inside it.
3333

3434

0 commit comments

Comments
 (0)