https://github.com/yonggoose/python_algorithm
코딩테스트 대비 알고리즘 풀이
https://github.com/yonggoose/python_algorithm
algorithm algorithms baekjoon-online-judge python
Last synced: 4 months ago
JSON representation
코딩테스트 대비 알고리즘 풀이
- Host: GitHub
- URL: https://github.com/yonggoose/python_algorithm
- Owner: YongGoose
- Created: 2023-02-05T12:38:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T04:25:59.000Z (about 2 years ago)
- Last Synced: 2025-08-23T02:05:38.118Z (4 months ago)
- Topics: algorithm, algorithms, baekjoon-online-judge, python
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 알고리즘 문제를 풀면서 어떻게 풀었는지 서술하는 공간입니다.
---
1. [DFS&BFS](https://github.com/yongjun-hong/python_algorithm/tree/master/DFS%26BFS)
1. [구현](https://github.com/yongjun-hong/python_algorithm/tree/master/%EA%B5%AC%ED%98%84)
1. [그리디 알고리즘](https://github.com/yongjun-hong/python_algorithm/tree/master/%EA%B7%B8%EB%A6%AC%EB%94%94_%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98)
1. [정렬](https://github.com/yongjun-hong/python_algorithm/tree/master/%EC%A0%95%EB%A0%AC)
1. [이진탐색](https://github.com/yongjun-hong/python_algorithm/tree/master/%EC%9D%B4%EC%A7%84%ED%83%90%EC%83%89)
1. [Dynamic Programming](https://github.com/yongjun-hong/python_algorithm/tree/master/DP)
1. [최단 경로](https://github.com/yongjun-hong/python_algorithm/tree/master/%EC%B5%9C%EB%8B%A8%20%EA%B2%BD%EB%A1%9C)
3. [백준](https://github.com/yongjun-hong/python_algorithm/tree/master/%EB%B0%B1%EC%A4%80)
---
[](https://solved.ac/kevin0928/)