|
1 | 1 | Algorithm_Study
|
2 | 2 | ================
|
3 | 3 |
|
4 |
| -~21년 2월까지 진행되는 수업 자료를 관리하는 Git 페이지 입니다. |
5 |
| -수업과 별개로, 자료는 주기적으로 업로드 예정입니다. |
6 |
| - |
7 |
| -추후 작업 예정 |
8 |
| ----------------- |
9 |
| -- KAKAO 2021 blind recruitment 1차 코딩테스트 기출 |
10 |
| -- Concept -> 동적계획법, 트리, 분할정복 등등... |
11 |
| -- 처음 진입하는 사람들을 위한 문제 푸는 방법, 기초 문제 선별 |
| 4 | +알고리즘 강의 및 과외에서 사용하는 자료입니다. |
| 5 | + |
| 6 | +강의 및 과외 문의는 이메일로 부탁드립니다. |
| 7 | + |
| 8 | +현재는 Python으로만 자료를 제공하고 있습니다. 추후 C++ 및 Java Solutiuon 코드도 추가 예정입니다. |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +## 자료 현황 |
| 13 | + |
| 14 | +현재 리뉴얼 작업 중에 있습니다. |
| 15 | + |
| 16 | +해당 링크에 있는 자료들은 기본 개념 pdf, 추천 문제 목록 및 solution 으로 구성되어 있습니다. |
| 17 | + |
| 18 | +|단원|링크|상태| |
| 19 | +|---|---|---| |
| 20 | +|자료구조||| |
| 21 | +|완전탐색, 백트래킹|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/New/02_Bruteforcing)|기본 개념 완성, 문제 solution 예정| |
| 22 | +|정렬||| |
| 23 | +|이진탐색||| |
| 24 | +|그리디 알고리즘||| |
| 25 | +|그래프 탐색||| |
| 26 | +|시뮬레이션, 구현||| |
| 27 | +|그래프 알고리즘||| |
| 28 | +|부분합, 투포인터||| |
| 29 | +|다이나믹 프로그래밍||| |
| 30 | +|트리||| |
| 31 | +|위상정렬||| |
| 32 | + |
| 33 | +### 기존 자료 |
| 34 | + |
| 35 | +리뉴얼 전 기존 자료들을 확인할 수 있습니다. |
| 36 | + |
| 37 | +[vol.2](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2) |
| 38 | +-- |
| 39 | +|단원|링크| |
| 40 | +|---|---| |
| 41 | +|코테용 파이썬|[링크](https://github.com/VSFe/Algorithm_Study/blob/main/Concept/Prev/vol.2/00_Special/Pythonic_Code_For_Coding_Test.md)| |
| 42 | +|자료구조|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/01_Data_Structure)| |
| 43 | +|완전탐색, 백트래킹|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/New/02_Bruteforcing)| |
| 44 | +|정렬|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/03_Sorting)| |
| 45 | +|이진탐색|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/04_Binary_Search)| |
| 46 | +|그리디 알고리즘|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/05_Greedy)| |
| 47 | +|그래프 탐색|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/06_Graph_Traversal)| |
| 48 | +|그래프 알고리즘|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/08_Graph_Algorithm)| |
| 49 | +|부분합, 투포인터|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/09_Two_Pointer)| |
| 50 | +|다이나믹 프로그래밍|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/10_Dynamic_Programming)| |
| 51 | +|트리|[링크](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.2/11_Tree)| |
| 52 | + |
| 53 | + |
| 54 | +[vol.1](https://github.com/VSFe/Algorithm_Study/tree/main/Concept/Prev/vol.1) |
| 55 | +- |
0 commit comments