Skip to content

Commit 4c41ce9

Browse files
authored
update alignment of hyperlinks
update alignment of hyperlinks
1 parent ed15735 commit 4c41ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In This Repository, I have written some of the important Algorithms and Data Str
44

55
### Algorithms:
66
| Algorithm | Big-O Time, Big-O Space | Comments/Symbols |
7-
| ------------- |:-------------:| -----:|
7+
| :----------- |:-------------:| :----- |
88
| [DFS - 2-D Grid](https://github.com/joney000/Java-Competitive-Programming/blob/master/Algorithms/DFS_Grid.java) | O(M * N), O(M * N) | M * N = dimensions of matrix
99
| [DFS - Adjency List](https://github.com/joney000/Java-Competitive-Programming/blob/master/Algorithms/DFSAdjacencyList.java) | O(V + E), O(V + E) | V = No of vertices in Graph, E = No of edges in Graph
1010
| [BFS - 2-D Grid](https://github.com/joney000/Java-Competitive-Programming/blob/master/Algorithms/BFS_GRID.java) | O(M * N), O(M * N)| M * N = dimensions of matrix

0 commit comments

Comments
 (0)