Sir In the video we are calculating the tin and tout values
by tin[node] = ++timer; tout[node]=timer; where timer=0;
But what is wrong if we put timer value as 1 and we calculate tin and tout values like this
tin[node] = timer++
tout[node] = timer.