«integer-partitions» 태그된 질문

양의 정수의 합으로 정수를 표현하는 다른 방법과 관련된 문제.

23
요 소년, 합계해야합니다
모든 양의 정수는 b ≥5의 모든 b 에서 최대 3 개의 회문 양수의 합으로 표현할 수 있습니다 . Cilleruelo et al., 2017 양의 정수는 앞에 0이없는 해당 염기의 표현이 같은 역으로 읽 히면 주어진 염기에서 회 문학 입니다. 다음에서는 b = 10 기준 만 고려됩니다. 회문 숫자의 합으로서 분해는 독특하지 …

12
피 실레 번호
OEIS의 Evolution 작업 중에이 시퀀스를 찾았 지만 답으로 게시하지 않았습니다. Mathematica에서 참조 구현을 작성한 후에는 이것이 별도의 도전으로 할 수있는 재미있는 운동이라고 생각했습니다. 수치 핵분열 원자로를 건설합시다! 양의 정수를 고려하십시오 N. 예를 들어을 살펴 보겠습니다 24. 이 숫자를 핵분열시키기 위해서는 합이되는 가장 큰 연속 양수 를 찾아야합니다 N. 이 경우에는입니다 …

15
11 = (1 + 2 + 3 + 4 + 5)-(1 + 2 + 3) + (6)-(4)
양의 정수 N이 주어지면 다음 알고리즘에 필요한 단계 수를 N 에 도달하는 것입니다 . 작은 삼각형 번호 찾기 T i가 되도록 T 내가 ≥ N을 . 해당 목록 L = [1, 2, ..., i]를 작성하십시오 . L 항의 합 이 N 보다 큰 반면 목록에서 첫 번째 항을 제거합니다. L …

9
"정렬"알고리즘
스탈린 정렬이라고도하는 "정렬 알고리즘"이 있는데, 목록을 정렬하기 위해 목록에서 요소를 순서대로 정렬 할 때까지 요소를 제거하면됩니다. 예를 들어 목록 [1, 2, 4, 5, 3, 6, 6] 스탈린 정렬을 사용하여 "정렬"된 경우 [1, 2, 4, 5, 6, 6] 순서가 잘못되어 세 개가 제거되었습니다. 이제 목록을 정렬하기 위해 요소를 제거하는 많은 방법이 …

24
5 개 큐브 합
정수가 주어지면 그 합계가 그 정수인 5 개의 완벽한 큐브를 출력하십시오. 큐브는 양수, 음수 또는 0 일 수 있습니다. 예를 들어 -10 == -64 - 64 + 64 + 27 + 27 다른 솔루션도 가능하지만 입력의 경우 -10출력 할 수 [-64, -64, 64, 27, 27]있습니다. 큐브가되는 숫자가 아닌 큐브를 출력해야합니다. …

30
똑똑한 사람의 신기루
옛날 옛적에, 나는 Quora 에서이 질문 / 답변을 읽고있었습니다. FizzBuzz 테스트를 통과 할 수없는 컴퓨터 공학 학위를 가진 프로그래머가 있습니까? 이 코드는 명백한 답변으로 제공됩니다 for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: …
29 popularity-contest  code-challenge  word  popularity-contest  string  grid  language-design  code-golf  source-layout  math  fastest-algorithm  assembly  code-golf  json  code-golf  arithmetic  array-manipulation  code-golf  ascii-art  code-golf  crossword  code-golf  string  restricted-complexity  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  decision-problem  balanced-string  syntax  code-golf  grid  puzzle-solver  hexagonal-grid  code-golf  math  number  sequence  code-golf  string  decision-problem  code-golf  cryptography  king-of-the-hill  code-challenge  fastest-code  code-golf  number  code-golf  code-golf  string  code-golf  cryptography  king-of-the-hill  java  code-golf  number-theory  base-conversion  code-golf  code-golf  array-manipulation  code-golf  array-manipulation  sorting  code-challenge  restricted-source  quine  code-golf  tips  python  king-of-the-hill  code-golf  source-layout  fractal  code-golf  tips  game  king-of-the-hill  path-finding  grid  code-golf  kolmogorov-complexity  natural-language  code-golf  tips  python  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  number  combinatorics  random  integer-partitions  code-golf  string  code-golf  vim  comment  code-golf  combinatorics  counting  code-challenge  rosetta-stone  code-golf  combinatorics  sequence  subsequence  code-golf  code-challenge  restricted-source  primes  printable-ascii  popularity-contest  graphical-output  image-processing 

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 

18
연속 정수의 합
누군가가 비슷 하고 비슷한 것을 말하기 전에 . 그러나 이것은 속임수가 아닙니다. 일부 양의 정수는 두 개 이상의 연속 양의 정수의 합으로 쓸 수 있습니다. 예를 들면 다음과 같습니다 9=2+3+4=4+5. 양의 정수를 입력으로 사용하고 그에 비례하는 연속적인 양의 정수를 증가시키는 가장 긴 시퀀스를 출력으로 인쇄하는 함수를 작성 하십시오 ( +위의 …

10
후크 길이 제품
젊은 다이어그램은 왼쪽 정렬 행과 상단 정렬 열의 상자의 배열입니다. 각 상자마다 위와 왼쪽의 모든 공간이 사용됩니다. XXXXX XXX XXX X 상자 의 후크 길이 는 행의 오른쪽에있는 상자 수와 열의 아래에있는 상자 수이며 한 번만 계산됩니다. 예를 들어 두 번째 상자의 후크 길이는 6입니다. X**** X*X X*X X 후크 …

12
N 제곱의 차이로 숫자 쓰기
도전 두 제곱의 차이 또는 두 큐브의 차이 또는 더 높은 거듭 제곱으로 표현할 수있는 숫자가 많이 있습니다. 정사각형에 대해 말하면 2 정사각형의 차이로 숫자를 쓰는 여러 가지 방법이 있습니다 (75). 당신은 쓸 수 있습니다: 75 = (10)^2 - (5)^2 = (14)^2 - (11)^2 = (38)^2 - (37)^2 그럼 도전에 …


23
ASCII 아트 팔각형
입력 integer가 주어지면 문자 n > 1로 구성된 측면 길이를 가진 ASCII 아트 팔각형을 출력하십시오 n. 아래 예를 참조하십시오. n=2 ## # # # # ## n=3 ### # # # # # # # # # # ### n=4 #### # # # # # # # # # …
22 code-golf  ascii-art  code-golf  geometry  code-golf  balanced-string  code-golf  cops-and-robbers  code-challenge  cops-and-robbers  code-golf  code-golf  random  cryptography  code-golf  array-manipulation  number  code-challenge  integer  code-golf  math  integer  code-golf  math  math  parsing  image-processing  test-battery  math  number  combinatorics  fastest-code  code-golf  code-golf  math  number-theory  rational-numbers  polynomials  code-golf  math  geometry  code-golf  code-golf  number-theory  primes  factoring  code-golf  restricted-source  code-golf  string  decision-problem  counting  code-golf  math  sequence  fibonacci  code-golf  array-manipulation  counting  code-golf  array-manipulation  number-theory  code-golf  array-manipulation  code-golf  random  code-golf  string  hexadecimal  code-golf  string  code-challenge  sorting  code-golf  number  floating-point  code-golf  sorting  code-golf  decision-problem  fibonacci  code-golf  number  combinatorics  code-golf  string  code-golf  math  code-golf  electrical-engineering  code-golf  javascript  code-golf  base-conversion  code-golf  array-manipulation  matrix  binary-matrix  code-golf  kolmogorov-complexity  python  perl  ruby  code-golf  number  code-golf  optimization  integer-partitions  code-golf  string  code-golf  ascii-art 

15
도미노를 쓰러 뜨려 라!
영감을 얻은 이 질문 덕분에 이 챌린지에서 우리는 도미노 라인을 |, /및 의 문자열로 나타냅니다 \. 입력으로 도미노 문자열이 제공되며 정착시 모양을 결정해야합니다. 다음은 도미노가 넘어지는 방법에 대한 규칙입니다. 상설 도미노은 |, 왼쪽 타락한 도미노의 왼쪽 \,뿐만 아니라 왼쪽 타락한 도미노 될 것입니다. |오른쪽 도미노의 오른쪽에 서있는 도미노도 /오른쪽 도미노가됩니다. …


20
저장된 페니는 페니입니다
... 계산! 당신은 달러와 센트로 돈의 양을 나타내는 변수와 동전 값의 배열을 프로그램에 전달할 것입니다. 코드에 전달 된 금액에 합산되는 주어진 코인 값 배열의 가능한 조합 수를 출력해야합니다. 이름이 지정된 동전으로 불가능한 경우 프로그램은을 반환해야합니다 0. 미국의 화폐 용어에 대한 참고 사항 : 1 센트 동전 : 페니 5 센트 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.