2022-02-06 알고리즘 스터디 시작 - 문서희, 이재민, 임상은, 임윤혁, 최인호, 허재영
- IM시험이 2월 28일이므로 그전까지 solved.ac __class3__까지는 푸는 것 추천.
- Python
- 간단한 알고리즘 문제 공유이므로 브랜치는 사용하지 않을 예정
- 이름명\문제 티어\코드 파일
- 예) jaeyoung\silver\b1003.py
- 커밋 메세지: 자유롭게 + 적을게 없으면 이름과 푼 날짜 정도만 간략히 적어주시면 감사합니다.
- 추후 추가 예정
- 기본적으로 1일 1문제 원칙
- 화요일, 목요일, 토요일 Webex, Discord 이용 화상 회의
- 코드리뷰, 알고리즘 스터디
- baekjoon: https://www.acmicpc.net/
- programmers: https://programmers.co.kr/learn/challenges
- hackerrank: https://www.hackerrank.com/
- leetcode: https://leetcode.com/
- codeground: https://www.codeground.org/about
- synap: http://euler.synap.co.kr/
- topcoder: https://www.topcoder.com/
- algospot: https://algospot.com/judge/problem/list/
- swexpertacademy: https://www.swexpertacademy.com/main/main.do
- geeksforgeeks: https://www.geeksforgeeks.org/
- codeforces: http://codeforces.com
#. SSAFY_algorithm_study를 본인의 로컬 PC로 가져갑니다.
$ git clone https://github.com/DasisCore/SSAFY_algorithm_study.git-
SSAFY_algorithm_study에 push 하기전 pull을 먼저 합니다.
$ git pull
-
풀이한 .py 파일을 업로드합니다. +) 브랜치는 master로 통일
# 현재 브랜치는(master) $ git add. $ git commit -m '성공!' $ git push