Skip to content

otu165/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

266 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

📚 코딩 테스트 문제 풀이 & 알고리즘 학습 기록

solved.ac profile


Structure

Algorithm/
├── java/
└── python/
    ├── backtracking/
    ├── bfs_dfs/
    ├── binary_search/
    ├── dp/
    ├── graph/
    ├── greedy/
    ├── hash/
    ├── heap/
    ├── implementation/
    ├── math/
    ├── regex/
    ├── sort/
    ├── stack_queue/
    └── string/

Categories

폴더 구성
backtracking 순열, 조합, 재귀 탐색
bfs_dfs BFS, DFS
binary_search 이분 탐색
dp 동적 계획법
graph 최단 경로, MST, 그래프 이론
greedy 탐욕 알고리즘
hash 딕셔너리, 집합, 카운팅
heap 힙, 우선순위 큐
implementation 구현, 시뮬레이션
math 수학, 규칙 찾기
regex 정규표현식
sort 정렬
stack_queue 스택, 큐, 덱
string 문자열 처리, 파싱

Naming Convention

BOJ_문제번호.py  # 예) BOJ_1234.py
PG_문제번호.py   # 예) PG_12345.py

Source

About

Let's study algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors