From 5ac7a3a9476c542b2bc5020074b31d46ed573083 Mon Sep 17 00:00:00 2001 From: nagaraj rathna <34264078+nagaraj28@users.noreply.github.com> Date: Fri, 11 Oct 2019 21:48:11 +0530 Subject: [PATCH] update readme.md added file names in stack,queue and string --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4558d0..a03c042 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,18 @@ Please make sure your PRs are mergable. - Linked List 1. Singly Linked List - Stack +1.Stack Implementation in C++ - Queue 1. Queue 2. Circular Queue 3. Priority Queue + 4.Queue Implementation in C++ - Binary Trees +-String Manipulation +1.Anagrams in c++ ## Contributors - [Rohit Raj Anand](https://github.com/rht6226) - [Ashwini Ojha](https://github.com/ashwini571) - [Hemant Upadhyay](https://github.com/hemantupadhyay24) +