This repository contains various Data Structures and Algorithms (DSA) implementations and solutions to coding questions from platforms like LeetCode, HackerRank, and GeeksforGeeks.
This project is aimed at providing a comprehensive collection of DSA implementations and coding question solutions. It includes various algorithms, data structures, and design patterns, along with their explanations and usage examples.
The project is organized into the following directories:
src/
: Contains the source code for various DSA implementations and coding question solutions.DesignPattern/
: Contains implementations of various design patterns.CodingQNAs/
: Contains solutions to coding questions from different platforms.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/indskgit/DSA.git
- Navigate to the project directory:
cd DSA
- Open the project in IntelliJ IDEA or your preferred IDE.
To run the project, open it in IntelliJ IDEA and execute the desired class or method. You can also run the tests provided in the project to verify the implementations.
This project is licensed under the MIT License. See the https://github.com/indskgit/DSA/blob/master/LICENSE file for more details.