«atomic-code-golf» 태그된 질문

원자 코드 골프는 사용자가 정의한 특정 언어 조각의 작업 수에 따라 점수가 매겨집니다.

11
(-a) × (-a) = a × a
우리는 모두 ( − a ) × ( − a ) = a × a(−에이)×(−에이)=에이×에이(-a) \times (-a) = a \times a (희망적으로)임을 알고 있지만 증명할 수 있습니까? 당신의 임무는 링 공리를 사용 하여이 사실을 증명하는 것입니다. 링 공리는 무엇입니까? 링 공리는 세트에 대한 두 개의 이진 연산이 따라야하는 규칙 목록입니다. …

5
기계 학습 골프 : 곱셈
이 커뮤니티에 다른 종류의 골프 도전을 제안하고 싶습니다. (인공) 신경망 은 (일반적으로 알려지지 않은) 기능을 근사하도록 설계되고 훈련 될 수있는 매우 인기있는 기계 학습 모델입니다. 그들은 종종 신경 네트워크에 프라이머를 들어 ... 우리는 음성 인식, 이미지 분류의 특정 종류, 자율 주행 시스템의 다양한 작업, 같은 알고리즘 해결하는 방법을 모르는 매우 …

4
제한된 연산으로 곱하기
있다 (500) 담당자 비공식 현상금 맞아서에 대한 현재의 최선의 대답은 . 골 목표는 매우 제한된 산술 연산과 변수 할당 만 사용하여 두 개의 숫자를 곱하는 것입니다. 부가 x,y -> x+y 역수 x -> 1/x( 되지 분할 x,y -> x/y) 부정 x -> -x( 하지 뺄셈 x,y -> x-y, 당신은 두 …

3
나침반 사용을 피하는 오각형 구성
규칙 A ≠ B 와 같은 점 AAA 와 BBB 두 요소로 시작 합니다. 이 점들은 모든 방향으로 무한한 평면을 차지합니다.A≠BA≠BA \neq B 프로세스의 모든 단계에서 다음 세 가지 작업 중 하나를 수행 할 수 있습니다. 두 점을 통과하는 선을 그립니다. 한 점을 중심으로 원을 그리면 다른 점이 원 위에 …

3
루빅스 큐브 해결
합리적인 시간과 이동 시간 내에서 Rubik의 큐브 (3 * 3 * 3)를 해결하는 가장 짧은 프로그램을 작성하십시오 (예 : 기계에서 최대 5 초, 1000 미만). 입력 형식은 다음과 같습니다. UF UR UB UL DF DR DB DL FR FL BR BL UFR URB UBL ULF DRF DFL DLB DBR 이 …

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 

11
n % 12 계산
부호없는 32 비트 정수에 대한 n모듈로 12를 계산 합니다. 규칙: n0에서 23 사이의 모든 숫자에 대해 작동해야합니다 . 다른 숫자는 선택 사항입니다. 단지 사업자 중 하나를 사용해야합니다 +-*, ~&^|또는 <<, >>일반적으로 32 명 비트하는 uint에 정의 된 바와 같다. 임의의 수의 상수 uint를 사용할 수 있습니다. 배열을 포함한 어떤 형태의 …

3
어린이 코딩에 관한 Google 기념일 로고 : 모든 레벨을 해결하는 가장 짧은 프로그램
오늘날 Google 기념일 로고는 50 년 동안 키즈 코딩을 축하 하는 것입니다. 목표는 모든 당근을 먹을 수 있도록 작은 토끼의 길을 프로그램하는 것입니다. 4 가지 유형의 블록이 있습니다 (아래 그림 참조). 왼쪽에서 오른쪽으로: O("...", k)= 주황색 조각 : 이들은 fork 번의 프로그램을 실행 하는 루프입니다 "...". G = 초록색 조각 …

11
이 숫자는 -2의 정확한 거듭 제곱입니까 : (매우) 하드 모드
이것은 최근 도전의 버전입니다. 이 숫자는 정수 -2입니까? 문제의 흥미로운 특성을 강조하고 도전을 더욱 어렵게하기 위해 고안된 다른 기준을 사용합니다. 여기 에 몇 가지 고려 사항이 있습니다 . Toby가 관련 질문에서 훌륭하게 언급 한 도전은 다음과 같습니다. 정수가 2의 정확한 거듭 제곱인지 여부를 결정하는 영리한 방법이 있습니다. 더 이상 흥미로운 …

3
단순화 된 커닝 구현
소개 커닝 이란 텍스트 문자 사이의 간격을 조정하는 것을 의미합니다. 예를 들어, Top다음 세 가지 글리프로 작성된 단어를 고려하십시오 . ##### ..... ..... ..#.. ..... ..... ..#.. ..##. .###. ..#.. .#..# .#..# ..#.. .#..# .#..# ..#.. ..##. .###. ..... ..... .#... ..... ..... .#... 글리프 사이의 틈을 점으로 채우고 완성 …
24 code-golf  grid  code-challenge  atomic-code-golf  code-golf  combinatorics  probability-theory  card-games  code-golf  number  geometry  code-golf  decision-problem  chess  code-golf  math  number  sequence  code-golf  string  regular-expression  code-golf  arithmetic  integer  code-golf  math  array-manipulation  code-golf  number  decision-problem  integer  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  decision-problem  graph-theory  binary-matrix  code-golf  string  parsing  code-golf  string  code-golf  morse  code-golf  code-golf  string  code-golf  ascii-art  cellular-automata  code-golf  binary  base-conversion  code-golf  arithmetic  decision-problem  integer  checksum  code-golf  matrix  linear-algebra  code-golf  code-golf  game  code-golf  sequence  binary  code-golf  combinatorics  optimization  code-golf  decision-problem  quine  code-golf  rational-numbers  bitwise  code-golf  string  permutations  code-golf  kolmogorov-complexity  unicode  code-golf  ascii-art  number  code-golf  number  integer  binary  base-conversion  code-golf  array-manipulation  code-golf  chemistry  code-golf  number  sequence  fibonacci  code-golf  matrix  optimization  code-golf  number  code-golf  math  number  sequence  code-golf  math  array-manipulation  matrix  linear-algebra  code-golf  kolmogorov-complexity  cops-and-robbers  cops-and-robbers  code-golf  tips  basic  code-golf  decision-problem  binary  tiling  game  king-of-the-hill  python  code-golf  c  code-golf  ascii-art  code-golf  string  kolmogorov-complexity  alphabet  code-golf  number  code-golf  string  code-golf  number  sequence  integer  code-golf  number  permutations  restricted-complexity  restricted-time 


28
간단한 단어 래퍼 만들기
(참고 : 이것은 처음으로 코드 골프 질문이지만, 내가 알 수있는 한, 아무도 정확히 이것을하지 않았으므로 좋을 것입니다.) 당신의 임무는 문자열 s과 정수 를 취하고 n그 텍스트를 여러 줄로 감싸서 반환하거나 출력 하는 프로그램이나 함수를 만드는 것 입니다. 각 단어는 한 줄에 있어야합니다. 즉, 단어가 중간에 쪼개지지 않습니다. 각 줄은 더 …
22 code-golf  string  code-golf  string  parsing  apl  math  primes  integer  fastest-code  code-golf  math  primes  integer  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  array-manipulation  code-golf  number  code-golf  sequence  code-golf  math  arithmetic  code-golf  date  conversion  code-golf  geometry  combinatorics  grid  code-golf  string  code-golf  counting  java  code-golf  chess  code-golf  path-finding  conversion  atomic-code-golf  logic-gates  code-golf  fibonacci  code-golf  ascii-art  fractal  code-golf  quine  code-golf  string  code-golf  array-manipulation  decision-problem  code-golf  quine  code-golf  code-challenge  array-manipulation  code-challenge  word-search  code-golf  binary  conversion  code-golf  code-golf  restricted-source  code-golf  kolmogorov-complexity  restricted-source  code-golf  kolmogorov-complexity  random  animation 

15
도미노를 쓰러 뜨려 라!
영감을 얻은 이 질문 덕분에 이 챌린지에서 우리는 도미노 라인을 |, /및 의 문자열로 나타냅니다 \. 입력으로 도미노 문자열이 제공되며 정착시 모양을 결정해야합니다. 다음은 도미노가 넘어지는 방법에 대한 규칙입니다. 상설 도미노은 |, 왼쪽 타락한 도미노의 왼쪽 \,뿐만 아니라 왼쪽 타락한 도미노 될 것입니다. |오른쪽 도미노의 오른쪽에 서있는 도미노도 /오른쪽 도미노가됩니다. …

16
하나 더 프로그램하고 나왔습니다!
양의 정수 중첩 수준을 감안할 때 n문자열 s인쇄 가능한 ASCII 문자 (의 에 ~같은 언어로 실행하면, 프로그램을 출력하는 프로그램을 출력하고, 출력하는 프로그램... 문자열을 출력합니다 s. 총 n프로그램이 생성되어야하며, 모든 프로그램은 답변과 동일한 언어로 실행되어야합니다. 참고 : 기본적으로 제출로 허용되는 모든 프로그램 또는 기능을 출력 할 수 있습니다. s이스케이프 문자로 입력 …
21 code-golf  recursion  code-golf  kolmogorov-complexity  board-game  code-golf  number-theory  polynomials  code-golf  code-golf  array-manipulation  polyglot  alphabet  answer-chaining  code-golf  sequence  math  atomic-code-golf  abstract-algebra  proof-golf  code-golf  internet  code-golf  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  ascii-art  number  integer  code-golf  decision-problem  binary-matrix  code-golf  number  sequence  number-theory  code-golf  math  decision-problem  matrix  abstract-algebra  code-golf  string  keyboard  code-golf  fractal  code-golf  math  sequence  combinatorics  hello-world  vim  code-golf  sequence  code-golf  graphical-output  image-processing  code-golf  decision-problem  matrix  linear-algebra  code-golf  ascii-art  code-golf  math  code-golf  ascii-art  graphical-output  code-golf  string  code-golf  string  substitution  code-golf  string  ascii-art  code-golf  arithmetic  code-golf  number  array-manipulation  decision-problem  code-golf  kolmogorov-complexity  code-generation  fractal  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  code-golf  string  array-manipulation  code-golf  music  code-golf  array-manipulation  code-golf  internet  stack-exchange-api  math  fastest-algorithm  code-golf  binary  bitwise  code-golf  date  code-golf  string  code-golf  sequence  integer  code-golf  arithmetic  number-theory  code-golf  string  random 

3
DeMorgan의 법칙 증명
자연 공제 시스템 의 10 가지 추론을 사용하면 DeMorgan의 법칙이 입증 됩니다. 자연 공제 규칙 부정 소개 : {(P → Q), (P → ¬Q)} ⊢ ¬P 부정 제거 : {(¬P → Q), (¬P → ¬Q)} ⊢ P 그리고 소개 : {P, Q} ⊢ P ʌ Q 그리고 제거 : P …

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