«grid» 태그된 질문

그리드와 관련된 문제.

9
고유하게 분리 된 픽셀
들어 N 에 의해 N 화상 더 이격 거리가 두 번 이상 존재하지 않도록 픽셀들의 세트를 찾는. 즉, 두 픽셀이 거리 d 로 분리 된 경우 정확히 d 로 분리 된 두 픽셀 ( 유클리드 거리 사용 )입니다. 참고 것을 D 필요 정수가 될 수 없습니다. 문제는 다른 사람보다 더 …

6
광산을 쓸어도 될까요?
지뢰 찾기 는 타일을 클릭하지 않고 어떤 타일이 "광산"인지 알아 내야하는 인기있는 퍼즐 게임입니다. 대신 근처 타일을 클릭하여 인접한 광산의 수를 나타냅니다. 게임에 대한 한 가지 단점은 여러 가지 유효한 답변이 있고 추측 만 할 수있는 시나리오에서 끝날 수 있다는 것입니다. 예를 들어, 다음 보드를 보자. 1110 2*31 3*?? 2*4? …

3
상자에 채워진 소수
당신의 작업은 주어진 사각형을 소수로 채울 수있는 프로그램이나 함수를 작성하는 것입니다. width및 height구형의 입력 것이다. 출력은 숫자와 공백 height으로 구성된 문자열 목록이어야합니다 width. 길이가 2 이상인 각 수평 (왼쪽에서 오른쪽으로) 및 수직 (위에서 맨 아래로) 숫자 시퀀스 (공백 또는 사각형 경계로 구분)는 소수 여야합니다. 각 소수는 한 번만 사용할 수 …

30
텍스트의 제곱
도전 문자열이 주어지면 사각형 모양으로 텍스트를 출력하십시오. 텍스트가 항상 square에 맞고 빈 문자열이 아니라고 가정 할 수 있습니다 . 또한 줄 바꿈이 없을 것이라고 가정 할 수도 있습니다. 예 Input: Hi, world Output: Hi, wo rld 테스트 사례 Input: Hi, world! Hello Output: Hi, worl d! H ello Input: Lorem …
29 code-golf  string  grid 

24
매우 간단한 그리드 마크
양의 정수 W, H 및 N을 사용하는 프로그램 또는 함수를 작성하십시오. 일반 영어 읽기 순서의 .모든 N 번째 .가으로 대체 되는 WxH 격자를 인쇄하거나 반환하십시오 X. 예를 들어, W = 7, H = 3, N = 3 인 경우 그리드의 너비는 7 자, 높이는 3이며 왼쪽 상단에서 읽는 세 번째 …

8
가장 큰 방에 있습니까?
소개 최근에 Pretty Good Software Company에서 채용 제안을 수락했습니다. 사무실 크기에 만족하지만 가장 큰 사무실이 있습니까? 당신이 들릴 때 동료의 사무실을 시선으로 보는 것만으로도 말하기가 어렵습니다. 이것을 알아내는 유일한 방법은 건물의 청사진을 조사하는 것입니다. 당신의 작업 건물의 평면도를 작성하고 사무실이 가장 큰지 여부를 나타내는 프로그램, 스크립트 또는 기능을 작성하십시오. 건물은 …

11
당신은 얼마나 많은 타워를 볼 수 있습니까?
이 질문은 온라인으로 플레이 할 수있는 숫자 배치 퍼즐 타워 (스카이 스크래퍼라고도 함)를 기반으로합니다 . 목표는 퍼즐을 풀고 각 행과 열을 따라 보이는 타워의 수를 알아내는 것입니다. 이것은 코드 골프이므로 가장 적은 바이트가 이깁니다. 타워 작동 방식 A - 타워 퍼즐에 대한 해결책은 라틴 정사각형 n*n모든 행과 열이 숫자의 순열 …
29 code-golf  grid 

30
똑똑한 사람의 신기루
옛날 옛적에, 나는 Quora 에서이 질문 / 답변을 읽고있었습니다. FizzBuzz 테스트를 통과 할 수없는 컴퓨터 공학 학위를 가진 프로그래머가 있습니까? 이 코드는 명백한 답변으로 제공됩니다 for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: …
29 popularity-contest  code-challenge  word  popularity-contest  string  grid  language-design  code-golf  source-layout  math  fastest-algorithm  assembly  code-golf  json  code-golf  arithmetic  array-manipulation  code-golf  ascii-art  code-golf  crossword  code-golf  string  restricted-complexity  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  decision-problem  balanced-string  syntax  code-golf  grid  puzzle-solver  hexagonal-grid  code-golf  math  number  sequence  code-golf  string  decision-problem  code-golf  cryptography  king-of-the-hill  code-challenge  fastest-code  code-golf  number  code-golf  code-golf  string  code-golf  cryptography  king-of-the-hill  java  code-golf  number-theory  base-conversion  code-golf  code-golf  array-manipulation  code-golf  array-manipulation  sorting  code-challenge  restricted-source  quine  code-golf  tips  python  king-of-the-hill  code-golf  source-layout  fractal  code-golf  tips  game  king-of-the-hill  path-finding  grid  code-golf  kolmogorov-complexity  natural-language  code-golf  tips  python  code-golf  number  arithmetic  sequence  array-manipulation  code-golf  number  combinatorics  random  integer-partitions  code-golf  string  code-golf  vim  comment  code-golf  combinatorics  counting  code-challenge  rosetta-stone  code-golf  combinatorics  sequence  subsequence  code-golf  code-challenge  restricted-source  primes  printable-ascii  popularity-contest  graphical-output  image-processing 

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 


9
ASCII 마름모꼴 그리드
다음과 같은 매개 변수를 사용하여 바이트 수로 측정 된 가장 짧은 코드를 작성하여 마름모꼴로 구성된 ASCII 그리드를 생성하십시오. m-한 행에 완전한 마름모꼴 수 n-행 수 s-가장 작은 마름모의 측면 r-중첩 수준- "기본 것들"내부에 몇 개의 마름모꼴이 있는지 (그리드의 교차점 사이에서 퐁당 함) 예 1. Input: 5 3 1 0 Output: …

6
언덕의 팀!
이 도전은 @HelkaHomba 의 Red vs. Blue-Pixel Team Battlebots 의 탁월한 도전에서 영감을 받았습니다 . 그 도전은 아마도이 사이트에서 본 최고의 도전 일 것입니다. 이제까지. 내 도전은 여전히 ​​많이 다르지만 @HelkaHomba는 영감을 얻을만한 가치가 있습니다. 개요 입니다 팀 왕 -의 언덕 팀이 팀에 살아있는 모든 선수를함으로써 승리. 다시 말해, 마지막 …

3
진흙 투성이 쿼타 타 물고기 청소
이 도전의 올해 카테고리 수상자의 신인의 영광에 PPCG 2015 년 최저 : muddyfish (위해 ! 난 당신이 찾고있는 언어가 아니에요 과) quartata (대한 진실 - 기계 구현 ). 축하합니다! 배경 바다의 가장 깊은 참호에는 쿼타 타 물고기라고 불리는 희귀하고 찾기 어려운 사각형 모양의 물고기가 있습니다. Game of Life 셀룰러 오토 …

30
잘못된 Invali Inval
이 아이디어는 @ TùxCräftîñg의 채팅 메시지를 기반으로 합니다. 아래 예제 시퀀스를 살펴보십시오. INVALID0, INVALID1, INVALID2 INVALID3, INVALID4...INVALID9 후에 INVALID9는 다음과 같이 진행됩니다. INVALI0, INVALI1, INVALI2, INVALI3...INVALI9 그리고 후에 INVALI9는 다음과 같습니다. INVAL0, INVAL1, INVAL2, INVAL3...INVAL9 다음 INVAL9과 같습니다. INVA0, INVA1, INVA2, INVA3, ...INVA9 우리가 INVALID매번 단어에서 문자를 어떻게 제거했는지 주목하십시오 …

18
회전 대칭이있는 숫자
정수 주어 출력은 truthy의 그것이 동일한 거꾸로 경우 값이나 (180 ° 회전) falsy 그렇지 값. 0, 1및 8회전 대칭이있다. 6되고 9그 반대도 마찬가지입니다. 확실한 결과를 산출하는 일련의 숫자 : OEIS A000787 0, 1, 8, 11, 69, 88, 96, 101, 111, 181, 609, 619, 689, 808, 818, 888, 906, 916, 986, …
27 code-golf  number  sequence  decision-problem  code-golf  string  parsing  c  code-golf  sorting  integer  code-golf  number  sequence  rational-numbers  graphical-output  atomic-code-golf  assembly  box-256  code-golf  geometry  tips  python  code-golf  number  sequence  arithmetic  number-theory  code-golf  ascii-art  kolmogorov-complexity  geometry  code-golf  graphical-output  code-golf  math  code-golf  grid  cellular-automata  game-of-life  code-golf  string  subsequence  code-golf  arithmetic  rational-numbers  code-golf  tips  dc  code-golf  ascii-art  kolmogorov-complexity  date  code-golf  string  primes  code-golf  string  natural-language  conversion  code-golf  sequence  code-golf  number-theory  primes  base-conversion  code-golf  math  primes  base-conversion  code-golf  ascii-art  fractal  code-golf  matrix  code-golf  math  tips  geometry  python  string  code-challenge  keyboard  code-golf  graphical-output  code-golf  string  code-golf  number  sequence  cops-and-robbers  number  sequence  cops-and-robbers 

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