Skip to content

We practice branching and merging by solving algorithms together.

Notifications You must be signed in to change notification settings

soobaaaam/algorithm-study-together

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻Algorithm-study-together

We practice branch and merge by solving algorithms together.


📚알고리즘 스터디 방법

  • 자신의 깃허브에 포크하여 각자의 레포를 형성한다.
  • main에 각자의 이름(영어)을 담은 💾 폴더를 생성한다( :octocat:git을 통해 commit한다).
  • develop branch를 만들어 그곳에 알고리즘 코드를 commit한다(1일 1알고리즘을 준수한다).
  • pr을 날려 동료들의 코멘트를 받고 mainmerge한다.

✏️1일 1알고리즘

백준 클래스 또는 프로그래머스(Bum이 제공한) 알고리즘을 기준으로 한다.


📧Commit Message Convention

이름 내용 예시
add 새로운 코드가 추가되었을 때 "add: 백준 1125"
update 코드가 수정되었을 때 "update: 코드 수정"
remove 코드가 삭제 되었을 때 "remove: 코드 삭제"
test 테스트 코드가 추가되었을 때 "test: 테스트 코드"
rename 파일 이름 및 폴더명이 변경되었을 때 "rename: project 폴더명 변경"
docs 문서파일 생성 및 변경되었을 때 "docs: README 파일 수정"

About

We practice branching and merging by solving algorithms together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.8%
  • Java 30.8%
  • C++ 9.2%
  • Kotlin 3.8%
  • Swift 2.4%