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

https://github.com/obitech/ds_zoo

An assignment for data structure class: LinkedList and BinaryTree in Java
https://github.com/obitech/ds_zoo

java

Last synced: about 1 year ago
JSON representation

An assignment for data structure class: LinkedList and BinaryTree in Java

Awesome Lists containing this project

README

          

This Java project was an assignment I had to submit for my
data structures class. It simulates a tour through a zoo which
is organized in singly-linked list. In the second part those
lists are transfomred into a standard, balanced binary tree.