From 88ac77aaa030f10afde41f3de9b3f505da51bc06 Mon Sep 17 00:00:00 2001 From: RitikKathuria28 <69464210+RitikKathuria28@users.noreply.github.com> Date: Wed, 30 Sep 2020 18:24:27 +0530 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..359f9aa --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Amazing project +# Path-Prediction +The problem that we have chosen to solve is navigation path planning from a source to a set of destinations. This problem in other words is a Travelling Salesperson problem. Now, solving this problem has many advantages in many areas like planning, logistics, and manufacture of microchips. It is a sub-problem in many areas such as DNA sequencing. Few problems that can be solved.