Skip to content

https://github.com/y2sman/algorithm_solve 에서 solved.ac의 티어 기준으로 정리된 백준 문제들의 티어 변경을 확인하고 올바른 폴더로 재배치 해주는 나만의 'solved.ac' 티어 정리기

Notifications You must be signed in to change notification settings

y2sman/algorithm_tier_modifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

나만의 'solved.ac' 티어 정리기

https://github.com/y2sman/algorithm_solve 에서 solved.ac의 티어 기준으로 정리된 백준 문제들의 티어 변경을 확인하고 올바른 폴더로 재배치 해주는 나만의 'solved.ac' 티어 정리기. 블로그에도 작성했지만... "무지성 코딩"의 끝판왕이었다... 시간 내서 제대로 다시 만들 예정!

참고

추가적인 설명이 있는 블로그

설치

python3와 Mac에서 작동합니다.

import urllib.request
import urllib.parse
import os
import re
import time
import random
import json
import shutil

위의 패키지들을 사용중입니다.

How to use

https://github.com/y2sman/algorithm_solve 의 백준 폴더가 저장된 경로를 입력해야합니다. 사용법은 거기서 끝!

물론 정상적으로 작동하려면 위의 알고리즘 정리 형식과 일치해야 작동합니다.

About

https://github.com/y2sman/algorithm_solve 에서 solved.ac의 티어 기준으로 정리된 백준 문제들의 티어 변경을 확인하고 올바른 폴더로 재배치 해주는 나만의 'solved.ac' 티어 정리기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages