An open API service indexing awesome lists of open source software.

https://github.com/depromeet/algorithm-6th

취업하고싶고리즘 💻
https://github.com/depromeet/algorithm-6th

Last synced: 29 days ago
JSON representation

취업하고싶고리즘 💻

Awesome Lists containing this project

README

          

취업하고싶고리즘 :computer:
===========================

디프만 6기 2차 개발 스터디인 `취업하고싶고리즘`의 저장소입니다. (1차 스터디 공지사항은 [링크](https://github.com/depromeet/algorithm-6th/tree/master/study-1st)에서 확인이 가능합니다)

### 진행 개요

- 프로그래머스의 [스킬체크](https://programmers.co.kr/skill_checks) 1~3 레벨을 풉니다.
- 매주 레벨 하나씩 풀어옵니다.

### 참가자

이윤지, 현지혜, 정승진, 이지원, 김승주, 전용성

### 진행 기간

5월 18일부터 3주

### 규칙

- 이론 공부는 셀프입니다. 토요일에는 자신의 코드를 돌아가면서 설명합니다.
- 문제는 미리 풀어서 목요일까지 업로드해야 합니다.
- 짝꿍의 코드는 토요일 세션 전에 반드시 온라인 상으로 리뷰를 해야하며, 확인이 완료되면 짝꿍이 merge를 해주세요.
- 꼭 코드를 지적해야만 하는게 아니라, 궁금한 것을 물어보거나 칭찬을 해주는 것도 좋습니다.
- 특별한 사정이 없는데 문제풀이 또는 리뷰를 빼먹으면 5000원의 벌금이 있습니다. 문제를 풀지 못했을 때는 풀려고 시도한 흔적을 남긴다면 OK
- 벌금은 액수가 적으면 기부하고, 많을 경우 우리가 먹을 간식으로 환원됩니다.

### 짝꿍 편성
* 1주차

```
지혜(Java) - 승진(Java)
윤지(Java) - 승주(JavaScript)
용성(JavaScript) - 지원(JavaScript)
```

* 3주차

```
윤지 - 용성
지원 - 지혜
승진 - 승주
```

### commit message 양식

- commit message는 `[레벨명] {문제번호} {상태}` 양식에 맞춰 작성해주세요.
- 상태에는 `풀이완료, 풀이 중, 수정` 셋 중 하나가 들어가면 됩니다. ex) `[level2] 1번, 2번 풀이완료`, `[level1] 1번 풀이 중`
- 라벨을 만들어두었으니 필요에 따라 추가해주세요.

### 디렉토리 양식
- 파일을 올릴 때 경로는 `study-2nd\레벨\이름\파일명` 양식으로 통일해주세요. ex) `study-2nd\level1\yunji\Solution1.java`

### 진행 현황

> 진행 현황은 디프만 Slack의 #algo-study-6th 채널에서도 확인이 가능합니다.

- [출석체크 및 벌금 현황](https://github.com/depromeet/algorithm-6th/blob/master/attendance.md)

### 더 많은 문제가 필요한 사람을 위한 링크 모음

> 추천하고 싶은 사이트가 있으시다면 여기에 이어서 작성해주세요.

- [백준 알고리즘](https://www.acmicpc.net/)
- [프로그래머스](https://programmers.co.kr/)
- [Codewars](https://www.codewars.com/)
- [Code jam](https://code.google.com/codejam/)
- [프로젝트 오일러](http://euler.synap.co.kr/prob_list.php)
- [코딩도장](http://codingdojang.com/)
- [Algospot](https://algospot.com/judge/problem/list/)
- [Hackerrank](https://www.hackerrank.com/)
- [SW Expert Academy](https://swexpertacademy.com/main/main.do)
- [Codeground](https://www.codeground.org/)
- [LeetCode](https://leetcode.com/)
- [GeeksforGeeks](https://www.geeksforgeeks.org/)
- [LintCode](https://www.lintcode.com/)

### 제보받은 링크
- https://www.youtube.com/user/damazzang
- https://baked-corn.tistory.com/
- http://codeforces.com/ (추천 by 요정님)