Data Structures GATE 2022 Solved Questions
Ques 1:Consider the problem of reversing a singly linked list. To take an example, given the linked list below, GATE 2022 Q no 15 the reversed linked list should look like Which one of the following statements is TRUE about the time complexity of algorithms that solve the above problem in O(1) space? (A) The best algorithm for the …