Welcome to the Apna-College-DSA-Sheet-Solutions repository! This repository provides solutions for the DSA (Data Structures and Algorithms) Sheet from Apna College in multiple programming languages.
Currently, the repository will add solutions in the following programming languages:
- Java
- Python
- C
- C++
- JavaScript
So make your Pull Requests accordingly.
The repository is organized with dedicated folders for each Topic. Inside each folder, you'll find the solutions to the DSA Sheet problems for that particular topic.
We welcome contributions from the open-source community. To contribute to this repository, please follow these steps:
- Fork the repository by clicking the 'Fork' button on the top right corner of this page.
- Clone the forked repository to your local machine. Inorder to clone this repo run the following command-
git clone https://github.com/Sohini3018/Apna-College-DSA-Sheet-Solutions.git
- Create a new branch for your contributions:
git checkout -b branch_name
- Add your solutions to the appropriate Topic folder (Refer to the DSA sheet for Topic).
- Commit your changes:
git commit -m "--Your Message--"
- Push your changes to your forked repository:
git push origin file_name
- Open a pull request (PR) from your forked repository to the main repository. Make sure to provide a descriptive title and include details about your changes.
Once your pull request is submitted, it will be reviewed by the repository maintainers. Thank you for contributing!
Please note that solutions should be provided for educational purposes and to aid in learning. We encourage you to attempt the problems on your own before referring to the solutions.
This repository is licensed under the MIT License. Feel free to use the solutions for personal or educational purposes.
Happy coding and enjoy your journey through data structures and algorithms!