536 views
2 2 votes
How can we implement doubly linked list using single next pointer??

Explain in detail ...plus advantage of it..

1 Answer

Position:
Show:

Related questions

2 2 votes
2 answers 2 answers
656
656 views
Abhijeet_Kumar asked Oct 17, 2017
656 views
0 0 votes
1 1 answer
714
714 views
Mrityudoot asked Feb 25, 2024
714 views
How can we find the highest element in a singly linked list in O(1)? We are free to use any extra space.
2 2 votes
1 1 answer
1.2k
1.2k views
Souvik33 asked Jan 11, 2023
1,247 views
The following C function rearranges the members of a single-linked list of integers that is passed as a parameter. The list of numbers 1, 2, 3, 4, 5, 6, and 7 in the spec...
1 1 vote
1 1 answer
1.6k
1.6k views
ykrishnay asked Aug 5, 2022
1,644 views
as we allocate the space for node in linked list using malloc() so how many bytes malloc allocate for the 1 node i.e. actual value of malloc allocates in ram like i write...