Skip to content

Instantly share code, notes, and snippets.

@dmx2010
dmx2010 / Tree.scala
Created March 13, 2023 15:06 — forked from dholbrook/Tree.scala
Scala binary tree
/**
* D Holbrook
*
* Code Club: PO1
*
* (*) Define a binary tree data structure and related fundamental operations.
*
* Use whichever language features are the best fit (this will depend on the language you have selected). The following operations should be supported:
*
* Constructors