«tips» 태그된 질문

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

9
줄을 Snakify
거친 문자열은 다음과 같습니다. T AnE eOf ifi ing h s x l A k e r isI amp Sna dSt 당신의 작업 문자열 s과 크기를 n취한 다음 스키닝 된 문자열을 출력하십시오. 입력 ThisIsAnExampleOfaSnakifiedString하고 3위의 예제를 생성 할 것입니다. 사양 s 코드 포인트 33에서 126 사이의 ASCII 문자 만 포함합니다 …
35 code-golf  string  ascii-art  code-golf  code-golf  string  balanced-string  decision-problem  code-golf  string  geometry  grid  code-golf  tips  lisp  code-golf  quine  tips  king-of-the-hill  code-challenge  math  code-golf  string  palindrome  math  fastest-code  code-golf  string  counting  code-golf  code-golf  internet  code-golf  quine  source-layout  hello-world  code-golf  math  number  sequence  arithmetic  code-golf  ascii-art  grid  code-golf  number  grid  code-golf  string  crossword  code-golf  code-golf  ascii-art  grid  counting  code-golf  code-golf  math  sequence  arithmetic  number-theory  code-golf  code-golf  graphical-output  geometry  random  code-golf  ascii-art  grid  counting  code-golf  string  ascii-art  code-challenge  test-battery  code-golf  string  code-golf  ascii-art  kolmogorov-complexity  code-golf  interpreter  code-golf  math  sequence  code-golf  math  primes  set-partitions  code-golf 

17
GolfScript에서의 골프 팁
이 게시물이 아직 존재하지 않습니까? 물론 GolfScript 는 골프 용 으로 만들어 졌으므로 특별한 팁이 필요 없다고 생각할 수도 있습니다. 그러나 GolfScript의 기능을 최대한 활용하려면 분명하지 않은 요령을 배워야합니다. 이 게시물은 그러한 유용한 팁과 요령을 수집하기위한 것입니다. 우선 공식 GolfScript 참조 페이지가 있습니다. 먼저 다음 사항에 익숙해 져야합니다. 지도 시간 …

6
람다 할당을위한 Python 해결 방법
이것은 파이썬에서 골프를하기위한 팁 질문입니다. 파이썬 골프에서는 제출이 람다로 정의 된 함수 인 것이 일반적입니다. 예를 들어 f=lambda x:0**x or x*f(x-1) x 의 계승 을 계산합니다 . 람다 형식에는 두 가지 큰 장점이 있습니다 . 의 보일러 f=lambda x:...또는 lambda x:...댄 짧은 def f(x):...return...또는x=input()...print... 적은 바이트 오버 헤드로 루프를 재귀 …
34 code-golf  tips  python 

24
이 번호는 Loeschian입니까?
양의 정수 k는 다음과 같은 경우 Loeschian 수입니다. k다음과 같이 표현 될 수 i*i + j*j + i*j대한 i, j정수. 예를 들어, 첫 번째 양의 Loeschian 수는 다음과 같습니다. 1( i=1, j=0); 3( i=j=1); 4( i=2, j=0); 7( i=2, j=1); 9( i=-3, j=3); ... 그 참고 i, j주어진가 k고유하지 않습니다. …
33 code-golf  math  number  number-theory  decision-problem  code-golf  kolmogorov-complexity  code-golf  sequence  code-golf  path-finding  chess  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  math  arithmetic  code-golf  code-golf  number  code-golf  geometry  code-golf  math  code-golf  code-golf  kolmogorov-complexity  alphabet  code-golf  regular-expression  hexagonal-grid  king-of-the-hill  path-finding  java  code-golf  string  sorting  code-golf  string  grid  code-challenge  compression  code-golf  random  code-golf  sequence  arithmetic  code-golf  number  grid  tiling  code-golf  tips  code-golf  sequence  number-theory  recursion  code-golf  string  grid  code-golf  math  number  combinatorics  permutations  string  code-challenge  code-golf  sequence  number-theory  subsequence 

12
J에서의 골프 팁
GolfScript 자체가 너무 자주 사용되기 때문에 J에서 골프를 치기위한 편리한 힌트 저장소가 악의 제국과의 싸움에 도움이 될 수 있다고 생각합니다. 이미 간결한 언어를 더 짧게 만들기위한 팁이 있습니까? J를 배우고 자하는 사람들에게는 jsoftware 사이트, 특히 어휘 , Learning J 안내서 및 J for C 프로그래머 안내서가 시작됩니다.
33 code-golf  tips  j 

12
Vim에서의 골프 팁
나는 최근에 vim이 골프, 특히 kolmogorov-complexity에서 어떻게 잘 작동하는지 깨달았습니다 . 또한, 메타 vim 에 따르면 적어도이 사이트의 범위에서 완벽하게 수용 가능한 '프로그래밍 언어'입니다. Vim에서 골프를 할 때 어떤 일반적인 팁이 있습니까? 코드 골프 문제에 적용 할 수 있고 Vim과 관련이있는 아이디어를 찾고 있습니다 (예 : "댓글 제거"는 답이 아닙니다). …
32 code-golf  tips  vim 

7
퀴네 작성을위한 팁
quine는 프로그램의 소스 코드의 동일한 출력을 생성하는 프로그램이다. 이 웹 사이트에서 우리는 일반적으로 적절한 quines 에 대해서만 관심을 갖습니다 (작성 당시 현재 정의는 "출력의 일부는 프로그램의 다른 부분에 의해 인코딩됩니다"). 적절한 quine을 작성하거나 quine와 유사한 속성을 가진 프로그램에 대해 어떤 조언이 있습니까? 평소와 같이 각 팁은 다른 답변으로 작성해야합니다.
30 tips  quine 

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 

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 

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 

14
TeX / LaTeX에서의 골프 팁
사람들이 TeX / LaTeX에서 골프를하기 위해 어떤 팁을 가지고 있습니까? 답변 당 하나의 팁을 게시하십시오. 각 팁은 적어도 TeX / LaTeX에 따라 다릅니다. 컨텍스트 : 나는 이 답변을 보았고 TeX / LaTeX에 대한 팁 질문이 없으므로 이것을 작성하고 있습니다. TikZ에서 골프를 타기위한 더 좁은 질문 팁 과 일부 겹치는 부분이 …
28 code-golf  tips 

13
05AB1E의 골프 팁
Adnan에서 만든 골프 언어 인 05AB1E의 코드 골프에 대한 팁 이 있습니까? ? 팁은 최소한 05AB1E에 대해 구체적이어야합니다. 답변 당 하나의 팁을 게시하십시오.
28 code-golf  tips 

6
골프를위한 언어 선택하기
골프에 적합한 언어를 선택하기위한 팁은 무엇입니까? 언어 선택에 영향을 미치는 요인은 무엇입니까? 다음은 문제 유형의 예입니다. 콘솔 또는 파일 중 I / O 솔루션 이 필요한 문제 파싱 이 필요한 문제 함수 정의 로 솔루션을 작성해야하는 문제 수학 문제 소수 처리 문제 숫자 퍼즐 풀기 수치 법 수행 문자열 처리 …
28 code-golf  tips 

9
APL에서의 골프 팁
최근에 하나의 코드 골프 챌린지를 시작했으며 우승자가 GolfScript (놀랍고 놀랍습니다!) 인 것 같습니다. 흥미로운 것은 GolfScript를 이길 수있는 모든 기회를 가진 또 다른 강력한 경쟁자가 있다는 것입니다. 이름은 APL입니다. 여기 APL로 작성된 많은 답변이 있습니다. 이 언어는 코드 골프에 매우 효율적인 것 같습니다. 따라서 APL 프로그램에 대해 알고있는 코드 골프 …
28 code-golf  tips  apl 

20
x86 / x64 머신 코드에서의 골프 팁
나는 그런 질문이 없다는 것을 알았으므로 여기에 있습니다. 기계 코드에서 골프에 대한 일반적인 팁이 있습니까? 팁이 특정 환경이나 전화 규칙에만 적용되는 경우 답을 지정하십시오. 답변 당 하나의 팁만 입력하십시오 ( 여기 참조 ).

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