«sorting» 태그된 질문

이 과제는 일부 데이터 집합을 정렬, 정렬 또는 구성하여 해결하기위한 것입니다.

30
이 숫자는 정수 -2입니까?
숫자가 2의 거듭 제곱인지 여부를 결정하는 영리한 방법 이 있습니다. 더 이상 흥미로운 문제는 아니므로 주어진 정수가 -2 의 정수 제곱인지 여부를 결정하십시오 . 예를 들면 다음과 같습니다. -2 => yes: (-2)¹ -1 => no 0 => no 1 => yes: (-2)⁰ 2 => no 3 => no 4 => …

30
살아있는 인간의 가능한 출생 연도 목록
도전 현재 연도로 시작하여 120 년 전에 끝나는 연도 목록을 출력합니다. 모든 살아있는 인간의 출생 연도가이 목록에 포함됩니다. 세부 목록은 내림차순이어야합니다. 배열 및 / 또는 목록을 조작하는 모든 내장 기능이 허용됩니다. 바이트 단위의 최단 코드가 이깁니다. 올해 실행하면 출력은 2016, 2015, ..., 1897, 1896 내년에 실행하면 출력은 2017, 2016, ..., …

22
내추럴 파이 # 0-락
골 입력을받는 프로그램 / 함수를 만들고 임의의 정수 쌍이 소수 N인지 확인 N하고를 반환합니다 sqrt(6 * N / #coprime). TL; DR 이러한 과제는 Pi를 근사화하기 위해 자연과 두뇌 (및 일부 재사용 가능한 리소스) 만 필요한 알고리즘 시뮬레이션입니다. 좀비 종말 중에 Pi가 정말로 필요하다면,이 방법들은 탄약을 낭비 하지 않습니다 ! 앞으로 …
39 code-golf  math  random  pi  approximation  popularity-contest  code-golf  sequence  number-theory  binary  coding-theory  code-golf  math  3d  code-golf  code-golf  math  number  code-golf  kolmogorov-complexity  code-golf  ascii-art  graphical-output  binary-tree  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  array-manipulation  hexadecimal  code-golf  math  number  set-theory  code-golf  math  arithmetic  number-theory  integer  code-golf  string  kolmogorov-complexity  code-golf  math  sequence  arithmetic  decision-problem  code-golf  code-golf  ascii-art  code-golf  array-manipulation  parsing  code-golf  string  ascii-art  kolmogorov-complexity  code-challenge  code-golf  sequence  code-golf  number  array-manipulation  sorting  code-golf  string  function  code-golf  arithmetic  code-golf  math  sequence  number-theory  primes  restricted-source  javascript  code-challenge  polyglot  rosetta-stone  code-golf  code-golf  regular-expression  code-golf  math  code-golf  math  primes  code-golf  ascii-art  kolmogorov-complexity  binary  code-golf  math  sequence  code-golf  sequence  subsequence  code-golf  string  code-golf  parsing  music  code-golf  grid  game  path-finding  board-game  code-golf  string  binary  code-golf  array-manipulation  balanced-string  code-golf  code-golf  algorithm  code-golf  string  number  arithmetic  array-manipulation  code-golf  array-manipulation  binary-tree  tree-traversal  code-golf  code-golf  tips  code-golf  string  base-conversion  code-golf  tips  s.i.l.o.s  code-golf  string  ascii-art  code-golf  code-challenge  code-golf  game 

15
하늘을 봐! 슈퍼 듀퍼 어레이입니다!
Code Review에서 경쟁사 친구들 의이 질문 에서 영감을 얻었습니다 . 정의 슈퍼 어레이는 어레이의 각각의 새로운 요소는 이전의 모든 원소의 합보다 큰 배열이다. {2, 3, 6, 13}슈퍼 배열이기 때문에 3 > 2 6 > 3 + 2 (5) 13 > 6 + 3 + 2 (11) {2, 3, 5, 11}슈퍼 …

30
최대 2 ^ n-1까지의 출력 번호, "정렬"
양의 정수 n 을 입력으로 사용 하고 다음과 같은 순서로 n 비트를 사용하여 만들 수있는 10 진수를 출력합니다 (일부) . 먼저 하나만으로 생성 할 수있는 모든 숫자를 나열 1하고 나머지 0는 이진 표현 (정렬)으로 나열한 다음 두 개의 연속 1 , 나머지 0는 3 연속 으로 생성 할 수있는 모든 …

30
리엔 번호
Champernowne 상수는 무한대 경향이 있는 첫 번째 n숫자 를 연결하여 구성되는 숫자 n입니다. 다음과 같이 보입니다 : 0.123456789101112131415161718192021222324252627282930... 이제 Rien 번호를 설명하겠습니다 . 이것은 Champernowne 상수를 정수로 최소화 한 것으로 생각할 수 있습니다. 첫 번째 숫자가 Ri ( n ) 인 Rien 번호를 참조합니다 . 이것이 공식화 방법입니다.n 첫 번째 …

9
올바른 순서로 사탕을 먹는
사탕을 먹을 때 나는 평범한 평신도보다 더 높은 기준을 따릅니다. "혼합"과 "최종을 위해 최선을 다하는"사이에는 미묘한 균형이 있습니다. 이 도전에서, 당신은 각 문자가 사탕 조각을 나타내는 문자열을 받게됩니다. 다른 문자 (대소 문자 구분)는 다른 유형의 사탕을 나타냅니다. 그런 다음 프로그램은 아래 절차에 따라 올바른 사탕 소비 순서를 결정해야합니다. 이 작업을 …

9
들여 쓰기 기반 정렬
각 문자열 앞에 0 개 이상의 공백 () 문자가 오는 동일한 대소 문자 문자열 (az XOR AZ)의 정렬 된 목록이 제공되면 동일한 목록을 출력하지만 각 들여 쓰기 수준에서 문자열이 정렬됩니다. 다른 부모의 들여 쓰기 깊이는 정렬을 위해 별개의 목록으로 계산됩니다. 예 입력이 다음과 같은 경우 : bdellium fox hound alien …

30
이진수 1의 수로 숫자 정렬
골 함수 또는 프로그램을 작성하여 2 진 표현에있는 1의 수만큼 내림차순으로 정수 배열을 정렬하십시오. 보조 정렬 조건이 필요하지 않습니다. 정렬 된 목록 예 (16 비트 정수 사용) Dec Bin 1's 16375 0011111111110111 13 15342 0011101111101110 11 32425 0111111010101001 10 11746 0010110111100010 8 28436 0000110111110100 8 19944 0100110111101000 8 28943 0000011100011111 …

22
줄을 폭파
문자열이 주어지면 각 대각선을 따라 텍스트가 위아래로 움직이는 삼각형 형태로 인쇄하십시오. 예를 들어, 입력은 다음 "Hello World"을 출력해야합니다. d l r d o l W r d o l o W r d l o l l o W r d e l o l H l o W r …

9
"정렬"알고리즘
스탈린 정렬이라고도하는 "정렬 알고리즘"이 있는데, 목록을 정렬하기 위해 목록에서 요소를 순서대로 정렬 할 때까지 요소를 제거하면됩니다. 예를 들어 목록 [1, 2, 4, 5, 3, 6, 6] 스탈린 정렬을 사용하여 "정렬"된 경우 [1, 2, 4, 5, 6, 6] 순서가 잘못되어 세 개가 제거되었습니다. 이제 목록을 정렬하기 위해 요소를 제거하는 많은 방법이 …

22
등산 등급 정렬
내 첫 번째 코드 골프 게시물, 실수에 대한 사과 ... 문맥 암벽 등반 ( 구체적으로 볼더링 )에서 V / Vermin (미국) 등반 등급은 'VB'(가장 쉬운 등급)에서 시작한 다음 'V0', 'V0 +', 'V1', 'V2', 'V3'으로 이동합니다. , 'V4', 'V5'등 최대 'V17'(가장 어려운 등급). 태스크 등반 성적 목록 / 배열을 입력으로 받아 …

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 

16
이것은 바이트에 대한 일종의 도전입니다.
나는 punny 이름의 생각을 멈춰야한다 당신의 임무는 가능한 한 많은 스 니펫 (입력 및 출력 내장 프로그램), 함수 또는 전체 프로그램을 작성하여 언어의 정수 배열 버전이 오름차순으로 정렬되어 있지만 각 프로그램마다 허용됩니다. 이전 프로그램에서 사용되지 않은 ASCII 문자 (또는 ASCII가 아닌 언어로 직접 지정된 경우 언어 코드 페이지)의 문자를 사용합니다. …

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 

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