Skip to content

Apna-College-DSA-Sheet-Solutions in Java, Python, C++, and more. Enhance your understanding of data structures and algorithms. Happy coding!

License

Notifications You must be signed in to change notification settings

Sohini3018/Apna-College-DSA-Sheet-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apna-College-DSA-Sheet-Solutions

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.

Languages

Currently, the repository will add solutions in the following programming languages:

  • Java
  • Python
  • C
  • C++
  • JavaScript

So make your Pull Requests accordingly.

Structure

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.

How to Contribute

We welcome contributions from the open-source community. To contribute to this repository, please follow these steps:

  1. Fork the repository by clicking the 'Fork' button on the top right corner of this page.
  2. 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
  3. Create a new branch for your contributions: git checkout -b branch_name
  4. Add your solutions to the appropriate Topic folder (Refer to the DSA sheet for Topic).
  5. Commit your changes: git commit -m "--Your Message--"
  6. Push your changes to your forked repository: git push origin file_name
  7. 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.

License

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!

About

Apna-College-DSA-Sheet-Solutions in Java, Python, C++, and more. Enhance your understanding of data structures and algorithms. Happy coding!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages