From 6ed51cc95fbcd6c6703669453d48f2c3578df278 Mon Sep 17 00:00:00 2001 From: hydroid7 Date: Sun, 3 Jan 2016 11:38:43 +0100 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c573c18 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# BinaryTree +Another implementation of a binary tree + +Its a very simple binary tree.