Intro/Daily Study Note

[220728] Daily Study Note

EEOOOO 2022. 7. 28. 23:42

  Today's Plan  

 

 

Training Coding Test with Python  

(1) 구현

(2) 백준코딩 테스트 기출 4문제


오늘은 가족들 여름 나들이여서 느지막히 공부를 시작해서 분량을 적게 잡았다.

 

여유 있게 하고 들어갈 줄 알았는데, 구현 문제들 난이도가 높아 정말 깊게 머리 싸매고 해결했다.

 

내 기존 수준에 비해 많이 .. 어려웠는데 그래도 자꾸 부딪혀봐야 느는 것 같기는 하다.

 

평소에 손 못 댔을 골드 4,5 문제가 골드 1,2 풀고 오니까 그래도 들이대볼 용기는 났고, 얼추 정답에 근접하게 코드를 짤 수 있었다.

 

https://proprotrainee.tistory.com/112

 

https://proprotrainee.tistory.com/113

 

https://proprotrainee.tistory.com/114

 

https://proprotrainee.tistory.com/115

 

[ BOJ / 파이썬 ] 15686 치킨 배달

/ 첫 제출 / import sys input = sys.stdin.readline n, m = map(int, input().split()) city = [list(map(int, input().split())) for _ in range(n)] chickens = [] homes = [] for x in range(n): for y in ran..

proprotrainee.tistory.com

 

 

계속 킵고잉 😶