Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1022 Bytes

File metadata and controls

30 lines (27 loc) · 1022 Bytes

PS-Solve

PS 풀이 저장용 repository

PS 환경

commit 규칙

플랫폼별 commit 메시지 작성법 :

  • 백준
    • 백준 {번호} {난이도}
    • git commit -m "백준 1014번 실버1"
  • 앳코더
    • AtCoder {난이도} {회차} (Performance : {점수})
    • git commit -m "AtCoder Beginner 217 (Performance : 607)"
  • 코드포스
    • CodeForce {콘테스트명}
    • git commit -m "Codeforces Round #770 (Div. 2)"
  • 프로그래머스
    • 프로그래머스 {레벨} | {문제명}
    • git commit -m "프로그래머스 level 1 | '로또의 최고 순위와 최저 순위'"