Skip to content

sonwon39/problem_solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

problem-solving

알고리즘 문제 풀이 저장소. C++ / Python.

사이트

사이트 폴더 특징
백준 (BOJ) boj/ 한국 최대 알고리즘 저지
Codeforces codeforces/ 글로벌 CP, 주 2~3회 대회
AtCoder atcoder/ 일본, 수학적 문제

구조

problem-solving/
├── boj/
│   ├── cpp/          # C++ 풀이
│   └── python/       # Python 풀이
├── codeforces/
│   ├── cpp/
│   └── python/
└── atcoder/
    ├── cpp/
    └── python/

파일명은 문제 번호로 (1000.cpp, 1000.py 등).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors