«decision-problem» 태그된 질문

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

18
유효한 타쿠 즈 보드입니까?
Takuzu는 0s와 1s를 포함하는 셀로 그리드를 완성해야하는 논리 게임입니다 . 그리드는 3 가지 규칙을 따라야합니다. 3 개의 수평 또는 수직 연속 셀은 동일 할 수 없습니다. 각 행과 열에 동일한 수의 0s와 1s 가 있어야합니다 . 두 행이 같을 수 없으며 두 열이 같을 수도 없습니다. 완성 된 그리드를 살펴 …

30
원이 겹치나요?
중심의 좌표와 2 개의 원의 반지름이 주어지면 겹치거나 겹치지 않는 정확한 값을 출력합니다. 입력 STDIN 또는 이와 동등한 함수 인수를 통해 입력을받을 수 있지만 변수는 아닙니다. 원하는 순서대로 단일 변수 (목록, 문자열 등) 또는 여러 입력 / 인수로 사용할 수 있습니다. 입력은 6 개의 실수입니다. 이 수레는 소수점 이하 3 …

23
내 번호는 de Polignac 번호입니까?
숫자는 홀수 이고 p + 2 n 형식으로 표현할 수없는 경우에만 폴리곤 숫자입니다. 여기서 n 은 음이 아닌 정수이고 p 는 소수입니다. 태스크 양의 정수를 사용하고 그것이 Polignac 수인지 결정하는 코드를 작성하십시오. 하나는 true, 하나는 false의 두 가지 고유 한 값을 출력 할 수 있습니다. 바이트 수를 최소화하는 것을 목표로해야합니다. …

3
인생이 레몬을 줄 때 레모네이드 만들기
도전 당신은 어디 단어, 입력 문자열이 주어집니다 "Lemon"이 변환되어야 발견 "Lemonade" 하지만a , d그리고 e문장에 다른 곳에서 빌려해야합니다. 예 입력 예 : 어렸을 때 레몬을 찾았 어요 출력 예 : 내가 어렸을 때 레모네이드를 찾았 어 레모네이드는 원본에서 다음 첨자 문자를 도용하여 만든 내가 foun D 레모네이드 어 전자 N …
21 code-golf  string  code-golf  parsing  internet  stack-exchange-api  code-challenge  kolmogorov-complexity  restricted-source  brain-flak  python  logic  pyth  code-golf  string  search  optimized-output  code-golf  tips  language-design  golfing-language  code-golf  tips  language-design  code-golf  number  sorting  pi  code-golf  math  number  code-golf  string  balanced-string  classification  brain-flak  code-golf  math  number-theory  decision-problem  code-golf  tips  code-golf  number  sequence  code-golf  balanced-string  brain-flak  code-golf  math  sequence  arithmetic  fibonacci  code-golf  math  parsing  code-golf  string  keyboard  code-golf  code-golf  string  source-layout  whitespace  code-golf  math  rational-numbers  code-golf  string  code-golf  string  code-golf  math  sequence  code-golf  number  floating-point  code-golf  string  decision-problem  subsequence  code-golf  string  kolmogorov-complexity  code-golf  string  permutations  balanced-string  brain-flak  code-golf  string  math  number  code-golf  string  primes  cipher  code-golf  string  ascii-art  chemistry  code-golf  ascii-art  grid  counting  code-golf  math  arithmetic  integer  code-golf  number  kolmogorov-complexity  code-golf  ascii-art  kolmogorov-complexity  sequence  metagolf  brain-flak  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  whitespace 

3
원자 비율의 게임
당신의 작업 은 가장 높은 점수와 아토 마를 재생 봇을 만듭니다 . 게임 작동 방식 : 게임 보드는 6 개의 "원자"고리로 시작하며 숫자 범위는 1~ 사이 3입니다. 원자 자체에 따라 두 원자 사이 또는 다른 원자에서 원자를 "재생"할 수 있습니다. 일반 원자 또는 특수 원자를 가질 수 있습니다. 정상적인 원자 …
21 code-challenge  game  code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

30
주어진 너비로 #의 빈 사각형을 그립니다.
Codingame 에서이 도전을 받았으며 내 것보다 더 나은 솔루션이 궁금합니다. 표준 입력을 통한 너비가 주어지면 주어진 너비와 길이로 빈 사각형 '#'을 그립니다. 예: 5 결과 ##### # # # # # # ##### 나는 이것을 사용하여 파이썬을 사용하여 다른 파이썬 코드에 특히 관심이 있습니다. 그러나 원하는 언어로 솔루션을 게시하십시오.
21 code-golf  string  ascii-art  number  code-golf  grid  code-golf  string  ascii-art  code-golf  alphabet  cipher  code-golf  math  number  code-golf  quine  code-golf  palindrome  polyglot  code-golf  number  array-manipulation  counting  logic  code-golf  string  primes  binary  decision-problem  code-golf  ascii-art  kolmogorov-complexity  popularity-contest  code-golf  probability-theory  code-golf  string  code-golf  python  polyglot  programming-puzzle  c++  code-golf  math  code-golf  binary  integer  bitwise  code-golf  rational-numbers  code-golf  string  palindrome  code-golf  ascii-art  code-golf  code-golf  string  fibonacci  code-golf  math  sequence  code-golf  code-golf  string  palindrome  code-golf  string  code-golf  math  primes  source-layout  code-golf  sequence  binary  integer  code-golf  math  arithmetic  game  code-golf  restricted-source  palindrome  code-golf  restricted-source  palindrome  code-golf  combinatorics  binary  code-golf  string  math  code-golf  ascii-art  number  code-golf  cipher  code-golf  base-conversion  counting  code-golf  sequence  random  classification  code-golf  string  subsequence  code-golf  permutations  code-golf  string  code-golf  string  cipher  code-golf  kolmogorov-complexity  arithmetic  integer  code-golf  quine  markov-chain  code-golf  string  code-golf  code-golf  ascii-art  maze 

7
이것이 하위 행렬입니까?
이것이이 과제 의 2 차원 일반화 입니다 . 우리의 목적을 위해, 하나의 매트릭스 (또는 2 차원 배열) A를 고려하는된다 행렬 다른 매트릭스의 B 경우, A는 완전히에서 행과 열의 개수 제거함으로써 얻어 질 수 B를 . (참고 : 일부 소스는 다르거 나 제한적인 정의가 있습니다.) 예를 들면 다음과 같습니다. A = …

2
이 나무들은 동형인가?
소개 이 도전에서, 당신의 임무는 주어진 두 나무가 동형인지 여부를 결정하는 프로그램을 작성하는 것입니다. 트리는 루트를 제외한 모든 노드에 정확히 하나의 나가는 모서리가있는 유향 비순환 그래프를 의미합니다. 노드의 이름을 바꾸어 하나의 트리를 다른 트리로 변형 할 수있는 경우 두 트리는 동형입니다. 예를 들어, 두 개의 나무 (모든 모서리가 위로 향하는 …

3
2D 충돌 감지
이 도전은 최근 간단한 게임을 위해 작성해야했던 실제 충돌 감지를 기반으로합니다. 두 개의 객체가 주어지면 두 객체 가 충돌하는지 (즉, 교차하는지)에 따라 참 또는 거짓 값을 반환하는 프로그램이나 함수를 작성하십시오 . 세 가지 유형의 객체를 지원해야합니다. 선분 : 4로 표시되는 플로트 즉 두 종점을 나타내는 (X 1 , Y 1 …

20
스도쿠 솔루션 생성 CHECKER
스도쿠 솔루션 생성 CHECKER 여기 스도쿠 솔버 (Sudoku SOLVERS)가 있지만 인간적으로 가능한 작은 코드 체커 (code-golf) 솔루션을 만들고 싶습니다. 유효한 항목은 9x9 배열을 인수로 사용하거나 (참조에 의해 전달되고, 명령 행에 직렬화되거나 취하려고 함) 최종 그리드에 9 개의 9 행인 입력 파일을 승인 할 수 있습니다. . 아래 입력 예를 참조하십시오. …

4
다각형이 볼록한지 확인
입력 다각형이 볼록 한지 확인하는 프로그램을 작성하십시오 . 다각형은 N을 포함하는 한 줄 , 꼭짓점 수, 그런 다음 N 은 X 및 Y 각각의 꼭지점의 좌표. 정점은 임의의 정점에서 시작하여 시계 방향으로 나열됩니다. 예 1 입력 4 0 0 0 1 1 1 1 0 산출 convex 예 2 입력 …

28
숫자가 행복한 지 아닌지를 찾으십니까?
행복한 숫자는 다음 프로세스에 의해 정의됩니다. 양의 정수로 시작하여 숫자를 자릿수의 제곱의 합계로 바꾸고 숫자가 1이 될 때까지 프로세스를 반복하거나 1이 포함되지 않은 사이클에서 끝없이 반복됩니다. 이 과정이 1로 끝나는 것은 행복한 숫자이고, 1로 끝나지 않는 것은 불행한 숫자 (또는 슬픈 숫자)입니다. 행복하든 불행하든 숫자로 인쇄되어 있습니다. Sample Inputs 7 …

15
한 줄 키보드
도전 이 과제의 목표는 표준 영국 QWERTY 키보드의 한 줄만 사용하여 주어진 문자열을 입력 할 수 있는지 확인하는 것입니다. 이것은 code golf바이트 단위의 최단 솔루션이 승리합니다! IO 입력은 32-126의 ASCII 10 진수 범위에서 0 개 이상의 문자로 구성된 단일 문자열입니다. 이 과제를 위해 빈 문자열은 입력 할 필요가 없으므로 한 …

18
위트 호프?
먼저 비티 시퀀스 에 대해 이야기 해 봅시다 . 양의 비이성적 인 수 r이 주어지면 양의 정수에 r 을 곱하고 각 결과 계산의 바닥을 취하여 무한 시퀀스를 구성 할 수 있습니다 . 예를 들어 경우 R > 1, 우리는 특별한 조건을 가지고있다. s = r / ( r -1) 과 …

11
이 주사위로이 단어를 철자 할 수 있습니까?
문자 주사위는 단어 게임에서 일반적입니다. 예를 들어, boggle 주사위로 재미있는 단어를 철자하는 것이 재미있을 수 있습니다. 소수의 주사위를 잡으면 특정 단어의 철자를 쓸 수 없을 가능성이 있습니다. 이 도전은 그 아이디어의 일반화입니다. 도전 얼굴과 단어가 각각 1 개 이상인 주사위 목록이 주어지면 주어진 주사위를 사용하여 해당 단어의 철자를 사용할 수 …

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