/DataStructures

Some data structures implemented in Java

Primary LanguageJavaDo What The F*ck You Want To Public LicenseWTFPL

This repository contains some data structures that I've implemented
as a school assignments.

Data structures:
 - Binary heap with a twist of not using array.
 - Binomial heap.