I can add all the important collection frameworks needed for Data structure & Algorithms
Here is the list of quite a few of them:-
Iterable collection interface
List interface
- class :arraylist ,linkedlist, stack, vector
Queues interface
- class: liskedlist, priority Queue
Dequeue interface
- class :linked list, array queue
Set interface
- class: hashset , linked list set
- sorteddset interface
- class: tree set
Map interface
- class: hashtable , hashmap
- sortedmap interface
- class: tree map
I can add all the important collection frameworks needed for Data structure & Algorithms
Here is the list of quite a few of them:-
Iterable collection interface
List interface
Queues interface
Dequeue interface
Set interface
Map interface