Remove unused global variable from dfs_with_stack

This commit is contained in:
Filip Hlásek 2020-08-03 01:50:47 -07:00
parent 0c10e6fee5
commit 6be333680f

View File

@ -9,8 +9,6 @@
using namespace std;
int checked[999] = {WHITE};
void dfs(const list<int> lista[], int start) {
stack<int> stack;