«maze» 태그된 질문

미로와 관련된 문제.

30
더 작은 "H"에서 "H"만들기
도전 integer가 주어지면 size다음을 수행 하는 함수 또는 프로그램을 작성하십시오 . 경우 size1과 동일 출력 H H HHH H H 경우 size1 출력보다 더 큰 X X XXX X X X프로그램 / 기능의 출력은 어디에 있습니까?size - 1 (원하는 경우 0답변에 지정 하는 한 기본 사례가에 해당 할 수 있습니다. …
73 code-golf  ascii-art  fractal  code-golf  code-golf  string  code-golf  string  matrix  code-golf  graph-theory  maze  binary-matrix  code-golf  kolmogorov-complexity  random  code-challenge  metagolf  test-battery  brain-flak  text-processing  code-golf  matrix  code-golf  number-theory  primes  code-golf  string  matrix  code-golf  binary  bitwise  code-golf  number  factorial  floating-point  code-golf  number  sequence  code-golf  sequence  cops-and-robbers  code-golf  sequence  cops-and-robbers  code-golf  string  code-golf  math  decision-problem  number-theory  integer  code-golf  number  decision-problem  functional-programming  code-golf  array-manipulation  matrix  code-golf  string  classification  string  code-challenge  binary  compression  decode  code-golf  string  string  code-challenge  balanced-string  encode  code-golf  number-theory  integer  base-conversion  code-golf  math  number-theory  geometry  abstract-algebra  code-golf  array-manipulation  sorting  optimization  code-golf  math  geometry  image-processing  generation  code-golf  string  cops-and-robbers  repeated-transformation  grammars  cops-and-robbers  repeated-transformation  grammars  code-challenge  restricted-source  tips  source-layout  javascript  code-challenge  kolmogorov-complexity  restricted-source  code-golf  combinatorics  counting  math  fastest-code  linear-algebra  code-golf  math  permutations  matrix  linear-algebra  code-golf  string  decision-problem  restricted-source  code-golf  number  array-manipulation  subsequence  code-golf  number  array-manipulation  matrix  code-golf  brainfuck  code-golf  color  code-golf  quine  source-layout  code-golf  subsequence  code-golf  string  ascii-art  code-golf  string  ascii-art  alphabet  code-golf  decision-problem  interpreter  hexagonal-grid  halting-problem  code-golf  string  polynomials  calculus  code-golf  math  decision-problem  matrix  complex-numbers  code-golf  random  code-golf  number  arithmetic 

30
문자열 길이 추가
도전: - , - , - s문자에 문자열이 주어지면 길이의 추가 문자를 총 길이의 일부로 계산하여 길이를 추가하십시오 .azAZ09ss 입력: 임의의 길이의 문자열 만 (비어있을 수 있음) 산출: 같은 문자열이지만 길이가 끝에 추가됩니다. 길이를 나타내는 문자도 길이의 일부로 계산되어야합니다. 추가 할 유효 길이가 여러 개인 경우 가능한 가장 작은 길이를 …
51 code-golf  string  code-golf  string  random  code-golf  array-manipulation  code-golf  ascii-art  kolmogorov-complexity  random  code-golf  array-manipulation  code-golf  stateful  code-golf  hello-world  code-golf  string  code-golf  interpreter  lisp  code-golf  restricted-source  quine  palindrome  code-golf  ascii-art  random  generation  challenge-writing  ascii-art  random  polyglot  maze  answer-chaining  string  cops-and-robbers  whitespace  code-golf  string  cops-and-robbers  whitespace  code-golf  number  sequence  code-golf  date  code-golf  ascii-art  decision-problem  code-golf  combinatorics  chemistry  code-golf  kolmogorov-complexity  source-layout  radiation-hardening  code-golf  ascii-art  path-finding  maze  code-golf  string  ascii-art  game  animation  code-golf  string  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  restricted-source  new-years 

3
가장 짧은 범용 미로 출구 문자열
정사각형 셀의 N x N 격자에있는 미로는 각 모서리가 벽인지 아닌지를 지정하여 정의됩니다. 모든 외부 모서리는 벽입니다. 하나의 셀은 시작 으로 정의 되고 하나의 셀은 종료 로 정의되며 종료는 시작부터 도달 할 수 있습니다. 시작과 종료는 같은 셀이 아닙니다. 시작과 출구가 미로의 바깥 경계에있을 필요는 없으므로 유효한 미로입니다. 'N', 'E', …

6
ASCII 미로 렌더링 3000
나는 타이핑을 좋아하지 않으므로 매우 간단한 형식으로 미로를 그립니다. # ##### # # # ### # # # # # # # # ##### # 그것은 A- 아닌가 미로 -ing? 물론, 모든 미로가 최대한의 미로 효과를 얻으려면 이 도전 과 동일하지는 않지만 3d로 보일 것이라고 생각합니다 . 그래서 수동으로 미로를 …

30
이 숫자는 정수 -2입니까?
숫자가 2의 거듭 제곱인지 여부를 결정하는 영리한 방법 이 있습니다. 더 이상 흥미로운 문제는 아니므로 주어진 정수가 -2 의 정수 제곱인지 여부를 결정하십시오 . 예를 들면 다음과 같습니다. -2 => yes: (-2)¹ -1 => no 0 => no 1 => yes: (-2)⁰ 2 => no 3 => no 4 => …

14
미로 생성 [폐쇄]
이 ( here ) 와 비슷한 (오래된) 스레드가 있다는 것을 알고 있지만 약간의 수정으로 스레드 를 재부팅하고 싶습니다. 목표 : 선택한 알고리즘을 사용하여 무작위로 보이는 미로를 생성 한 다음 미로를 그래픽으로 출력합니다 (인쇄 횟수). 너비와 높이는 귀하에 의해 결정됩니다. 적어도 하나의 입구에서 적어도 하나의 출구로 향하는 적어도 하나의 경로가 있어야합니다. …

4
소행성 장을 성공적으로 탐색
소개 소행성을 성공적으로 탐색 할 수있는 가능성은 약 3,720에서 1이라는 것을 누구나 알고 있습니다. 당신의 인공적인 삶을 두려워해서, 당신은 우주선의 독특한 방언 ( 선호하는 코드 골프 언어를 읽으십시오 )에서 소행성 회피 ASCII 미로를 가져갈 길을 결정하는 소행성 회피 프로그램 을 코딩하기로 결정합니다 . 입력 Millenium Falcon에는 다음과 유사한 데이터를 제공하는 …
36 code-golf  maze 

4
무한 미로
배경 당신은 강력한 마법사의 견습생이며, 주인은 현재 적을 붙잡기 위해 차원 간 미로를 만드는 마법을 개발하고 있습니다. 그는 증기로 구동되는 컴퓨터를 프로그래밍하여 가능한 레이아웃을 분석하기를 원합니다. 이 악마 기계를 프로그래밍하는 것은 매우 위험하므로 코드를 최대한 짧게 유지해야합니다. 입력 입력은 개행으로 구분 된 문자열로 주어진 빈 공간과 벽을 나타내는 마침표 .와 …

30
ASCII 삼각형
당신의 임무는 ASCII 삼각형을 인쇄하는 프로그램이나 함수를 작성하는 것입니다. 그들은 다음과 같이 보입니다 : |\ | \ | \ ---- 프로그램은 n제약 조건 이있는 단일 숫자 입력을 0 <= n <= 1000받습니다. 위 삼각형의 값은 n=3입니다. ASCII 삼각형에는 n백 슬래시 ( \) 및 세로 막대 ( |), n+1선 및 대시 …
30 code-golf  ascii-art  code-golf  rubiks-cube  code-golf  path-finding  maze  regular-expression  code-golf  math  rational-numbers  code-golf  kolmogorov-complexity  graphical-output  code-golf  tips  code-golf  string  permutations  code-golf  sorting  base-conversion  binary  code-golf  tips  basic  code-golf  number  number-theory  fibonacci  code-golf  date  code-golf  restricted-source  quine  file-system  code-golf  code-golf  math  code-golf  ascii-art  code-golf  math  primes  code-golf  code-golf  math  matrix  code-golf  string  math  logic  factorial  code-golf  palindrome  code-golf  quine  stateful  code-golf  interactive  code-golf  board-game  code-golf  math  arithmetic  code-golf  string  code-golf  math  matrix  code-golf  math  abstract-algebra  polynomials  code-golf  date  code-golf  string  array-manipulation  sorting  code-golf  game  code-golf  string  code-golf  ascii-art  decision-problem  code-golf  number  sequence  code-golf  code-golf  code-golf  sequence  fibonacci  code-golf  math  geometry  random  code-golf  code-golf  math  decision-problem  fractal  rational-numbers  code-golf  number  number-theory  code-golf  combinatorics  permutations  card-games  code-golf  math  sequence  array-manipulation  fibonacci  code-golf  sequence  decision-problem  graph-theory  code-golf  ascii-art  parsing  lisp  code-golf  string  math  natural-language  logic  code-golf  math  logic  code-golf  string  alphabet  code-golf  string  code-golf  string 


2
팩맨이 팩 도트를 세도록 도와주세요
과체중이 걱정되는 Pac-Man의 조언에 따라 Pac-Man은 매일 Pac-Dot 섭취량을 추적하기로 결정했습니다. 미로에서 주어진 길에 Pac-Dots의 수를 세도록 도와주세요! 미로 미로의 자체 인코딩을 구축하려면 여기에서 원시 데이터를 얻을 수 있습니다 . 팩맨 여행 이 문제와 관련하여 다음 규칙이 적용됩니다. 첫째, 좋은 소식은 귀신이 없다는 것입니다. 팩맨은 항상 동쪽으로 향하는 위의 그림에 …

28
수퍼 로그 계산
이것은 간단한 도전이어야합니다. 숫자 감안할 때 n >= 0, 출력 슈퍼 로그 (로그 - 스타 또는 로그 *를, 또는 로그 반복 하기 때문에 동일, n이 문제에 대한 부정적인 결코합니다.)의 n. 이것은 tetratation 에 대한 두 가지 역함수 중 하나입니다 . 다른 하나는 관련 질문 에있는 수퍼 루트 입니다. 예 Input …
29 code-golf  math  code-golf  array-manipulation  sorting  code-golf  math  arithmetic  matrix  code-golf  string  kolmogorov-complexity  code-golf  string  code-golf  math  sequence  arithmetic  recursion  code-golf  math  ascii-art  sequence  code-golf  math  array-manipulation  code-golf  code-golf  kolmogorov-complexity  code-golf  string  code-golf  string  decision-problem  code-golf  array-manipulation  tips  javascript  json  code-golf  math  string  number  number-theory  code-golf  math  sequence  fibonacci  number  arithmetic  fastest-code  integer  code-golf  math  sequence  code-golf  string  file-system  tips  golfscript  code-golf  string  code-golf  string  natural-language  code-golf  string  file-system  code-golf  math  array-manipulation  code-challenge  image-processing  compression  code-golf  math  number  sequence  code-golf  math  combinatorics  regular-expression  code-golf  sequence  pi  code-golf  ascii-art  code-golf  string  array-manipulation  sorting  code-golf  string  graph-theory  code-golf  string  code-golf  string  ascii-art  code-challenge  compression  code-golf  code-golf  math  sequence  number-theory  code-golf  maze  graph-theory  code-golf  math  sequence 

2
2D 미로 빼기 1D
이 과제는 2D 미로를 1D 미로로 변환하는 것입니다. 개요 +-+-+-+-+-+-+ +-+-+-+-+-+-+ graph { | | | | |A| | B| A B A -- D + + + + +-+-+ + + + + +-+-+ \ | C -- D | | | | | | | | \ | …

6
6 각형 미로 시간!
또 다른 미로 도전에 대한 시간이지만, 당신이 알고있는 것처럼. 이 도전에 대한 규칙은 대부분의 미로 도전과 약간 다릅니다. 타일 ​​유형은 다음과 같이 정의됩니다. S: 당신이 시작하는 미로의 위치 E: 가려고하는 위치 0: 교차 할 수없는 벽 +: 교차 할 수있는 바닥 왼쪽, 오른쪽, 왼쪽, 오른쪽, 왼쪽 아래 또는 오른쪽 아래 …

7
치즈 찾기
업데이트 : 6 개의 미로가 있습니다. 그것들은 컨트롤러에 포함되어 있습니다. 여기에 미로의 tar.gz와 .bmp 파일이 있습니다 (드롭 박스). 해당 링크에서 더 많은 미로를 만드는 유틸리티도 있습니다 (아카이브에서 maze_4.txt 파일이 올바르지 않음). 이 시점에서 자신의 항목을 실행하고 점수를 업데이트하십시오. 이를 수행하는 방법에 대한 자세한 내용은 하단에 포함되어 있습니다. 궁금한 점이나 문제가 …

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