«integer-partitions» 태그된 질문

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

4
파티션 나누기
n> 77 의 숫자가 주어지면, 집합의 합이 n 과 같고 집합 의 역수의 합이 1 이되도록 구별되는 양의 정수 세트를 찾는 프로그램이나 함수를 작성하십시오 . 80의 예 : 80 = 2 + 4 + 10 + 15 + 21 + 28 ⟶ 1/2 + 1/4 + 1/10 + 1/15 + …

12
랜도의 함수 계산
Landau의 함수 ( OEIS A000793 )은 대칭 그룹 의 요소의 최대 차수를 제공합니다 . 여기에서, 순열의 순서 는 가장 작은 양의 정수 이므로, 는 동일성입니다. 이는 순열의 사이클 분해에서 사이클의 길이의 최소 공배수와 같습니다. 예를 들어, 는 예를 들어 (1,2,3) (4,5,6,7) (8,9,10,11,12,13,14)에 의해 달성됩니다.지( n )지(엔)g(n)에스엔에스엔S_nππ\pi케이케이kπ케이π케이\pi^k지( 14 ) = 84지(14)=84g(14) …

11
오늘의 랜덤 골프 # 3 : 정수 파티션
시리즈 정보 우선, 이것을 다른 코드 골프 도전과 같이 취급하고 시리즈에 대해 전혀 걱정하지 않고 대답 할 수 있습니다. 그러나 모든 과제에는 리더 보드가 있습니다. 첫 번째 게시물에서 시리즈 에 대한 자세한 정보와 함께 리더 보드를 찾을 수 있습니다 . 시리즈에 대한 아이디어가 많이 있지만 미래의 과제는 아직 해결되지 않았습니다. …

15
최소 피보나치 도전!
도전 이 작업에는 정수 N (10 6 미만)이 주어지며 피보나치 수만 사용하여 N을 합할 수있는 최소 방법을 찾으십시오.이 파티션을 Zeckendorf 표현 이라고 합니다. 피보나치 수를 두 번 이상 사용할 수 있으며 둘 이상의 표현 출력이있는 경우 사용할 수 있습니다. 예를 들어, 입력이 있으면 (67) 하나 개의 가능한 출력이 피보나치 수열 …


28
역 계수 계산
작업: 를 출력 값 x, 여기서 a mod x = b주어진 두 값 a,b. 인수 a그리고 b항상 양의 정수가 될 것입니다 항상 해결책이있는 것은 아닙니다 x 여러 솔루션이 존재하면 그 중 하나 이상을 출력하십시오. 솔루션이없는 경우 솔루션이 존재하지 않음을 표시하거나 표시하지 않습니다. 내장이 허용됩니다 (다른 수학적 접근 방식만큼 재미 있지 …
18 code-golf  math  number-theory  code-golf  number  integer  code-golf  string  code-golf  music  code-golf  arithmetic  array-manipulation  decision-problem  code-golf  math  rational-numbers  code-golf  code-golf  graphical-output  hardware  code-golf  math  number  code-golf  string  parsing  natural-language  code-golf  tips  brain-flak  code-golf  graph-theory  code-golf  number  polynomials  king-of-the-hill  code-golf  ascii-art  kolmogorov-complexity  animation  king-of-the-hill  code-golf  tips  code-golf  ascii-art  code-golf  string  array-manipulation  data-structures  code-golf  math  number  code-golf  string  base-conversion  binary  code-golf  decision-problem  graph-theory  code-golf  math  polynomials  code-golf  kolmogorov-complexity  physics  code-golf  sequence  number-theory  code-golf  math  integer-partitions  code-golf  array-manipulation  random  permutations  code-golf  string  decision-problem 

3
내 날개 순서를 최적화
이 트윗 은 중식당 1의 날개 주문 가능 목록입니다 : 피자를 주문할 때 나는 보통 어떤 크기가 간단한 계산 인 최고의 피자 가격 비율을 제공하는지 계산합니다. 그러나이 식당에서 주문 가격을 최소화하는 것은 간단한 일이 아니므로 다음 주문을 준비하고 싶습니다. 도전 이상의 정수가 주어지면 태스크는 가격 (전체적으로 가장 저렴한)과 거래 수를 …

7
비트를 나누십시오!
우리는 를 x에 합한 2V( x )V(엑스)V(x) 의 고유 한 힘의 목록으로 정의 합니다. 예를 들어, V ( 35 ) = [ 32 , 2 , 1 ] 입니다.222엑스엑스xV( 35 ) = [ 32 , 2 , 1 ]V(35)=[32,2,1]V(35)=[32,2,1] 일반적으로, 권력은 여기에서 최고에서 최저로 분류됩니다. 그러나 도전의 논리 나 예상 …

25
간단한 패턴
입력 : 선택한 입력 형식의 두 개의 단일 자릿수 ( m및 n) 및 두 자릿수 ( a및 b)를 입력하십시오. 산출: 연습을 위해 척하십시오 m=2, n=5, a='a', b='b'. 출력은 4 개의 입력으로 구성된 문자열입니다. resultvalue를 사용 하여 문자열을 호출 해 봅시다 "". 첫째, CONCATENATE a위에 result m배, CONCATENATE 그래서 a위에 result …
17 code-golf  string  code-golf  arithmetic  code-golf  string  array-manipulation  rubiks-cube  code-golf  math  number  code-golf  tips  bash  code-golf  ascii-art  music  code-golf  arithmetic  code-golf  math  number  arithmetic  integer  code-golf  number  array-manipulation  code-golf  geometry  grid  set-partitions  code-golf  math  number  code-golf  combinatorics  code-golf  regular-expression  code-golf  permutations  code-golf  ascii-art  code-golf  number  array-manipulation  matrix  code-golf  kolmogorov-complexity  compile-time  cops-and-robbers  polyglot  cops-and-robbers  polyglot  code-golf  string  code-golf  string  ascii-art  matrix  animation  code-golf  ascii-art  code-golf  string  balanced-string  code-golf  integer  integer-partitions  expression-building 

4
ASCII 피보나치 시계 만들기
누군가 피보나치 숫자를 사용하여 정말 멋진 시계 를 만들었습니다. 우리가 좋아하는 방식! 이것을 다시 만들어 봅시다. 시계는 1부터 시작하여 처음 5 개의 피보나치 수에 해당하는 5 개의 섹션으로 구성됩니다 (예 : 1, 1, 2, 3, 5). ccbeeeee ccaeeeee dddeeeee dddeeeee dddeeeee 시계는 12 시간을 5 분 단위로 표시 할 수 …

16
몇 개의 파티션이 있습니까?
양의 정수의 파티션 수는 양의 정수의 합으로 표현 될 수있는 방법의 수로 정의됩니다. 다시 말해, 정수 파티션의 수입니다. 예를 4들어이 숫자 는 다음과 같은 부분으로 구성됩니다. [[1, 1, 1, 1], [1, 1, 2], [1, 3], [2, 2], [4]] 따라서 5파티션이 있습니다. 이다 OEIS A000041 . 직무 양의 정수 N이 주어지면 …

7
진동 평등
on [l, r]에서 시작하여 시간 단위당 하나의 단위 속도로 두 개의 정수 포인트 사이에서 진동하는 객체가 있습니다. 당신은 가정 할 수 있습니다 . 예를 들어 객체가 진동 하면 다음과 같은 결과가 나타납니다.lt=0l < r[3, 6] t=0 -> 3 t=1 -> 4 t=2 -> 5 t=3 -> 6 t=4 -> 5 …
15 code-golf  array-manipulation  decision-problem  code-golf  math  number-theory  palindrome  integer-partitions  code-golf  math  decision-problem  geometry  code-golf  string  random  code-golf  ascii-art  code-golf  kolmogorov-complexity  primes  code-golf  kolmogorov-complexity  code-golf  graphical-output  code-golf  number-theory  primes  integer  factoring  code-golf  sequence  array-manipulation  integer  code-golf  array-manipulation  matrix  code-golf  sequence  binary  code-golf  game  cellular-automata  game-of-life  binary-matrix  code-golf  string  ascii-art  code-golf  random  generation  logic  code-golf  string  code-golf  code-golf  sequence  array-manipulation  random  apl  code-golf  code-golf  sequence  primes  code-golf  math  sequence  integer  code-golf  number  arithmetic  array-manipulation  decision-problem  code-golf  ascii-art  number  code-golf  restricted-source  quine  code-golf  chess  board-game  code-golf  math  sequence  code-golf  number  sequence  kolmogorov-complexity  code-golf  number  sequence  arithmetic  code-golf  math  number  alphabet  code-golf  ascii-art  classification  statistics  apl  code-golf  array-manipulation  matrix  code-golf  string  kolmogorov-complexity  code-golf  sequence  binary  base-conversion  binary-matrix  code-golf  string  classification  code-golf  tips  python  code-golf  combinatorics  binary  subsequence  restricted-time  code-golf  number  number-theory  code-golf  math  number  complex-numbers  code-golf  string  code-golf  string  code-golf  string  random  game  king-of-the-hill  python  code-golf  number  sequence  code-golf  number  sequence  code-golf  code-golf  math  number  array-manipulation  code-golf  array-manipulation  decision-problem  code-golf  string  code-golf  sequence  integer 

10
100까지 가장 적은 작업
개요 자릿수 목록이 주어지면 100을 만드는 가장 적은 연산을 찾으십시오. 입력 숫자 순서 일 수도 있고 아닐 수도있는 숫자 문자열. 숫자의 순서는 변경할 수 없지만 더하기 (+) 또는 빼기 (-) 연산자를 사이에 더하여 총 합이 100이되도록 할 수 있습니다. 산출 추가 된 연산자 수와 전체 숫자 및 연산자 순서가 뒤 …

8
정확히 n까지 합할 최소 숫자 수
첫 번째 질문입니다. 이것이 중복이거나 나쁜 도전이라면 저에게 소리 지르지 마십시오. 소개 나는이 도전에 대해 스스로 생각했고 초보자 코드 골퍼에게는 좋은 기본 퍼즐 인 것 같습니다. 또한 학습 할 코드 골프 언어를 결정하는 데 도움이 될 수 있습니다. 도전 보다 작거나 같은 정수 배열이 주어지면 배열 n에서 정확히 합한 최소 …

11
합계 세트 찾기
나는이 사이트를 읽는 것을 즐겼다; 이것이 나의 첫 번째 질문입니다. 편집은 환영합니다. 양의 정수 감안할 때 N 과 m 의 모든 주문 파티션 계산 m을 정확하게에 n 개의 부품 양의 정수 부분, 그 쉼표와 개행 문자로 구분 인쇄 할 수 있습니다. 순서는 괜찮지 만 각 파티션은 정확히 한 번만 나타나야합니다. …

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