Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
6 8839Post New CSC C++ General Interview Questions
Which sorting algorithm is used in collections sort?
What is maven project?
Why do we need to write test classes?
what is the difference between require() and include() when an error is encountered?
What is activex in java?
What are static variables?
What according to you should be done to increase exports and minimize imports?
How do I tune a sql query?
What is a connected transformation?
Is there a free windows operating system?
briefly explain how to use try and catch
What is loop in asp.net?
what is difference between dead letter queue and backout queue in websphere mq?
What is the component lifecycle in reactjs?
Is python can be compatible with command prompt?