Question
Which of the following is a valid operation on a linked
list data structure?Solution
Traversal is a valid operation on a linked list where each node is accessed sequentially, starting from the head node until the last node. Since linked lists do not have direct indexing, traversal is the most common way to visit each node in the list. Unlike arrays, linked lists require sequential access due to their dynamic nature. The incorrect options: Binary Search : This operation requires random access, which is not feasible in a linked list due to its sequential nature. Random Access : Linked lists do not support random access, as elements are not stored in contiguous memory locations. Direct Indexing : Similar to random access, direct indexing is not applicable to linked lists; accessing an element requires traversing the list. Sorting : While possible, sorting is not inherently a primary operation of a linked list. Specialized algorithms are needed to sort linked list elements.
Geoid is the ________ of earth.
Who among the following has the power to appoint the members of State Information Commission?
Which of the following persons was awarded the Padma Vibhushan posthumously in 2020?
Under which Act was the rule of British Crown established over India?
Who is the present Finance Minister of India?
What is humidity?
In which state is Kathak dance performed?
Who among the following was the founder of the Sunga dynasty, who established his kingdom by killing the last Mauryan emperor?
To whom does the Public Accounts Committee submit its report?
What cells help in osmoregulation in platyhelminthes?