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
- Host: GitHub
- URL: https://github.com/obitech/ds_zoo
- Owner: obitech
- Created: 2017-06-10T20:39:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T20:39:48.000Z (about 9 years ago)
- Last Synced: 2025-05-22T18:34:53.147Z (about 1 year ago)
- Topics: java
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.