Is hashset a collection?
Answer / Asheesh Kumar Pandey
Yes, HashSet is a collection in Java that implements the Set interface. It can store unique elements without any particular order.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is binary search in data structure?
What is array indexing?
What do you mean by hash function?
Does treemap sort automatically?
Is linkedlist thread safe?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
Which sorting is stable?
What is the best data structure and algorithm to implement cache?
Define circular list?
In Data Structure, write output of given program.
1 Answers HPCL, Hughes Systique Corporation,
List the basic operations carried out in a linked list?
ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm