Skip to content

SeongilHeo/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

P : Programmers
B : Backjoon
H : Hufs
Hack : Hackerrank
E : Etc
C : CodeTree

file
# 2021-01-01
# src : ...
code ...
when use jupyter
which= ""
problem_name=""
with open("%s-%s.py"%(which,problem_name),'w') as f:
    f.write(code)

ex)

which= "B"
problem_name="No."+code.split('\n')[0].split('/')[-1]
with open("C:/Users/tjddl/Desktop/algom/%s-%s.py"%(which,problem_name),'w') as f:
    f.write(code)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published