639 views

3 Answers

3 votes
3 votes
in Java, a vector class is defined with many predefined functions then we can make a linked list using this vector class without using any pointers....
2 votes
2 votes
In java, there is a class named as Linked List which is used create linked list in java.

Related questions

0 votes
0 votes
1 answer
2
Abhrajyoti00 asked Oct 29, 2022
740 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?
0 votes
0 votes
2 answers
3
srestha asked Apr 29, 2019
740 views
Can somebody write the code or algorithm, how merge sort works efficiently in linked list? Is Heap sort most inefficient in Linked List Sorting? Elaborate plz
1 votes
1 votes
1 answer
4
Phlegmatic asked May 27, 2018
1,099 views
In a circular linked list last node points to the :$Head$$Tail$$First Node$