Skip to content

junstory/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

├── 백준                  //백준 온라인 저지에서 풀었던 문제를 모아둔 폴더 (하위 폴더는 티어별로 정리)
│   ├── Bronze
│   ├── Gold
│   └── Silver
├── 프로그래머스            //프로그래머스 온라인 저지에서 풀었던 문제를 모아둔 폴더 (하위 폴더는 티어별로 정리)
│   ├── 1
├── cpp                 //cpp로 작성된 코드들을 모아둔 폴더
│   ├── .cpp files..
├── python              //python으로 작성된 코드들을 모아둔 폴더
│   ├── .py files...
│   ├── .py files...
├── test.py             //새로운 문제를 풀때 사용하는 파일 .gitignore에 의해 업데이트 되지 않을 수 있음
└── test.cpp            //새로운 문제를 풀때 사용하는 파일 .gitignore에 의해 업데이트 되지 않을 수 있음

"백준" 폴더와 "프로그래머스" 폴더 및 하위 파일들은 "백준 허브 익스텐션"에 의해 자동으로 생성됩니다. (에러시 수동 업데이트)

About

백준 온라인 저지 정답&풀이

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published