Welcome to Code Satra! This program is designed to enhance your skills in Data Structures and Algorithms (DSA) and build a strong foundation in using GitHub for version control and collaboration.
2/07/2024 To 1/08/2024
- Fork and clone this repository.
- Create a folder with your name.
- Solve at least one DSA problem daily.
- Push your solution to your named folder.
- Raise a pull request.
Participants must push at least one DSA problem solution to the Code Satra GitHub repository every day for 30 days to be eligible for prizes and certificates.
- Each participant must create a folder with their name in the repository.
- Solutions must be pushed to the participant's folder daily.
- Ensure that your code is well-documented and follows best practices.
- Be respectful and supportive of fellow participants.
-
Fork the repository.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/code-satra.git
-
Create a folder with your name:
mkdir your-name
-
Solve a DSA problem and save the solution in your folder.
-
Commit and push your changes:
git add . git commit -m "Add solution for [problem name]" git push origin main
-
Create a pull request on the original repository.