Where is the following data entity used?
class Node {
private Node next;
private Object content;
}
a. Linked list
b. Double linked list
c. Binary search tree
d. Graph
a. Linked list
Linked list is a data structure in which every entity points to the next entity.
Computer Science & Information Technology
You might also like to view...
The very first time a document is saved the ________ field and the ________ field will have the same name
Fill in the blank(s) with correct word
Computer Science & Information Technology
Excel ________ must be installed before they can be used
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology