closed by
309 views
–1 votes
–1 votes
closed with the note: got the answer

Insertion at  beginning and end ....both require theta(n) ?

closed by

Related questions

0 votes
0 votes
1 answer
1
cse23 asked Sep 9, 2016
562 views
To insert a node at the end of double linked list we need to modify two pointers right??But answer given is one pointer.can someone clarify?
0 votes
0 votes
1 answer
3
Mrityudoot asked Feb 25
179 views
How can we find the highest element in a singly linked list in O(1)? We are free to use any extra space.
0 votes
0 votes
0 answers
4
priyansh_1705 asked Jul 3, 2023
398 views
Can anyone explain this question to me