Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.53 KB

File metadata and controls

46 lines (30 loc) · 1.53 KB

DSA

This repository contains various Data Structures and Algorithms (DSA) implementations and solutions to coding questions from platforms like LeetCode, HackerRank, and GeeksforGeeks.

Table of Contents

Introduction

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.

Project Structure

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.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/indskgit/DSA.git
  2. Navigate to the project directory:
    cd DSA
  3. Open the project in IntelliJ IDEA or your preferred IDE.

Usage

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.

License

This project is licensed under the MIT License. See the https://github.com/indskgit/DSA/blob/master/LICENSE file for more details.