You are viewing a single comment's thread. Return to all comments →
even without any code, when using c# with linked list challenges, i am facing similar problems
for example here https://www.hackerrank.com/challenges/get-the-value-of-the-node-at-a-specific-position-from-the-tail/problem
i get this error even without writing any code error CS0103: The name 'getNode' does not exist in the current context
just to try to run any code there you will get it
Seems like cookies are disabled on this browser, please enable them to open this website
Print in Reverse
You are viewing a single comment's thread. Return to all comments →
even without any code, when using c# with linked list challenges, i am facing similar problems
for example here https://www.hackerrank.com/challenges/get-the-value-of-the-node-at-a-specific-position-from-the-tail/problem
i get this error even without writing any code error CS0103: The name 'getNode' does not exist in the current context
just to try to run any code there you will get it