| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- 코틀린 시작하기
- 페이지 겹칩
- Big Theta
- linear dependence
- Big-Oh 예제
- 알고리즘 분석의 실례
- 일차변환
- nontrivial solution
- 빅오메가
- Big Omega
- includepdf
- NumPy
- 재귀함수
- python
- matrix fo a linear transformation
- Big-Oh notation
- 배열 섞기
- matrix trnasformations
- recursive algorithms
- trivial solution
- Big-O 예제
- 코틀린 Hello World!
- 빅세타
- 랜덤 순서 배열
- itertools
- 이진 탐색
- nonhomogeneous linear system
- homogeneous linear system
- one-to-one
- 빅오 표기법
- Today
- Total
코딩 연습
A number consisting entirely of ones is called a repunit. We shall define \(R(k)\) to be a repunit of length \(k\); for example, \(R(6)=111111\). Given that \(n\) is a positive integer and \({\rm GCD}(n, \;10)=1\), it can be shown that there always exists a value, \(k\), for which \(R(k)\) is divisible by \(n\), and let \(A(n)\) be the least such value of \(k\); for example, \(A(7)=6\) and \(A(4..
A number consisting entirely of ones is called a repunit. We shall define \(R(k)\) to be a repunit of length \(k\); for example \(R(6)=111111\). Given that \(n\) is positive integer and \({\rm GCD}(n, \;10) =1\), it cane be shown that there always exists a value, \(k\), for which \(R(k)\) is divisible by \(n\), and let \(A(n)\) be the least such value of \(k\); for example, \(A(7)=6\) and \(A(41..
A hexagonal tile with number \(1\) is surrounded by a ring of six hexagonal tiles, starting at "12 o'clock" and numbering the tiles \(2\) to \(7\) in an anti-clockwise direction. New rings are added in the same fashion, with the next ring being numbered \(8\) to \(19\), \(20\) to \(37\), \(38\) to \(61\), and so on. The diagram below shows the first three rings. By finding the difference between..