Skip to content

Latest commit

Β 

History

History
17 lines (15 loc) Β· 577 Bytes

File metadata and controls

17 lines (15 loc) Β· 577 Bytes

Java Data Structures πŸ“‚πŸ§‘β€πŸ’»

Data Structures

Welcome to Java Data Structures, a repository containing fundamental implementations of common data structures in Java.

Implemented structures


  • Stacks (LIFO)
  • Queues & Deques (FIFO)
  • Linked List
  • HashMaps

Contributions are welcome! Feel free to suggest improvements, tips and other data structures to implement.