From c5451dbd61f4419131e4f41c66a76d9b0fd6036a Mon Sep 17 00:00:00 2001 From: jun-honey Date: Tue, 11 Jun 2019 00:53:16 +0900 Subject: [PATCH] Add README to tree file and binary tree file --- Python/data_structures/tree/README.md | 2 ++ Python/data_structures/tree/binary tree/README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 Python/data_structures/tree/README.md create mode 100644 Python/data_structures/tree/binary tree/README.md diff --git a/Python/data_structures/tree/README.md b/Python/data_structures/tree/README.md new file mode 100644 index 0000000..8602c50 --- /dev/null +++ b/Python/data_structures/tree/README.md @@ -0,0 +1,2 @@ +# 2019-1-OSS-E5 + diff --git a/Python/data_structures/tree/binary tree/README.md b/Python/data_structures/tree/binary tree/README.md new file mode 100644 index 0000000..8602c50 --- /dev/null +++ b/Python/data_structures/tree/binary tree/README.md @@ -0,0 +1,2 @@ +# 2019-1-OSS-E5 +