TammyAlok2 / Code-Satra

One month coding challenge with code satra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Satra πŸš€

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.

πŸ“… Event Dates

2/07/2024 To 1/08/2024

πŸ“‹ Steps to Participate

  1. Fork and clone this repository.
  2. Create a folder with your name.
  3. Solve at least one DSA problem daily.
  4. Push your solution to your named folder.
  5. Raise a pull request.

πŸ† Eligibility for Prizes and Certificates

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.

πŸ“œ Rules and Guidelines

  1. Each participant must create a folder with their name in the repository.
  2. Solutions must be pushed to the participant's folder daily.
  3. Ensure that your code is well-documented and follows best practices.
  4. Be respectful and supportive of fellow participants.

🌟 How to Contribute

  1. Fork the repository.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/your-username/code-satra.git
    
  3. Create a folder with your name:

    mkdir your-name
    
  4. Solve a DSA problem and save the solution in your folder.

  5. Commit and push your changes:

     git add .
     git commit -m "Add solution for [problem name]"
     git push origin main
  6. Create a pull request on the original repository.

About

One month coding challenge with code satra


Languages

Language:C++ 100.0%