Skip to content

[Feature]: Collection framework most improtant for DSA with Java #18

Description

@MsParadox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions