Home

Awesome

Data-Structures-in-Java

This repository contains various data structures and provide insights about them. Feel free to create an issue if you see one in any of the implementations.

Data Structures :
These is just a basic set, we have lot of other data structures as well,

Below topics/problems are covered as of now.

1. Strings

2. Arrays

3. LinkedList

4. Stack

5. Queue

6. Vector

7. Matrix

8. Trees

9. Graphs

10. Heap

11. Hashing

12. Set

13. Priority Queue

14. Trie

15. Treap

16. Cache

17. Miscellaneous

18. Common Utils

19. Iterators