Skip to content

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

License

Notifications You must be signed in to change notification settings

thisiskushal31/Datastructures-and-Algorithms

Repository files navigation

Data Structures and Algorithms

This is my curated list of all the DSA basic to advanced concept and question with their solutions. Here my approach is add most optimized code possible and explain the logic behind it.

Quick Links

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
├── 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

License

Stars

Watchers

Forks