[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines1999 authored May 22, 2017
1 parent 469742c commit ad3d5bc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@ void komp()
int kompNumber = 0;//кількість компонент сильної зв'язності
for (int i = 1; i <= n; i++)
{
//cout << "mas:";
//for (int i = 1; i <= n; i++)
// cout << mas[i] << " ";
//cout << endl;
//cout << "top[" << i << "]" << top[i] << endl;
//cout << "Вершина ------ #DFS ---- Queue" << endl;
int p; //вершина, з якої починається пошук
int DFS[100];
if (mas[top[i]] == false)
Expand Down Expand Up @@ -232,23 +226,11 @@ void komp()
mas[j] = true;
k++;
DFS[k] = j;
//cout << setw(4) << j << setw(14) << k << setw(8);
//for (int i = 0; i < myDeque.size(); i++)
// cout << myDeque[i] << " ";
//cout << endl;
size = myDeque.size();
flag = 1;
break;

}
//if (myDeque.size() == size - 1)
//{
// cout << setw(4) << "-" << setw(14) << "-" << setw(8);
// for (int i = 0; i < myDeque.size(); i++)
// cout << myDeque[i] << " ";
// cout << endl;
// size -= 1;
//}

}
if (flag == 0)
Expand Down

0 comments on commit ad3d5bc

Please sign in to comment.