Everpure Interview Question

remove all elements from linked list with "n" as their value

Interview Answers

Anonymous

Apr 23, 2018

Thanks a lot for sharing your experience with us, it helps us a lot. I am also having similar online coding round, can you share the details of logic error problem.

Anonymous

Apr 24, 2018

I think the logic problem was using a nested for loop, probably to iterate through a 2D array. The loop statements were off and it didn't iterate through the array correctly. It wasn't a standard for loop iteration, I believe values inside the loop affected how long each of the for loops ran, so it was trickier to follow than your standard i=0;i

Anonymous

May 1, 2018

Thanks a lot