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
- Host: GitHub
- URL: https://github.com/marcellodesales/data-structures-java-generics
- Owner: marcellodesales
- Created: 2016-05-25T22:34:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T00:55:46.000Z (about 10 years ago)
- Last Synced: 2025-02-03T10:46:23.249Z (over 1 year ago)
- Language: Java
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.