«tips» 태그된 질문

특정 언어로 골프를 치거나 특정 챌린지 태그를 잘 활용하거나 특정 코드를 개선하는 데 도움이되는 질문이 있습니다.

25
간단한 패턴
입력 : 선택한 입력 형식의 두 개의 단일 자릿수 ( m및 n) 및 두 자릿수 ( a및 b)를 입력하십시오. 산출: 연습을 위해 척하십시오 m=2, n=5, a='a', b='b'. 출력은 4 개의 입력으로 구성된 문자열입니다. resultvalue를 사용 하여 문자열을 호출 해 봅시다 "". 첫째, CONCATENATE a위에 result m배, CONCATENATE 그래서 a위에 result …
17 code-golf  string  code-golf  arithmetic  code-golf  string  array-manipulation  rubiks-cube  code-golf  math  number  code-golf  tips  bash  code-golf  ascii-art  music  code-golf  arithmetic  code-golf  math  number  arithmetic  integer  code-golf  number  array-manipulation  code-golf  geometry  grid  set-partitions  code-golf  math  number  code-golf  combinatorics  code-golf  regular-expression  code-golf  permutations  code-golf  ascii-art  code-golf  number  array-manipulation  matrix  code-golf  kolmogorov-complexity  compile-time  cops-and-robbers  polyglot  cops-and-robbers  polyglot  code-golf  string  code-golf  string  ascii-art  matrix  animation  code-golf  ascii-art  code-golf  string  balanced-string  code-golf  integer  integer-partitions  expression-building 

15
확장 진실 기계
많은 사람들이 프로그래밍 의 진실 기계 가 무엇인지 알고 있습니다. 그러나 우리가 일을 시작하는 시간입니다. 확장 된 진실 기계를 소개합니다! 확장 된 진리 머신은 정수 n와 비어 있지 않은 문자열 두 가지를 입력으로받습니다 s. s n선택적인 후행 공백으로 시간을 출력 합니다. 그러나와 n같으면 프로그램을 수동으로 중지 할 때까지 0출력해야합니다 s. …

13
역 순열 인덱스
소개 n 개의 요소 를 가진리스트의 사전 식 순열은 0에서 n 까지 번호가 매겨 질 수 있습니다 ! -1. 예를 들어, 3! = 6 순열 (1,2,3)것 (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), (3,2,1). 순열이 목록에 적용되면 해당 요소는 순열의 숫자와 동일한 순서로 정렬됩니다. 예를 들어 순열 (2,3,1)을 l = (a,b,c)yields에 적용합니다 …
17 code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

1
scanf보다 C에서 여러 정수를 읽는 더 좋은 방법
골프 도전에서 C에서 4 개의 정수를 읽으려고하는데 해결 해야하는 코드의 길이에 신경 쓰입니다. scanf("%d%d%d%d",&w,&x,&y,&z) 그것은 29 자이며, 총 코드 크기가 101 자라는 것을 고려하면 엄청납니다. 실제로 필요하지 않기 때문에 첫 번째 int를 제거 할 수 있으므로이 코드를 얻습니다. scanf("%*d%d%d%d",&x,&y,&z) 27 자이지만 여전히 길다. 그래서 내 질문은, 내가 모르는 정수를 읽을 …
17 code-golf  tips 

3
파이썬에서 사용자 입력을 얻는 더 짧은 방법이 있습니까?
이것은 도전이 아닙니다. 파이썬 (2 또는 3)에서 19 바이트 미만의 두 개의 개별 변수에 사용자 입력을 얻는 것이 가능한지 궁금합니다. 이것들은 내가 얻을 수있는 가장 짧은 것입니다 : a,b=input(),input() a=input();b=input() (newline replaced with semicolon for readability) i=input;a,b=i(),i() 이 작업을 수행하는 더 짧은 방법이 있습니까?
17 code-golf  tips  python 

7
골프를위한 팁
K는 Arthur Whitney가 설계 한 APL 제품군의 프로그래밍 언어입니다. 공식 통역사는 비공개 소스이며 상용이지만 Kx Systems 웹 사이트 에서 32 비트 주소 지정 공간 (코드 골프에 문제가되지 않아야 함)의 시험판 버전을 찾을 수 있습니다 . kdb + 데이터베이스의 일부로 번들 된이 버전을 구어 적으로 "K4"라고합니다. K3을 기반으로하는 Kona 및 K5를 …
17 code-golf  tips  k 

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

4
pointfree에 튜플 추가
함수를 표현할 수있는 가장 짧은 방법은 무엇입니까 f(a,b)(c,d)=(a+c,b+d) 포인트 프리 표기법으로? pointfree.io 는 우리에게 제공 uncurry (flip flip snd . (ap .) . flip flip fst . ((.) .) . (. (+)) . flip . (((.) . (,)) .) . (+)) 약간의 작업으로 단축 할 수 있습니다 uncurry$(`flip`snd).((<*>).).(`flip`fst).((.).).(.(+)).flip.(((.).(,)).).(+) 76 바이트 …

5
골프 언어로 저장하기위한 팁
나는 골프 언어를 쓰고 있습니다. 코드 골프 언어로 저장하기 위해 변수, 스택, 테이프, 레지스터 등을 제안합니까? 암시 적 입력은 어떻습니까? 대략적인 정의 : 변수는 단순히 값에 할당되고, 나중에 그 이름으로 검색 할 수있는 이름 (골프 언어 긴 일반적으로 하나 개의 문자)입니다. 레지스터는 변수처럼,하지만 자신의 (일반적으로 단일 바이트)가 / 설정 값을 …

1
Starry에서의 골프 팁
Starry 에서 골프를 할 때 어떤 일반적인 팁 이 있습니까? 코드 골프 문제에 적용 할 수 있고 Starry와 관련이있는 아이디어를 찾고 있습니다 (예 : "댓글 제거"는 답이 아닙니다). 답변 당 하나의 팁을 게시하십시오.
16 code-golf  tips  starry 

7
프롤로그 골프를위한 팁
프롤로그 골프에 대한 일반적인 팁은 무엇입니까? 저는 일반적으로 프롤로그에 다소 특정한 코드 골프 문제에 적용될 수있는 아이디어를 찾고 있습니다 (예 : 하나의 문자 변수는 프로그램의 크기를 줄이기 위해 프롤로그에만 국한되지 않습니다). Prolog 구현에 고유 한 경우 팁에 표시하십시오 (예 : SWI-Prolog 특정 내장) 답변 당 하나의 팁 또는 동일한 기본 …
16 code-golf  tips 

3
Python Import로 골프하기
파이썬에서 인라인, 단일 사용 가져 오기를 사용하는 것이 언제 유익합니까? 예를 들면 다음과 같습니다. __import__("x").doSomething() 위가 아래보다 짧습니까? import x x.doSomething() 또는 from x import* doSomething()
16 code-golf  tips  python 

6
골프를위한 팁에 Perl 6
Perl 6에서 골프를 할 때 어떤 일반적인 팁이 있습니까? 저는 Perl 6에 특정한 코드 골프 문제에 적용될 수있는 아이디어를 찾고 있습니다 (예 : "댓글 제거"는 답이 아닙니다). 답변 당 하나의 팁을 게시하십시오. Perl 6은 Perl 5가 아니므로이 질문은 중복되지 않습니다. Perl 5 골프에 대한 대부분의 팁은 Perl 6에는 적용되지 않습니다.
16 code-golf  tips 

10
Clojure에서의 골프 팁
Clojure를 사용한 코드 골프에 대한 팁은 무엇입니까? 이 질문의 목적은 Clojure에 특화된 기술 목록을 수집하여 일반적인 코드 골프 문제에서 사용할 수 있습니다.
16 code-golf  tips  lisp 

20
숫자를 분해하십시오!
당신의 임무는 아래 형식을 사용하여 숫자를 분해하는 것입니다. 이것은 기본 변환과 유사, 대신을 나열하는 것을 제외시켰다 digits기본에, 당신은 목록 values목록 입력까지 추가하도록. 주어진베이스 인 경우 n, 다음 목록의 각 수의 형식이어야합니다 k*(n**m), 0<=k<n그리고 m목록에서 고유합니다. 명세서 합리적인 입 / 출력 형식 프로그램 / 기능은 2 개의 입력을 받아서 목록을 출력합니다. …
16 code-golf  number  sequence  number-theory  base-conversion  code-golf  bitwise  hashing  code-golf  string  ascii-art  whitespace  code-golf  math  code-golf  code-golf  image-processing  counting  code-golf  math  arithmetic  checksum  code-golf  code-golf  math  arithmetic  number-theory  code-golf  array-manipulation  random  code-golf  string  code-golf  math  ascii-art  base-conversion  code-golf  graphical-output  geometry  3d  code-golf  math  linear-algebra  matrix  code-golf  math  number  sequence  code-golf  array-manipulation  code-golf  math  matrix  linear-algebra  code-golf  number  sequence  counting  code-golf  string  code-golf  string  restricted-source  quine  sorting  code-golf  string  geometry  code-golf  string  code-golf  networking  code-golf  base-conversion  code-golf  math  matrix  code-golf  arithmetic  linear-algebra  matrix  code-golf  number  arithmetic  grid  code-golf  number  source-layout  code-golf  string  bitwise  checksum  code-golf  array-manipulation  code-golf  string  probability-theory  code-golf  tips  code-golf  sequence  code-golf  string  math  sequence  calculus  code-golf  string  palindrome  bioinformatics  code-golf  math  combinatorics  counting  permutations  code-golf  parsing  logic-gates  code-golf  arithmetic  number-theory  combinatorics  code-golf  math  sequence  polynomials  integer  code-golf  string  ascii-art  chess  code-golf  string  code-golf  number  code-golf  string  ascii-art  parsing  code-golf  code-golf  number  natural-language  conversion  code-golf  arithmetic  code-golf  string  code-golf  ascii-art  decision-problem 

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