Skip to content

Sangwoo - 2021 2월 첫째주 완료 및 둘째주 작성 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions 2021_year/2_month/1_week/Sangwoo/Algorithm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 백준
1. [백준 1744 수묶기](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ1744_%EC%88%98%EB%AC%B6%EA%B8%B0.java)
2. [백준 2012 등수매기기](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ2012_%EB%93%B1%EC%88%98%EB%A7%A4%EA%B8%B0%EA%B8%B0.java)
3. [백준 1543 문서검색](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ1543_%EB%AC%B8%EC%84%9C%EA%B2%80%EC%83%89.java)
4. [백준 19621 회의실배정2](https://github.com/sangwoo0727/Algorithm/blob/master/%EB%B0%B1%ED%8A%B8%EB%9E%98%ED%82%B9/BOJ19621_%ED%9A%8C%EC%9D%98%EC%8B%A4%EB%B0%B0%EC%A0%952.java)
5. [백준 1931 회의실 배정](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ1931_%ED%9A%8C%EC%9D%98%EC%8B%A4%EB%B0%B0%EC%A0%95.java)
6. [백준 2217 로프](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ2217_%EB%A1%9C%ED%94%84.java)
7. [백준 2212 센서](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ2212_%EC%84%BC%EC%84%9C.java)
8. [백준 1629 곱셈](https://github.com/sangwoo0727/Algorithm/blob/master/Math/BOJ1629_%EA%B3%B1%EC%85%88.java)
9. [백준 1339 단어수학](https://github.com/sangwoo0727/Algorithm/blob/master/%EA%B7%B8%EB%A6%AC%EB%94%94/BOJ1339_%EB%8B%A8%EC%96%B4%EC%88%98%ED%95%99.java)
10. [백준 1043 거짓말](https://github.com/sangwoo0727/Algorithm/blob/master/DisjointSet/BOJ1043_%EA%B1%B0%EC%A7%93%EB%A7%90.java)
11. [백준 6118 숨바꼭질](https://github.com/sangwoo0727/Algorithm/blob/master/DFS_BFS/BOJ6118_%EC%88%A8%EB%B0%94%EA%BC%AD%EC%A7%88.java)
12. [백준 15691 회전초밥](https://github.com/sangwoo0727/Algorithm/blob/master/%ED%88%AC%ED%8F%AC%EC%9D%B8%ED%84%B0%26%EC%8A%AC%EB%9D%BC%EC%9D%B4%EB%94%A9%EC%9C%88%EB%8F%84%EC%9A%B0/BOJ15691_%ED%9A%8C%EC%A0%84%EC%B4%88%EB%B0%A5.java)
13. [백준 1253 좋다](https://github.com/sangwoo0727/Algorithm/blob/master/BinarySearch/BOJ1253_%EC%A2%8B%EB%8B%A4.java)

## 알고리즘 스터디


## PS-Library

[정리 링크](https://github.com/UntitledCrew/PS-Library/tree/main/minimum-spanning-tree)
16 changes: 16 additions & 0 deletions 2021_year/2_month/1_week/Sangwoo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 2021 2월 1주차 목표

- [X] [알고리즘 5문제 이상 풀기](https://github.com/UntitledCrew/Weekly/tree/sangwoo/2021_year/2_month/1_week/Sangwoo/Algorithm)

- [ ] [알고리즘 스터디 이론 1개, 해당 문제 풀기](https://github.com/UntitledCrew/Weekly/tree/sangwoo/2021_year/1_month/5_week/Sangwoo/Algorithm)

- [X] 운영체제 스터디 강의

- [X] 프로젝트 api - 투표, 매칭 관련 완료하기

- [ ] 회사 관련 내용 공부 및 블로그 정리

- [X] Spring 스코프 끝내기



Empty file.
Empty file.
13 changes: 13 additions & 0 deletions 2021_year/2_month/2_week/Sangwoo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 2021 2월 2주차 목표

- [ ] [알고리즘 5문제 이상 풀기](https://github.com/UntitledCrew/Weekly/tree/sangwoo/2021_year/2_month/2_week/Sangwoo/Algorithm)

- [ ] [알고리즘 스터디 이론 1개, 해당 문제 풀기](https://github.com/UntitledCrew/Weekly/tree/sangwoo/2021_year/2_month/2_week/Sangwoo/Algorithm)

- [ ] 운영체제 스터디 강의 - 메모리 관리 끝내기

- [ ] 프로젝트 api 완료 및 시스템 구축 완료

- [ ] 회사 관련 내용 공부 및 블로그 정리

- [ ] http 3개