From 3d7f4dc03b9483611a52db0ea2250c336b9bf067 Mon Sep 17 00:00:00 2001 From: vibhaw priansh <47277286+vibhawgeass@users.noreply.github.com> Date: Mon, 7 Oct 2019 00:02:27 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c09ffad..9db3c80c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ As of now, the repository contains a file called `useful_links.txt` and 2 main d Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type. - 1. Array - 2. Binary Search Tree - 3. Linked List - 4. Stack - 5. Graphs - 6. Circular Linked List + 1. Array + 2. Dictionary + 3. Binary Search Tree + 4. Linked List + 5. Stack + 6. Graphs + 7. Circular Linked List ### Algorithms