In this article, I had tried to solve some common linked list problems using C#. We often are used to solve linked list problems using pointers in C,C++ ,however, in C# all the implementation is done without using pointers.Some of the problems which I had tried to solve in this article is :

I would keep on adding other problems as I keep them encountering.For more problems on linked lists see http://csharp-algos.blogspot.com/