Welcome to ArcherCodingClub! This repository is a one-stop solution for various coding challenges and problem sets from multiple platforms, including:
The aim of this repository is to provide a centralized location for solutions to problems across different competitive programming and coding platforms. Whether you're practicing for interviews or enhancing your problem-solving skills, you'll find helpful solutions and explanations here.
The repository is organized by platform, and each platform folder contains solutions categorized by problem difficulty and type.
-
Step 1 git clone https://github.com/ArcherInfotechInhouseTraining/ArcherCodingClub.git
-
step 2 cd ArcherCodingClub.
-
step 3 git branch <branch_name> // git branch pooja
-
step 3 git checkout <branch_name> // sswitch branch.
-
step 4 git add . //add all Files
-
step 5 git commit -m "Initial Commit"
-
step 6 git push origin <branch_name>
-
step 7
open pull request .... and write msg what you did in that.(in branch ) -
step 8 squash and merge.
-
step 9 confirm.
-
step 1: git clone https://github.com/ArcherInfotechInhouseTraining/ArcherCodingClub.git ( https link)
-
step 2: change the directory cd ArcherCodingClub
-
step 3: create your branch git branch <branch_name> //pallavi
-
step 4: Enter into your branch git checkout <branch_name> //pallavi
-
step 5: git add . //add all files
-
step 6: git commit -m "your msg"
-
step 7: git push origin <branch_name> //pallavi
-
step 8: open pull request (in your github branch)
-
step 9: squash and merge
-
step 10: confirm