An open API service indexing awesome lists of open source software.

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

코딩테스트 대비 알고리즘 풀이

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)
---
[![Solved.ac Profile](http://mazassumnida.wtf/api/v2/generate_badge?boj=kevin0928)](https://solved.ac/kevin0928/)