Skip to content
/ DSA Public

In this repository I will be storing all my DSA problems and their solutions that I will solve, topic wise.

Notifications You must be signed in to change notification settings

Pahadi10/DSA

Repository files navigation

DSA Journey

Welcome to my Data Structures and Algorithms (DSA) repository! This repository contains solutions to a variety of DSA problems that I have solved, organized by topic. It serves as a comprehensive record of my progress and learning in the field of algorithms and data structures.

  • I have used C++ language.

Table of Contents

Introduction

This repository is a collection of my solutions to various DSA problems. It includes problems from different topics such as arrays, linked lists, stacks, queues, trees, graphs, and more. The goal of this repository is to track my learning journey and to provide a resource for others who are also interested in improving their DSA skills.

Many of the problems solved here are from popular coding platforms like LeetCode, HackerRank, and CodeSignal. However, not all solutions are included here. For a more complete list of problems I've solved, please visit my LeetCode profile:

My LeetCode Profile

Contents

The repository is organized by topics. Each folder contains solutions to problems related to that specific topic. Below is a list of topics covered:

  • Arrays
  • Basic Maths
  • Character Arrays & Strings
  • Functions
  • Patterns
  • Recursion
  • Searching
  • Sorting
  • More to come..

How to Use This Repository

  1. Clone the Repository: Clone this repository to your local machine using the following command:
    git clone https://github.com/Pahadi10/DSA.git
  2. Navigate to a Topic: Open the folder corresponding to the topic you are interested in.
  3. Explore Solutions: Each folder contains multiple solution files. Open any file to view the solution for a specific problem.

Contributing

Contributions are welcome! If you have a better solution or an alternative approach to any of the problems, feel free to fork this repository and submit a pull request. Please ensure that your contributions adhere to the following guidelines:

  • Clearly comment your code to explain your logic.
  • Follow a consistent coding style.
  • Include the problem statement as a comment at the top of each solution file.

Contact

If you have any questions, suggestions, or feedback, feel free to reach out to me. You can contact me through email or my linkdin profile .

Additional Resources

Here are some additional resources that I have found helpful in my DSA journey:

About

In this repository I will be storing all my DSA problems and their solutions that I will solve, topic wise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages