Skip to content

Commit 49245d6

Browse files
authored
Rename 07 BreadthFirstSearchUsingSTLQueue.cpp to 07 Breadth First Search Using STLQueue.cpp
1 parent 795474e commit 49245d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graph/Basic/07 BreadthFirstSearchUsingSTLQueue.cpp Graph/Basic/07 Breadth First Search Using STLQueue.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <iostream>
22
#include <queue>
3-
3+
44
using namespace std;
55

66
void BFS(int vtx, int A[][8], int n){
@@ -46,4 +46,4 @@ int main (){
4646

4747

4848
return 0;
49-
}
49+
}

0 commit comments

Comments
 (0)