inf3cti0n95 / sidekik

Sidekik for all Data Structures and Algorithms you need.
https://sidekik.js.org
MIT License
4 stars 7 forks source link

feat(@sidekik/tree): Tree Data Structure Abstract Classes #6

Closed inf3cti0n95 closed 5 years ago

inf3cti0n95 commented 5 years ago

A basic set of interfaces or abstract classes that all the tree data structures can be built upon. Containing basic properties and methods needed by every tree.

referenced issues Fixes #4 References #3