diff --git a/study/2023-winter-study.html b/study/2023-winter-study.html new file mode 100644 index 0000000..c14f115 --- /dev/null +++ b/study/2023-winter-study.html @@ -0,0 +1,142 @@ +--- +layout: study +title: 2023학년도 겨울방학 스터디 +permalink: /study/2023/winter/ +--- + +
+

+ 2023학년도 겨울방학 스터디 +

+
+ 이번 겨울방학에는 2개의 대면 스터디가 진행됩니다. +
+
+
+ + +
+
+

개요

+ + +

일정

+ + + + + + + + + + +
차시 날짜 주제
1차시 24.01.02 OT, 자료구조 1 | PS의 효능, 환경 구축, 배열, 벡터, 스택
2차시 24.01.09 자료구조 2 | 큐, 덱, 집합, 맵
3차시 24.01.16 완전 탐색, 정렬, 이분 탐색
4차시 24.01.23 재귀 함수, 동적 계획법
5차시 24.01.30 분할 정복, 그리디 기법
6차시 24.02.06 그래프 이론 | 그래프 탐색, 최단 경로, 서로소 집합
7차시 24.02.13 정수론 | 거듭제곱, 소수 판정, 유클리드 호제법
8차시 24.02.20 마무리
+
+ +
+ + + diff --git a/study/index.md b/study/index.md index a1dd56f..1bdf20d 100644 --- a/study/index.md +++ b/study/index.md @@ -9,6 +9,7 @@ SCCC 스터디 목록입니다. | 안내 페이지 | 종류 | | -------------------------------------- | ------------------------------------------------------------ | +| [2023년 겨울방학](/study/2023/winter/) | 기초 알고리즘 강의 / 암호학 강의 | | [2023년 2학기](/study/2023/2/) | 기초 알고리즘 강의 / 기초 알고리즘 연습 / 중급 알고리즘 강의 / 주간 연습 / 내부 대회 | | [2023년 여름방학](/study/2023/summer/) | [기초 알고리즘 강의 (대면)](https://github.com/justiceHui/SSU-SCCC-Study/tree/master/2023-summer-basic) / [기초 알고리즘 강의 (비대면)](https://github.com/NoCometAHS/Algorithm_Study/tree/main/2023_Basic_Algorithm_Study) / [문제 출제 강의](https://github.com/justiceHui/SSU-SCCC-Study/tree/master/2023-summer-problem-setting) | | [2023년 1학기](/study/2023/1/) | C언어 그룹 스터디 / 클래스 그룹 스터디 / [주간 연습](https://github.com/justiceHui/SSU-SCCC-Study/tree/master/2023-spring-problem-solving) |