Skip to content

lalongooo/JavaDataStructures

Repository files navigation

Java Data Structures

A personal collection of algorithms and data structures.

A simple implementation of the Stack data structure with its standard methods (push(), pop(), peek(), size())

This was part of a programming test:

Assume you have a chain in your hand, and need to know which side of the chain is longer. The function must return the constant LEFT, RIGHT or NONE depending of the link of the chain you're holding in your hand.

A simple algorithm to calculate the hegiht of a binary tree.

About

Exercises about algorithms and data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages