Skip to content

Instantly share code, notes, and snippets.

@riccardomerolla
riccardomerolla / Tree.scala
Created September 8, 2022 06:57 — 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