Current Submission Deadline: 21-July-2024
Submission Instructions
To submit your solution for all 4 problems, please follow these steps:
Step 1: Fork the Repository
- Navigate to this repository provided by Codeline.
- Click on the "Fork" button at the top-right corner of the page to create a copy of the repository under your own GitHub account.
Step 2: Clone the Forked Repository
- Open your terminal or command prompt.
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/repo-name.git
Step 3: Create a new branch
- Navigate to the cloned repository directory
- Create a new branch for your code submissions (Replace your-name with your name in your-name-submission-branch):
git checkout -b your-name-submission-branch
Step 4: Add Your Code
- Create program files in the directory for each problem separately
- For Example: problem_1.py, problem_2.py, problem_3.py and problem_4.py
- Feel free to write the code in any desired language
Step 5: Commit your changes
- Run the following commands in order to commit your changes:
git add * git commit -m "Added solutions to all problems"
Step 6: Push Your Branch to GitHub
- Run the following commands to upload the changes to the forked github repository (Replace your-name with your name in your-name-submission-branch):
git push origin your-name-submission-branch
Step 7: Create a Pull Request
- Go to your forked repository on GitHub.
- You should see a prompt to create a pull request. Click on "Compare & pull request".
- Provide a title and description for your pull request, then click "Create pull request".
Step 8: Notify Codeline
- Notify codeline via email that you have submitted your solution at (hello.world@codeline.rihal.om)
Note: If you face any issues in the process above, Please do the following:
- Watch this youtube tutorial
- Contact Codeline via email. (hello.world@codeline.rihal.om)