From c6710bf4869d502ac0503d5784519a7a50a9c0c4 Mon Sep 17 00:00:00 2001 From: Atharva-D Date: Sat, 1 Oct 2022 17:12:28 +0530 Subject: [PATCH] Updated README.md with Graph and Linked List's topics. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c99a3f4..b088ef2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,14 @@ The following topics will be elaborated: * Singly Linked List * Doubly Linked List * Circular Singly Linked List - * Circular Doubly Linked List + * Circular Doubly Linked List + * Reverse Linked List + * Merge Linked List + * Middle Linked List + * Palindromic Linked List + * Cycle exist in Linked List + * Start of cycle in Linked List + * Happy Number * Tree Data Structure * BFS * DFS @@ -55,6 +62,9 @@ The following topics will be elaborated: * Postorder Tree Traversal * Binary Tree Max Path * Graph Data Structure + * Breadth First Search + * Depth First Search + * Number of Islands * Divide and Conquer Algorithm ![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)