Skip to content

Latest commit

 

History

119 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

알고리즘 문제풀이

알고리즘 문제 풀이 repository

인프런을 시작으로 백준, 프로그래머스 등의 문제를 풀 예정입니다. README.md에 문제를 풀며 배운 것을 비롯하여 기록합니다.

폴더 구조

  • 폴더명

    폴더명은 각 문제의 문제 번호와 종류 태그로 구성되어 있습니다.

번호_태그
  • data폴더
    • input.txt, output.txt, data.txt
  • README.md
    • 문제 내용을 명시한 description

문제 태그

다음 표에 나와있는 태그 외에도 다양한 태그들이 존재합니다.

태그명 의미
backtracking 백트래킹
bfs 너비 우선 탐색
big 매우 큰 수
brute 부르트 포스 (전부 대입)
combination 조합
dfs 깊이 우선 탐색
divide 분할 정복 기법
dynamic 동적계획법
extreme 최대 최소 값 찾기
find 검색
graph 그래프
greedy 탐욕 알고리즘
iteration 반복문
list 큐, 스택, 리스트
mod 나머지
notation 진법 문제
number 정수론 (소수...)
recusive 재귀
sequence 순열
simulation 시뮬레이션
sort 정렬
string 문자열
table key, value 구조
tree 트리 구조
unique 유일한 값들의 집합

Python 설정

컴파일러

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages