https://github.com/mjbae/algorithm
코딩테스트 대비 자료구조 및 알고리즘 학습
https://github.com/mjbae/algorithm
Last synced: 10 months ago
JSON representation
코딩테스트 대비 자료구조 및 알고리즘 학습
- Host: GitHub
- URL: https://github.com/mjbae/algorithm
- Owner: MJbae
- Created: 2020-06-14T09:14:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T02:44:24.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:45:19.483Z (11 months ago)
- Language: Python
- Homepage:
- Size: 937 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm
> 코딩테스트 대비 자료구조 및 알고리즘 학습
## 학습과정
### 1. python_basic: python 기반 자료구조 및 알고리즘 유형별 학습(feat. 김태원)
* 코딩테스트 문제 유형에 따른 접근법 학습
* 기본적인 수준의 문제 자체 풀이 및 강사 풀이 참고
### 2. python_advanced: python 기반 코딩테스트 대비 스터디 입과(feat. 프로그래머스)
* 주요 자료구조(큐/힙/스택/해시) 및 탐색 알고리즘 학습
* 자체 풀이에 대한 코드리뷰를 통해 부족한 부분 집중 학습
### 3. java: java 기반 자료구조 및 알고리즘 유형별 학습
* 프로그래머스 Level 3 문제까지 모두 풀어봅시다잉
### 4. leetCode75: kotlin 기반 [Leet Code75](https://leetcode.com/studyplan/leetcode-75/) 학습과정 정리