Skip to content

Abbas7120/Code-Satra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

30 Days Code Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%