알고리즘 week1
입력이 많을 때에는!
import sys
t = int(sys.stdin.readline())
s = sys.stdin.readline().strip()
제곱근 구하기
import math
num = math.floor(math.sqrt(distance))
이항계수-> m개중 n을 뽑는 경우의 수
이분탐색-> min, max가 1차이 혹은 같다면 리턴해주기
모든 조합 만들기 combinations
팩토리얼 math
추상화를 잘하는 개발자가 되쟈
제너레이터?collections?rotate-데크안에 값 회전
다이나믹프로그래밍 -> 탑다운, 버텀업 찾아보기