Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.MD

Outline

1. 문제 폴더 추가하기

python add_solve.py 0001

2. testcase.py를 채워넣기

leetcode 사이트에서 input, output 복사해넣기

3. solution.py를 채워넣기

def solve() 안의 내용을 leetcode의 각 문제에 맞게 수정

4. solution 테스트

python runner.py 0001

--solution 부분은 입력하지 않아도 됨

python runner.py 0001 --solution 2

뒤에 --solution 2 -> class Solution2 가 실행됨.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.