From 85ed91066db20e4f20f0ab5d71282d16df998f26 Mon Sep 17 00:00:00 2001 From: Keshav Singh Date: Wed, 7 Oct 2020 14:26:33 +0530 Subject: [PATCH] New folder Created for code --- CPP/README.md | 1 + DP/README.md | 1 + Python/README.md | 1 + {Assets => Python}/face-detection.py | 0 4 files changed, 3 insertions(+) create mode 100644 CPP/README.md create mode 100644 DP/README.md create mode 100644 Python/README.md rename {Assets => Python}/face-detection.py (100%) diff --git a/CPP/README.md b/CPP/README.md new file mode 100644 index 000000000..ec2d88efe --- /dev/null +++ b/CPP/README.md @@ -0,0 +1 @@ +C++ \ No newline at end of file diff --git a/DP/README.md b/DP/README.md new file mode 100644 index 000000000..a9bc5e486 --- /dev/null +++ b/DP/README.md @@ -0,0 +1 @@ +Dynamic Programming \ No newline at end of file diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 000000000..696c15bdf --- /dev/null +++ b/Python/README.md @@ -0,0 +1 @@ +Python \ No newline at end of file diff --git a/Assets/face-detection.py b/Python/face-detection.py similarity index 100% rename from Assets/face-detection.py rename to Python/face-detection.py