From c7f2cbe6d11052a64ca0e6cdb5f4ae24276afa43 Mon Sep 17 00:00:00 2001 From: DeepAdhia <32518715+deepadhia@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:20:19 +0530 Subject: [PATCH] Update README.md Updated the Readme file according to new file structure of the repository --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46e00ae..f98ddad 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,14 @@ Data Structure and Algorithms | | | ├── 003_Tree_Recursion | | └── main.c -| | -│ └── README.md +| | +| ├──004_Indirect_Recursion +| | └── main.c +| | +| ├──005_Nested_Recursion +| | └── main.c +| | +│ └── README.md │ ├── .gitignore │ @@ -35,5 +41,6 @@ Data Structure and Algorithms | ├── LICENSE │ -└── README.md -``` +└── README.md +│ +└──_config.yml