«decision-problem» 태그된 질문

입력이 특정 기준을 충족하는지 여부를 결정하고 해당 결정을 나타내는 일부 데이터를 출력하는 문제가 있습니다.

14
회문이 아닌 숫자
엄격 비 대칭 수 N이있는 회문 아닌 숫자 임의 염기 (염기 2 N-2). 이 번호는 OEIS에 나와 있습니다 예를 들어, 숫자 19베이스에 2,3,4,5,6- ... 17 : 10011, 201, 103, 34, 31, ... 12. 이 표현들 중 어느 것도 회문식이 아니므로, 그 숫자는 엄격하게 회문이 아닙니다. 이 문제를 해결 하려면 숫자가 …

9
대체 부호 행렬 검증
교대 부호 행렬 인 n의해 n숫자로 이루어진 매트릭스 -1, 0, 1이되도록 : 각 행과 열의 합은 1 각 행과 열의 0이 아닌 항목은 대체 부호 이 행렬은 순열 행렬을 일반화하고 주어진 행렬의 수는 n얼마 동안 관심 대상이었습니다. 그것들은 매트릭스 결정자를 계산하는 Dodgson 응축 방법 (Charles Dodgson, 더 잘 알려진 Lewis …

30
불쾌한 숫자
undulant 번호는 번호입니다 사이의 대체 그 자리 위로 및 아래로 수는 다음과 같은 : 461902 또는 708143, 또는 1,010,101 아니라 123, 2 <3 있기 때문이다. 숫자가 거칠지 않으면 참 값을, 그렇지 않으면 거짓 값 을 반환하는 프로그램이나 함수를 작성하십시오 . 가장 짧은 코드가 승리합니다. 참고 : 단일 자리 숫자는 유효한 …

10
이진 트리의 균형이 맞는지 확인하는 가장 짧은 프로그램 작성
균형 이진 트리의 각 노드에 대해 왼쪽 자식 하위 트리와 오른쪽 자식 하위 트리의 높이 차이는 최대 1입니다. 이진 트리의 높이는 루트 노드에서 루트에서 가장 먼 노드 자식까지의 거리입니다. 아래는 예입니다. 2 <-- root: Height 1 / \ 7 5 <-- Height 2 / \ \ 2 6 9 <-- …

7
마술 : 능력을 가진 채집 전투
관련 골: 선택적인 전투 능력을 가진 두 생물이 있다면, 어떤 생물이 죽었는지 나타내는 고유하지만 일관된 값을 반환합니다. 입력: #Longest form: [[P,T, "<abilities>"], [P,T, "<abilities>"]] #Shortest form: [[P,T], [P,T]] 각 생물은의 형태로 제공 [P,T,"<abilities>"]됩니다. 그것은 형태가 될 것이다 [P,T], [P,T,""]또는 [P,T,0]이 더 능력, 양식에 선택의 여지가없는 경우. P는 0보다 큰 정수이고, …

12
운동 세트입니까?
우리는 모두 많은 운동이 신체의 절반에만 영향을 미치므로 각 측면마다 한 번씩 두 번 수행해야한다는 것을 알고 있습니다. 이러한 연습에는 왼쪽과 오른쪽에 각각 하나씩 두 가지가 있습니다. 그러나 양측 연습이 동일한 순서로되어있는 한 두 상대방을 연속적으로 실행할 필요는 없습니다. 운동 프로그램에서 측면을 전환 할 수도 있지만, 한쪽과 다른 쪽을 시작하는 …

23
이 강건한 Ramanujan 번호 숫자 Harshad 숫자입니까?
배경 1729는 Hardy-Ramanujan 번호입니다. GH Hardy가 병원에서 그를 방문했을 때 S. Ramanujan (가장 큰 인도 수학자 1 로 널리 알려진)에 의해 놀라운 재산이 발견되었습니다 . 하디 자신의 말로 : 퍼트 니에서 아플 때 그를 보러 간 적이 기억납니다. 나는 택시 1729 번을 타면서 그 숫자가 나에게는 다소 둔한 것처럼 보였으며 …

20
숫자를 분해하십시오!
당신의 임무는 아래 형식을 사용하여 숫자를 분해하는 것입니다. 이것은 기본 변환과 유사, 대신을 나열하는 것을 제외시켰다 digits기본에, 당신은 목록 values목록 입력까지 추가하도록. 주어진베이스 인 경우 n, 다음 목록의 각 수의 형식이어야합니다 k*(n**m), 0<=k<n그리고 m목록에서 고유합니다. 명세서 합리적인 입 / 출력 형식 프로그램 / 기능은 2 개의 입력을 받아서 목록을 출력합니다. …
16 code-golf  number  sequence  number-theory  base-conversion  code-golf  bitwise  hashing  code-golf  string  ascii-art  whitespace  code-golf  math  code-golf  code-golf  image-processing  counting  code-golf  math  arithmetic  checksum  code-golf  code-golf  math  arithmetic  number-theory  code-golf  array-manipulation  random  code-golf  string  code-golf  math  ascii-art  base-conversion  code-golf  graphical-output  geometry  3d  code-golf  math  linear-algebra  matrix  code-golf  math  number  sequence  code-golf  array-manipulation  code-golf  math  matrix  linear-algebra  code-golf  number  sequence  counting  code-golf  string  code-golf  string  restricted-source  quine  sorting  code-golf  string  geometry  code-golf  string  code-golf  networking  code-golf  base-conversion  code-golf  math  matrix  code-golf  arithmetic  linear-algebra  matrix  code-golf  number  arithmetic  grid  code-golf  number  source-layout  code-golf  string  bitwise  checksum  code-golf  array-manipulation  code-golf  string  probability-theory  code-golf  tips  code-golf  sequence  code-golf  string  math  sequence  calculus  code-golf  string  palindrome  bioinformatics  code-golf  math  combinatorics  counting  permutations  code-golf  parsing  logic-gates  code-golf  arithmetic  number-theory  combinatorics  code-golf  math  sequence  polynomials  integer  code-golf  string  ascii-art  chess  code-golf  string  code-golf  number  code-golf  string  ascii-art  parsing  code-golf  code-golf  number  natural-language  conversion  code-golf  arithmetic  code-golf  string  code-golf  ascii-art  decision-problem 

25
혼합 분수 평등
초등학교에서 아이들은 분자가 분모보다 작고 분수의 값이 1보다 작은 적절한 분수에 대해 배웁니다. 나중에 분수의 값이 1보다 큰 분수와 이러한 분수를 표현하는 두 가지 다른 방법 인 혼합 분수와 부적절한 분수에 대해 배웁니다. 혼합 분수가 주어지면 정수 값과 분자가 함께 연결된 부적절한 분수와 같은지 확인하십시오. 예를 들어 입력 1 3/4의 …

21
이것은 계단 번호입니까?
도전 : 주어진 숫자가 a number staircase인지 아닌지를 확인하십시오 입력 : 정수 (0보다 크고 소수는 아님). 참고 : 입력을 문자열, 숫자 배열로 사용할 수 있습니다. 출력 : 숫자가 계단을 형성하는지 여부에 따라 진실 / 거짓 값 숫자 계단 : 번호 계단 , 왼쪽에서 오른쪽으로 읽어 정수 : 1로 시작 그 …

10
런으로 숫자를 제한
자체 제한 목록 음수가 아닌 정수를 포함 하는 비어 있지 않은 목록 L 을 고려하십시오 . 실행 에서 L은 더 이상 할 수 없다 동일한 요소의 연속 하위 목록입니다. 예를 들어, [0,0,1,1,3,3,3,2,1,1] 의 런 은 [0,0], [1,1], [3,3,3], [2 ], [1,1] . 리스트 L 은 각 정수 N ≥ 1 …

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 

30
앵무새 프로그램 만들기
입력이 주어지면 그 입력 다음에 줄 바꿈이 끝없이 출력됩니다. 입력은 인쇄 가능한 ASCII 문자 ( 0x20-0x7E)와 줄 바꿈 ( 0x0A) 만으로 구성된 문자열 입니다. 입력이 길이 0이면 끝없이 줄 바꿈을 출력합니다. 이것은 코드 골프 이므로 각 언어에서 가장 적은 바이트 가 이깁니다!
15 code-golf  string  sequence  combinatorics  fastest-code  number  code-challenge  restricted-source  rosetta-stone  code-golf  arithmetic  decision-problem  integer  factorial  code-golf  arithmetic  decision-problem  integer  bitwise  code-golf  kolmogorov-complexity  code-golf  tips  vim  code-golf  quine  code-generation  code-golf  string  restricted-source  code-golf  string  random  unicode  code-golf  audio  code-golf  ascii-art  code-golf  decision-problem  code-golf  puzzle-solver  code-golf  restricted-source  code-golf  kolmogorov-complexity  permutations  hexagonal-grid  code-golf  string  math  combinatorics  fastest-code  code-golf  restricted-source  code-golf  string  code-golf  arithmetic  code-golf  math  number  code-golf  string  decision-problem  balanced-string  code-golf  binary  code-golf  string  number  code-challenge  restricted-source  code-golf  ascii-art  printable-ascii  interactive  code-golf  string  ascii-art  code-challenge  restricted-source  source-layout  code-golf  arithmetic  tips  functional-programming  golfing-language  code-golf  binary  encryption 

2
데니스가 아웃 고프를 했습니까?
전설에 따르면 , 거의 모든 사람들이 데니스에 의해 아웃 고프된다 . 그렇지 않으면, 그들은 될 것입니다. 이제 나는 '거의 모든 사람'중 하나인지 궁금합니다. 형식으로 답변에 대한 링크가 제공됩니다 /codegolf/[QUESTION ID]/[QUESTION NAME]/#[ANSWER ID]. 코드 길이를 찾으십시오 . 링크에서 답변의 첫 번째 줄 (마침표 아래)의 마지막 숫자 로 가정 합니다. 그런 다음 …

2
내 라자냐 확인
대본 나는 종종 라자냐를 요리하지만 몇 가지 실수가 있습니다. 이 오류를 너무 자주 반복하기 때문에 모든 것을 올바르게 수행했는지 확인하는 프로그램을 만들 수 있다고 생각했습니다. 유효한 라자냐 유효한 라자냐는 너비가 최소 5 열 4 층 이상 엑스트라 치즈 제외 상단 레이어는 치즈 (로 표시 ,) 두 번째 레이어는 소스입니다 ( …

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