From c9f78347b2d2c6d0e95ec2c39520a7660685b5f2 Mon Sep 17 00:00:00 2001 From: balegarzon <98176945+balegarzon@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:02:39 -0400 Subject: [PATCH 1/2] Updating README.md by providing a structure and resources 1. Corrected minor typos 2. Created new files for different DSA, 3. Added a directory/structure of above files 4. Added resources for DSA. --- README.md | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd08ee6c..997f8667 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,32 @@ -# Data-Structures-and-Algorithms-in-cpp -This is very good piece of coding. -This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms +# Implemenation of Data Structures and Algorithms in C++ (cpp) -## Who can contribute -Anyone can contribute to this repositry. +This repository is in development phase and will soon provide you with C++ code of various data structures and algorithms. -# Contribution Guide +### Current Data Structures and Algorithms :robot: +* [Graphs](/Graph) +* [Incrementing Algorithms](/IncrementingAlgorithm) +* [Searching Algoirthms](/SearchingAlgorithm) +* [Kth Largest](/KthLargest) +* [Sorting Algorithms](/SortingAlgorithms) +* [Sparse Matrix](/SparseMatrix) +* [Trees](/Trees) +* [Palindrome](/Palindrome) +* [Queue](/Queue) -## How to contribute + +## Contribution Guide + +### Resources for data structures and algorithms fundamentals: + +* [Linked List Problems](https://iq.opengenus.org/list-of-linked-list-problems/) +* [Array Problems](https://iq.opengenus.org/list-of-array-problems/) +* [Binary Tree Problems](https://iq.opengenus.org/list-of-binary-tree-problems/) +* [Dynamic Programming (DP) Problems](https://iq.opengenus.org/list-of-dynamic-programming-problems/) + +### Who can contribute +Anyone can contribute to this repository. + +### How to contribute