Skip to content

mingsound21/snack-exercise-algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

snack-exercise-algorithm

알고리즘 문제 풀이 스터디

📁 파일 구조

  • 자신의 프로필 ID / 플랫폼 이름 / 카카오기출년도 / 알고리즘 분류/ 문제번호 문제이름.py(or md) 원칙
    • ex) mingsound/Programmers/카카오2023/그래프/10323 섬의개수.py
  • 문제번호

💻 commit 규칙

  • commit 메세지: [문제 출처(플랫폼)] 문제이름 / 난이도 / 걸린시간
  • description: 문제 주소 (option)
  • 터미널에서 작성법:
git commit -m "[BOJ] Hello World / 브론즈5 / 1분" -m "https://www.acmicpc.net/problem/2557"
  • 플랫폼 작성법 통일:
    • [BOJ] - 백준
    • [PGS] - 프로그래머스
    • [TIC] - 이코테
    • [ETC] - 그외

💻 PR 규칙

  • PR 제목: 이름 / 주차 / 몇 문제
  • mingsound / 2월 3주차 / 4문제
  • comment에는 어려웠던 문제 회고 혹은 리마인드 하고 싶은 내용 작성

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%