Skip to content

This repository contains solutions to coding problems from various competitive programming platforms such as LeetCode, HackerRank, Codeforces, CodeChef, and more. The solutions are organized by platform and problem difficulty.

Notifications You must be signed in to change notification settings

ArcherInfotechInhouseTraining/ArcherCodingClub

Repository files navigation

Archer Coding Club

Welcome to ArcherCodingClub! This repository is a one-stop solution for various coding challenges and problem sets from multiple platforms, including:

Interviewbit

Purpose

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.

Structure

The repository is organized by platform, and each platform folder contains solutions categorized by problem difficulty and type.

Git Steps For Push Code And Open Pull Resquest

  • 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.

Steps

git steps to open pull request and merge code

  • 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

About

This repository contains solutions to coding problems from various competitive programming platforms such as LeetCode, HackerRank, Codeforces, CodeChef, and more. The solutions are organized by platform and problem difficulty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors