/data-structures

Data Structures in Java

Primary LanguageJava

Data Structures in Java

This is a personal project to gather my favorite data structure algorithms in Java.

Here you will find:

  • Binary search trees
  • Stacks
  • Queues
  • Doubly Linked Lists

Most of the code is well documented