Skip to content

HS980924/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Algorithm-Python

🏆 Personal Achievement

Solved.ac choihs0924

🎯 What is this repo?

해당 레포는 Algorithm 자료를 정리하기 위해 만들어진 공간입니다. 1일 1알고리즘 습관을 들이기 위해 만들었습니다.

🏆 What is the eternal goal of study?

해당 스터디의 궁극적인 목표는 이론으로 존재하는 알고리즘에 익숙해지고 자유자재로 응용가능한 실력을 쌓아서 현실세계에 발생하는 많은 변수가 포함된 문제를 가장 효율적으로 해결하는 팀을 꾸리는 것 입니다.


🎇 How to use this repo?

Repository contents

  • README.md : 해당 레포에 대한 설명을 표시합니다.
  • src : 알고리즘 및 코딩테스트 관련 자료가 저장되어 있습니다.

How to use git bash?

  1. Local Working Directory를 정한 뒤 해당 위치에서 bash창을 연다.
  2. 다음과 같은 순서로 명령어를 친다.
    • git init
    • git remote add origin https://github.com/HS980924/Algorithm.git
    • git pull origin main
    • git branch -M main
    • 파일을 수정(작업)한다.
    • git add *
    • git commit -m "your commit msg"
    • git push -u origin main

기존에 정상적으로 접근했음에도 push및 pull이 안되던 현상은 remote이후 생긴 로컬환경의 마스터 브랜치(= master)와 원격레포의 마스터 브랜치(= main)의 이름이 서로 달라서 발생하는 이슈였음을 알려드립니다.


🎆 Daily Algorithm Progress


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published