Skip to content

Latest commit

 

History

History

array

String summary

Integer.parseInt

  • return type == int

Integer.valueOf()

  • return type == Integer

Arrays.fill(arr,1)

  • arr에 모두 1로 채우기

Sieve of Eratsthenes

  • 에라토스테네스의 체
  • i가 소수면 i의 배수 모두 소수가 아니므로 제외
  • 2가 소수면 4, 6, 8, 10 ~ 다 소수아님