«grid» 태그된 질문

그리드와 관련된 문제.

5
중력 시뮬레이터
성명서 2D 그리드에 떨어지는 일련의 공이 여전히 제공됩니다. 이 그리드는 불변 및 깨지지 않는 벽으로 둘러싸여있어 모든 동작이 그 안에 포함됩니다. 당신의 임무는 중력이 모든 작업을 수행 한 후 시나리오의 상태가 무엇인지 결정하는 것입니다. 그리드 내부 요소 - 바닥, 떨어지는 공의 방향을 바꾸지 않습니다. \ 오른쪽 슬라이드, 공의 경로를 오른쪽으로 …

10
지뢰 찾기 보드 확인
목표는 완성 된 지뢰 찾기 보드가 유효한지 확인하는 것입니다. 즉, 각 숫자는 대각선을 포함하여 인접한 셀의 올바른 광산 수입니다. 보드가 감겨 있지 않습니다. 평소 와 같이 함수 또는 프로그램을 제공해야하며 바이트 단위의 가장 짧은 코드가 우선합니다. 지뢰 찾기 를 생성 , 해결 및 완전히 구현 하기위한 과거 과제도 참조하십시오 . …

6
그리드 기반 디지털 로직 (Duodyadic Tiles)
십자형 타일은 사각형의 종류입니다 두 개의 입력을 갖는 기능 블록으로 , 하나는 상단에서 하나는 왼쪽에서 하나는 오른쪽에 하나는 아래쪽에 하나의 출력이 있습니다. 각 출력은 두 입력의 개별 기능입니다. 예를 들어, #일반 타일을 나타내고, 우측 출력은 R함수 f의 입력은 T과 L, 상기 저부의 출력은 B다른 함수 g의 T과 L: T L#R …

6
Tarzan의 올림픽 덩굴 스윙 루틴 점수
올림픽 덩굴 스윙 어는 표준 나무에서 일상을 수행합니다. 특히 표준 트리 n에는 0이 아닌 각 정점 을 그 아래 정점 에 연결하는 0위쪽 n-1및 모서리 a정점이 n % a있습니다. 예를 들어 표준 트리 5는 다음과 같습니다. 3 | 2 4 \ / 1 | 0 5를 3으로 나눈 나머지는 2이고, …
32 code-golf  math  number  number-theory  code-golf  code-golf  restricted-source  programming-puzzle  css  code-golf  parsing  code-golf  random  encryption  code-golf  ascii-art  fractal  code-golf  math  code-golf  sorting  graph-theory  path-finding  permutations  code-golf  tetris  code-golf  card-games  code-golf  math  sequence  rational-numbers  code-golf  chess  code-golf  string  geometry  grid  code-golf  ascii-art  grid  code-golf  sequence  integer  code-golf  math  number-theory  packing  polyomino  code-golf  math  code-golf  string  quine  permutations  code-golf  math  code-golf  image-processing  optical-char-recognition  code-golf  string  kolmogorov-complexity  sequence  integer  code-golf  number  permutations  palindrome  code-golf  kolmogorov-complexity  code-golf  number  sequence  string  fewest-operations  code-golf  string  kolmogorov-complexity  sequence  primes  code-golf  string  ascii-art  code-golf  string  number  alphabet  code-golf  counting  code-golf  number  sequence  number-theory  primes  code-golf  subsequence  word-search 

5
폭탄의 연쇄 반응
소개: 작업 전에 다음은 모든 요소가 맵에서 수행하는 작업입니다. 평원 ( X) : 아무것도하지 않습니다. 파괴 된 땅 ( -) : 이것은 평지와 같지만 폭탄에 의해 파괴됩니다. 활성 폭탄 ( !) :지도에서 3x3 정사각형의 모든 것을 파괴합니다. XXXXX XXXXX XXXXX X---X XX!XX > will become > X---X XXXXX X---X XXXXX …

6
십자가 만있는 틱택 토
소개 누구나 틱택 토 게임을 알고 있지만,이 도전에서는 약간의 비틀기를 소개 할 것입니다. 우리는 십자가 만을 사용할 것 입니다. 세 개의 십자가를 연속으로 배치 한 첫 번째 사람이집니다. 흥미로운 사실은 누군가가 잃기 전에 최대 십자가의 양이 6 과 같다는 것입니다 . X X - X - X - X X …

4
지뢰 찾기 보드 반전
지뢰 찾기 는 인기있는 컴퓨터 게임으로, 각각의 비광 셀이 몇 개의 주변 광산을 가지고 있는지에 대한 힌트를 바탕으로 직사각형 그리드에서 광산 인 셀을 표시하려고 할 때 시간을 낭비했을 것입니다. 그리고 당신이 그것을 연주하지 않은 경우, 여기 에서 연주 하십시오 . 지뢰 찾기 그리드 (일명 보드)에 대한 멋진 수학적 사실은 다음과 …

19
적대적 제수
양의 정수를 나누는 제수는 실제로 서로를 미워하며 하나 이상의 공통 숫자를 공유하는 것을 좋아하지 않습니다. 이러한 정수를 적대적 제수 ( HDN )라고합니다. 예 숫자 9566는 4제수를가집니다 : 1, 2, 4783 and 9566 보시 다시피 , 두 숫자가 같은 숫자를 공유하지 않습니다 . 따라서, 9566는 A는 H의 ostile의 D ivisor N의 …

30
2의 거듭 제곱의 합
도전 x여기에 정수 입력 이 주어지면 합이 주어지면 1 <= x <= 2552의 거듭 제곱의 결과를 반환하십시오 x. 예 주어진 입력 : 86 프로그램은 다음을 출력해야합니다 : 64 16 4 2 입력: 240 산출: 128 64 32 16 입력: 1 산출: 1 입력: 64 산출: 64 합계에 특정 2의 거듭 …
31 code-golf  binary  code-golf  sequence  integer  chess  code-golf  number  arithmetic  matrix  code-golf  code-golf  combinatorics  grid  set-partitions  code-golf  array-manipulation  graph-theory  code-golf  number  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  3d  code-challenge  restricted-source  printable-ascii  code-golf  board-game  code-golf  geometry  grid  code-golf  word-puzzle  code-golf  matrix  sorting  code-golf  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  code-golf  decision-problem  code-golf  math  number  arithmetic  restricted-source  code-golf  code-golf  number  integer  matrix  code-golf  date  code-golf  matrix  code-golf  sequence  combinatorics  chemistry  code-golf  array-manipulation  popularity-contest  code-golf  code-golf  natural-language  code-golf  number  integer  sorting  substitution  code-golf  string  number  date  encode  code-golf  decision-problem  code-golf  string  subsequence  code-golf  string  alphabet  code-golf 

5
포도 나무를 인식
배경 오래되고 거친 흑백 이미지가 많이 있습니다. 그들 중 일부는 벽에 오르는 덩굴을 묘사하지만 다른 것들은 그렇지 않습니다. 당신의 임무는 나를 위해 분류하는 것입니다. 입력과 출력 입력은 편리한 형식으로 지정된 비트 A 의 직사각형 2D 배열입니다 . 비어 있지는 않지만 0과 1을 모두 포함한다고 보장 할 수는 없습니다. 다음 조건이 …

20
파로는 배열을 섞는다
파로 셔플은 자주 "셔플"갑판에 마술사가 사용하는 기술입니다. 파로 셔플을 수행하려면 먼저 데크를 2 등반으로 자른 다음 2 반부를 인터리브하십시오. 예를 들어 [1 2 3 4 5 6 7 8] 파로가 섞여있다 [1 5 2 6 3 7 4 8] 이것은 여러 번 반복 될 수 있습니다. 흥미롭게도, 이것을 충분히 반복하면 …
31 code-golf  permutations  card-games  code-golf  graphical-output  random  code-golf  image-processing  color  code-golf  primes  code-golf  math  arithmetic  combinatorics  decision-problem  code-golf  sequence  number-theory  binary  code-golf  number-theory  set-theory  code-golf  hashing  code-golf  game  card-games  code-golf  ascii-art  code-golf  arithmetic  array-manipulation  jelly  code-golf  string  array-manipulation  code-golf  sorting  code-challenge  code-golf  number  date  binary  code-golf  arithmetic  code-golf  math  number  linear-algebra  polynomials  code-golf  ascii-art  code-golf  grid  decision-problem  code-golf  string  combinatorics  code-golf  string  kolmogorov-complexity  arithmetic  date  code-golf  number  data-structures  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  array-manipulation 

3
거북이가 포털을 찾습니다
거북이는 음식을 얻기 위해 격자를 따라 움직입니다. 그는 그가 거기에 도착하는 데 얼마나 많은 움직임이 필요한지 알고 싶어합니다. 또한 속도가 느리기 때문에 자신의 영역을 중심으로 텔레 포터를 설치하여 경로가 짧아지면 활용할 수 있습니다. 또는 경로가 길어지면 피하십시오. 거북이 만나기 🐢 그리드상의 거북이 삶 ... 거북이 인접한 정사각형으로 이동할 수 XXXXXXXXXXXX🐢XXXXXXXXXXXXXXXXXXXXXXXX🐢XXXXXXXXXXXX\begin{matrix} …

14
불로 그것을 죽이다
면책 조항 :이 질문에서 들었던 이야기는 전적으로 허구이며 소개를 제공하기위한 목적으로 만 고안되었습니다. 나는 사악한 농부이며, 내 지역에서 밀의 가격을 높이기 위해 내 주변의 모든 농부들의 들판을 태우기로 결정했습니다. 나는 들판이 화염에 올라가는 것을 정말로보고 싶습니다 (그래서 나는 악한 웃음을 사용하고 기쁨과 함께 내 손을 문지르는 것이 가능합니다). 나를 위해 …

8
깨지기 쉬운 Quine
깨지기 쉬운 Quine 깨지기 쉬운 퀴는 평가할 때 단일 문자를 제거하여 만든 각 하위 문자열을 갖는 속성을 만족시키는 퀴니로, 오류가 발생합니다. 예를 들어. 프로그램 asdf이 퀴인 경우 프로그램 이 깨지기 쉬운 경우 다음 프로그램에서 오류가 발생해야합니다. sdf adf asf asd 프로그램과 모든 하위 문자열은 완전히 결정적이어야하며 동일한 언어 여야합니다. 결국 …
30 code-golf  quine  code-golf  date  code-golf  sequence  code-golf  sorting  file-system  code-golf  code-golf  ascii-art  hexagonal-grid  code-golf  string  arithmetic  code-golf  code-golf  code-challenge  source-layout  code-golf  ascii-art  cellular-automata  code-golf  string  arithmetic  balanced-string  code-golf  number  primes  code-golf  ascii-art  hexagonal-grid  code-golf  string  code-golf  string  code-golf  sequence  code-golf  ascii-art  code-golf  conversion  hexadecimal  code-challenge  restricted-source  code-golf  math  grid  code-golf  string  ascii-art  code-golf  random  minesweeper  code-golf  ascii-art  kolmogorov-complexity  board-game  scrabble  code-golf  ascii-art  code-golf  math  number-theory  decision-problem  code-golf  string  code-golf  natural-language  code-golf  internet  stack-exchange-api  code-golf  code-golf  conversion  code-golf  string  code-golf  math  arithmetic  code-golf  string  whitespace  code-golf  graphical-output  internet  code-golf  string  code-golf  string  random  permutations  code-golf  string  code-golf  string 

5
정수, 조립하십시오!
당신의 작업에서 정수를 조립하는 것입니다 1에 대한 N폭의 사각형으로 (입력으로 주어진) W과 높이 H(또한 입력으로 주어진). 개별 숫자는 90 도의 배수로 회전 할 수 있지만 사각형에서 연속 블록으로 나타나야합니다. 즉, 숫자 중 하나를 여러 자릿수로 나누고 사각형에 숫자를 개별적으로 배치 할 수 없으며, 모퉁이에서 숫자의 세 자리를 구부릴 수도 없습니다. …

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