Skip to content

Practicing problem solving in Python for future coding tests

Notifications You must be signed in to change notification settings

letme-hj/Algorithm-CodingTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-CodingTest

Hope this repository helps me out with coding tests some day...!


From the Study group ...



자잘하게 알아가는 Tips

  • n//a 보다 int(n/a)가 훨씬 빠름. 특히 연산이 반복문 안에 있다면
    (참고) Binary Search [Sol1]
  • 속해있는지 확인하기 위해 in 사용하는 게, 리스트에서는 안 되나봄. (정확히는 모르겠지만 set으로 감싸주고 하니까 잘 작동함)
    (참고) Sorting [Sol1]
  • 리스트 내 원소 다 더할 때, for문으로 더하는 것보다 sum 내장 함수 활용하는 게 10배 정도 빠름!

About

Practicing problem solving in Python for future coding tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages