Skip to content

ArpanSurin/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures & Algorithm

Welcome to the DSA Questions and Solutions repository! This repository is a collection of solutions to various problems on LeetCode. It serves as a reference for learning, improving problem-solving skills, and preparing for coding interviews.

Overview

LeetCode is an excellent platform for enhancing coding skills and preparing for technical interviews. This repository contains:

  • Well-documented solutions for LeetCode problems.
  • Solutions implemented in multiple programming languages (e.g., Python, C++, C language).
  • Explanations and comments to help understand the logic and approach.

Contributions

Contributions are welcome! If you'd like to add new solutions, fix bugs, or improve documentation, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Commit your changes:
    git commit -m "Add solution for problem_name"
  4. Push the changes:
    git push origin feature/your-feature
  5. Open a Pull Request.

Please ensure your code is well-commented and follows the file naming conventions.


License

This repository is licensed under the MIT License. You are free to use, modify, and distribute the solutions. See the LICENSE file for more details.


Happy coding! 🚀