Write an algorithm to detect if there is a loop in a singly linked list. Hint: The best solution can be done in O(n) time using constant memory.
read responses...
Write an algorithm to detect if there is a loop in a singly linked list. Hint: The best solution can be done in O(n) time using constant memory.
Given a farclip distance and viewing frustum width, how can you find the angle of the field-of-view?
What is a ‘namespace’ and what is it used for? What is the purpose of the ‘using’ declaration?
Discuss some of the best ways to store variables so that we can access them in various pages of an ASP.NET application.
Explain what ‘reflection’ is in terms of the .NET Framework.