Skip to content

Repository files navigation

Data Structures and Algorithms

Interview coding prep and pattern reference. Theory and solutions live here; scale trade-offs live in System-Design-Concepts. The join between a coding pattern and a design interview is SystemDesignBridge.

New here? Start at Foundation (coding patterns), then Algorithms/00 — Logic Building and time / space complexity.

Quick Links

Sister repos: System-Design-Concepts · Commands-and-Cheatsheets · DevOps-Handbook

Folder layout

.
├── Algorithms                    # Algorithms Basic to Advanced
        ├── Topicwise_Algorithms_Explanation          # Algorithms Explained in Readme
        └── README.md     
├── Datastructures                    # DataStructure Basic to Advanced
        ├── Topicwise_Datastructure_Explanation          # DataStructure Explained in Readme
        └── README.md      
├── GeeksForGeeks                     # Compiled question and solutions from GeeksForGeeks
        ├── Topicwise_Folder          # Topicwise folder
        └── README.md
├── Leetcode                          # Compiled question and solutions from Leetcode
        ├── Topicwise_Folder          # Topicwise folder
        └── README.md
├── SystemDesignBridge                # DSA patterns → System Design
├── assets                            # Assets for readme and other files
├── Template                          # Template for all the problems in C++ and java
├── .gitignore                        # Ignore files                   
└── README.md

Resources

GeeksForGeeks : https://practice.geeksforgeeks.org/
Leetcode : https://leetcode.com/
Github: https://github.com/

About

A curated list of all the Datastructures and Algorithms basic to advanced concept and Question upon them to solidfy concepts.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Contributors

Languages