Skip to content

Instantly share code, notes, and snippets.

View aesguerra's full-sized avatar

Ana Esguerra aesguerra

View GitHub Profile
@dholbrook
dholbrook / Tree.scala
Created June 21, 2012 17:59
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