thisiskushal31 / Datastructures-and-Algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Me

I am CS Student learning Web Development and trying out trending technologies.

Let's Connect

linkedin twitter github

About

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

License:MIT License


Languages

Language:C++ 58.8%Language:Java 41.2%