Hi,
Can Anyone help me in pseudo code or algorithms to write InsertAt() method for LinkedList. Basically when this method will be called it will ask user where he want to put that data somewhere in the middle of nodes and then that data will be inserted in between the nodes.
I am new to C# programming and learning different things everyday. Even if anybody can help me in defining structure for "InsertAt()" method.
I have done Insert() and Display().
Any ideas.
Please help..
Thanks