«generation» 태그된 질문

사전 정의 된 규칙 및 / 또는 입력 (종종 무작위 화됨)에 따라 객체 (예 : 코드, 실제 객체의 표현)를 구축해야하는 문제.

3
단 하나의 솔루션으로 멀티 레벨 5x5x5 미로 생성
이 과제의 목표는 다음을 성공적으로 수행하는 가장 짧은 코드 (문자)를 만드는 것입니다. 사양 : 5x5x5 labyrinth정확히 1 possible solution(더 이상, 더 이상)를 작성해야합니다. 미로를 만들어야합니다 randomly 수년 동안 실행 상태로두면 기존 솔루션을 모두 생성 할 수 있어야합니다. start과 finish에 배치해야합니다*opposite corners 맵 output은 다음 형식 중 하나 여야합니다. 옵션 출력 …

6
N 개의 염기에서 회 문인 숫자
음수가 아닌 정수가 주어지면 정확히 다른 기저의 회 문인 n >= 0정수 시퀀스를 영원히 출력 합니다 .x_i >= 3nb2 <= b <= x_i-2 이것은 기본적으로 OEIS A126071 의 역수입니다 n. 이 시퀀스에서 어떤 인덱스에 값이 있는지 출력합니다 . 베이스를 무시하도록 변경했기 때문에 약간 다릅니다.베이스 b = x_i-1, x_i, x_i+1에 대한 …
10 code-golf  sequence  base-conversion  palindrome  code-golf  array-manipulation  matrix  code-golf  string  ascii-art  code-golf  ascii-art  physics  code-golf  number  sequence  fibonacci  code-golf  ascii-art  packing  code-golf  string  hexadecimal  code-challenge  restricted-source  decision-problem  binary  code-golf  code-golf  code-golf  stack-exchange-api  code-golf  string  parsing  generation  data-structures  code-golf  kolmogorov-complexity  graphical-output  code-golf  array-manipulation  integer  generation  data-structures  code-golf  number  random  probability-theory  king-of-the-hill  java  minesweeper  code-golf  string  kolmogorov-complexity  animation  code-golf  string  code-golf  code-golf  quine  code-golf  internet  code-golf  arithmetic  base-conversion 

10
직각 삼각형 생성
이 문제에서는 입력으로 두 개의 숫자 (공백으로 구분)를 가져와 xs 로 구성된 ASCII 직각 삼각형을 출력해야합니다 . 첫 번째 숫자는 출력해야 할 삼각형의 너비와 높이입니다. 두 번째 숫자는 직각이 어느 모퉁이에 있는지 나타냅니다. 모서리는 왼쪽 상단부터 시작하여 영어 읽기 순서로 1부터 4까지 번호가 매겨집니다. 1 2 3 4 예를 들어 …

7
코드-골프 : 패 레이 시퀀스 (I)
도전 이 작업에서는 정수 N (10 ^ 5 미만)이 주어지고 순서 N 의 Farey 시퀀스 를 출력합니다 . 입력 N은 한 줄로 주어지며 입력은 EOF로 종료됩니다. 입력 4 3 1 2 산출 F4 = {0/1, 1/4, 1/3, 1/2, 2/3, 3/4, 1/1} F3 = {0/1, 1/3, 1/2, 2/3, 1/1} F1 = …
10 code-golf  math  code-golf  math  code-golf  number  number-theory  code-golf  math  arithmetic  repeated-transformation  code-golf  geometry  popularity-contest  code-golf  code-golf  tips  haskell  math  fastest-algorithm  code-golf  combinatorics  code-golf  math  polynomials  rational-numbers  code-golf  code-golf  popularity-contest  javascript  code-golf  kolmogorov-complexity  code-golf  code-golf  math  combinatorics  permutations  code-challenge  restricted-source  random  array-manipulation  code-challenge  generation  code-golf  code-golf  ascii-art  arithmetic  division  code-challenge  number  code-golf  math  number  binary  code-golf  ascii-art  code-golf  interpreter  stack  code-golf  internet  networking  code-golf  math  code-golf  ascii-art  code-golf  math  sequence  code-golf  hello-world  restricted-source  code-golf  ascii-art  code-golf  geometry  code-golf  kolmogorov-complexity  pi  code-golf  math  combinatorics  permutations  code-golf  math  code-challenge  ascii-art  code-golf  string  code-golf  quine  code-golf  math  floating-point  golfscript  code-golf  string  code-golf  sliding-puzzle  code-challenge  arithmetic  code-golf  math  code-golf  geometry  optimized-output 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.