Skip to content

Fa19959/CodelineProblemSolving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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
    cd repo-name
  • 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

Note: If you face any issues in the process above, Please do the following:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published