Skip to content

0xsec-debug/Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌟 CodeResite Assignment-1 - Git & GitHub Practice

Welcome to the CodeResite Assignment πŸ‘¨β€πŸ«
This task is designed to help you practice Git, GitHub, and basic coding workflows.


πŸ™Œ Before You Begin

Please complete these two simple steps to support the community:

  1. ⭐ Star this repository

    • Click the ⭐ icon at the top-right of this page.
  2. πŸ‘€ Follow the creator's GitHub profile


πŸ“‹ Objective

  • Learn how to fork a repository, push code, and create a pull request.
  • Solve any 2 coding questions from the provided Excel sheet.
  • Submit your solution code and a screenshot of passed test cases.

πŸ“ Steps to Complete the Assignment

βœ… Step 1: Fork the Repository

  • Click the Fork button on the top-right of this repo.
  • This will create your own copy under your GitHub account.

πŸ–₯️ Step 2: Clone Your Fork

  1. Go to your forked repository.
  2. Click the green Code button β†’ Copy the URL.
  3. Open your terminal and run:
    git clone <your-forked-repo-url>
  4. Move into the folder:
    cd Assignment-1

πŸ“– Step 3: Choose & Solve 2 Questions

  1. Open the file: CodeResite_Assignment_Questions.xlsx.
  2. Choose any 2 questions of your choice.
  3. Solve them using your preferred programming language (Python, C++, Java, etc.).

πŸ“ Step 4: Add Your Files

For each question, create a folder like:

submissions/<your-name>/<question-title>/

Example: submissions/RiyaVerma/ReverseArray/

Inside each folder, include:

  • βœ… solution.py (or .cpp, .java, etc.)
  • πŸ–Ό screenshot.png (showing test case(s) passed)
  • πŸ“„ Optional: README.md explaining your approach (if you wish)

Example folder structure:

submissions/
└── YourName/
    β”œβ”€β”€ Question1/
    β”‚   β”œβ”€β”€ solution.py
    β”‚   └── screenshot.png
    └── Question2/
        β”œβ”€β”€ solution.cpp
        └── screenshot.png

πŸ’‘ Step 5: Add, Commit, and Push

Run these commands in the terminal:

git add .
git commit -m "Added solutions by <Your Name>"
git push origin main

Replace main with your branch name if it’s different (like master).


πŸ” Step 6: Create a Pull Request

  1. Visit your forked repo on GitHub.

  2. Click "Compare & pull request".

  3. Fill in:

    • Your name
    • The questions you solved
    • Any short note or message
  4. Click Create pull request.

βœ… Done! You’ve successfully submitted your assignment.


⚠️ Important Notes

  • 🧠 Solve any 2 questions only.
  • πŸ“Έ Submit your solution code + test case screenshot.
  • βœ… LeetCode, HackerRank, CodeChef, or any platform is accepted.
  • 🧾 Please organize your submission files properly.

πŸ“… Deadline

Submit your pull request before: 30 June 2025


πŸ’» Tools & Platforms You Can Use

Languages:

  • Python, C++, Java, JavaScript, etc.

Platforms:

  • LeetCode, CodeChef, HackerRank, Replit, or your local IDE

Thank you for participating!
Let’s code, commit, and grow πŸš€
β€” CodeResite & 0xsec-debug Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •