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