An open API service indexing awesome lists of open source software.

https://github.com/marcellodesales/data-structures-java-generics

Data Structures implemented using Java 7 and Generics
https://github.com/marcellodesales/data-structures-java-generics

Last synced: over 1 year ago
JSON representation

Data Structures implemented using Java 7 and Generics

Awesome Lists containing this project

README

          

# Data Structures in Java using Generics

This is my personal implmenetation of Data Structures and algorithms using Java 7 and Generics.

# Why I did this?

Interviewing for a new position, or training new students, this contains references on basic problems.