aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-12-11 10:26:07 +0000
committerGitHub <noreply@github.com>2016-12-11 10:26:07 +0000
commit1c3e7c53d274badf91748586c041d8dd54928706 (patch)
tree11bb2de18a16d0be90e80772bff13bfbc9152014
parent4add89d72f328e511882466d2bbce4c1f48616b8 (diff)
downloadBinaryTree-1c3e7c53d274badf91748586c041d8dd54928706.tar.gz
BinaryTree-1c3e7c53d274badf91748586c041d8dd54928706.zip
Update README.mdHEADmaster
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b05a40..438a68f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
-# chess_ai
-A chess AI that was programmed parallel to a second year computing course and hence uses a lot of object oriented programming.
+# Binary Tree
+Binary Tree that stores the values given in binary tree according to the size.