Skip to content

kokomong2/42-algo-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

42Seoul Algorithm Study

🙋 참여 방법

  1. repository fork

  2. 브랜치 생성

    git checkout -b <branch_name>

    ❓ Q&A
    Q1: fork 했는데 그냥 브랜치 안 만들고 해도 되나요?
    A1: 안됩니다.

    Q2: 브랜치 왜 만드는데요?
    A2: 충돌 방지본인 파일만 따로 관리하기 위해 만듭니다.

    ⚠️ 주의사항
    ❌ 브랜치에서 절대 git pull 명령어 사용 금지 ❌

  3. 만든 브랜치를 remote repository에 등록

    git push -u origin <branch_name>
  4. 푼 문제를 1️⃣ 본인의 intra id 폴더에 넣고, 2️⃣ convention에 맞춰 commit

  5. 제출 기한까지 본인의 브랜치를 convention에 맞춰 PR

    📅 제출 기한 : 매주 화/금 23시 59분 59초
    💸 벌금 : 3000원 + 1000원 * 누적 미제출 횟수

🤝 Convention

commit

<tag>: <problem_name>
  1. 문제별로 각각 commit

  2. tag는 소문자로 작성

    tag 설명
    feat 문제 제출
    fix 틀린 문제 수정
    refactor 맞은 문제 리팩토링
    style formatting, missing semi colons 등
    docs documentation
    chore move or rename resources, maintain
    merge merge

PR

[<problem_name>] <intra_id>

✍️ 문제

제출일 문제 난이도 주제
23.12.26 (화) 날짜 계산 -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published