mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Remove unused global variable from dfs_with_stack
This commit is contained in:
parent
0c10e6fee5
commit
6be333680f
@ -9,8 +9,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
int checked[999] = {WHITE};
|
||||
|
||||
void dfs(const list<int> lista[], int start) {
|
||||
stack<int> stack;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user