https://github.com/knu-k/coding-test-prep
https://github.com/knu-k/coding-test-prep
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knu-k/coding-test-prep
- Owner: KNU-K
- Created: 2024-06-29T06:34:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T16:39:24.000Z (11 months ago)
- Last Synced: 2024-12-23T03:42:35.057Z (5 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coding test prep
코딩테스트를 대비하기 위해 여러 접근 방법에 대한 concept 위주로 정리를 하려고한다.
- [누적합](./docs/누적합.md)
- 구현
- 그래프이론
- DFS/ BFS
- 트리순회
- 완탐
- 백트래킹
- 비트마스킹
- 그리디
- 라인스위핑
- 투포인터
- LIS
- 이분탐색
- DP
- 최단거리
- 펜윅트리