Welcome to the CodeResite Assignment π¨βπ«
This task is designed to help you practice Git, GitHub, and basic coding workflows.
Please complete these two simple steps to support the community:
-
β Star this repository
- Click the β icon at the top-right of this page.
-
π€ Follow the creator's GitHub profile
- Visit @0xsec-debug and click Follow.
- 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.
- Click the Fork button on the top-right of this repo.
- This will create your own copy under your GitHub account.
- Go to your forked repository.
- Click the green Code button β Copy the URL.
- Open your terminal and run:
git clone <your-forked-repo-url>
- Move into the folder:
cd Assignment-1
- Open the file:
CodeResite_Assignment_Questions.xlsx
. - Choose any 2 questions of your choice.
- Solve them using your preferred programming language (Python, C++, Java, etc.).
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
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 (likemaster
).
-
Visit your forked repo on GitHub.
-
Click "Compare & pull request".
-
Fill in:
- Your name
- The questions you solved
- Any short note or message
-
Click Create pull request.
β Done! Youβve successfully submitted your assignment.
- π§ 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.
Submit your pull request before: 30 June 2025
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