«binary» 태그된 질문

이진수는 기본 2 수 시스템입니다. 기본 2와 관련된 문제에이 태그를 사용하십시오.

7
한 차원의 유한 타일
이 과제의 목적은 1 차원 조각 모음이 타일링되어 유한 연속 청크를 형성 할 수 있는지 여부를 결정하는 것입니다. 조각은 0과 1의 비어 있지 않은, 유한 순서 인 하나 시작 및 종료가. 몇 가지 가능한 조각이 1, 101, 1111, 1100101. 타일링 은 하나의 인접한 블록이 형성되도록 피스를 배열하는 것을 의미한다. 한 …

30
연속적인 이진 숫자가없는 첫 n 개의 숫자
이 시퀀스에는 다음과 같은 형식의 이진수 숫자의 10 진수 표현이 포함됩니다. 10101...여기서 n 번째 항에는 n 비트가 있습니다. 순서는 숫자의 이진 표현과 소수 표현 사이의 관계를 보여줌으로써 가장 쉽게 설명 할 수 있습니다. 0 -> 0 1 -> 1 10 -> 2 101 -> 5 1010 -> 10 10101 -> …

30
정수의 이진 값에서 가장 긴 1의 시리즈를 계산하십시오.
골 음수가 아닌 정수가 주어지면 해당 정수의 이진 값에서 최대 연속 1의 수의 시작 위치를 반환하는 함수를 만듭니다. 입력이 주어지면을 0반환 0합니다. 숫자에 같은 길이의 여러 줄이있는 경우 마지막 줄의 위치를 ​​반환해야합니다. 입력 정수보다 크 거나 같음 0. 산출 아래에 설명 된대로 계산 된 정수입니다. 규칙 이것은 코드 골프이므로 각 …

30
이진수를 십진수로 변환
이진수를 십진수로 변환 내가 볼 수있는 한, 간단한 이진수를 십진수로 변환하는 도전은 없습니다. 양의 이진 정수를 취하여 십진수 값을 출력하는 프로그램 또는 함수를 작성하십시오. 내장 된 기본 변환 기능을 사용할 수 없습니다. 정수에서 10 진 함수 (예 : 또는 101010로 변하는 함수 )는이 규칙에서 제외되므로 허용됩니다.[1, 0, 1, 0, 1, …

30
2의 거듭 제곱의 합
도전 x여기에 정수 입력 이 주어지면 합이 주어지면 1 <= x <= 2552의 거듭 제곱의 결과를 반환하십시오 x. 예 주어진 입력 : 86 프로그램은 다음을 출력해야합니다 : 64 16 4 2 입력: 240 산출: 128 64 32 16 입력: 1 산출: 1 입력: 64 산출: 64 합계에 특정 2의 거듭 …
31 code-golf  binary  code-golf  sequence  integer  chess  code-golf  number  arithmetic  matrix  code-golf  code-golf  combinatorics  grid  set-partitions  code-golf  array-manipulation  graph-theory  code-golf  number  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  3d  code-challenge  restricted-source  printable-ascii  code-golf  board-game  code-golf  geometry  grid  code-golf  word-puzzle  code-golf  matrix  sorting  code-golf  code-golf  string  decision-problem  code-golf  matrix  cellular-automata  code-golf  decision-problem  code-golf  math  number  arithmetic  restricted-source  code-golf  code-golf  number  integer  matrix  code-golf  date  code-golf  matrix  code-golf  sequence  combinatorics  chemistry  code-golf  array-manipulation  popularity-contest  code-golf  code-golf  natural-language  code-golf  number  integer  sorting  substitution  code-golf  string  number  date  encode  code-golf  decision-problem  code-golf  string  subsequence  code-golf  string  alphabet  code-golf 

30
이진 피보나치
도전 양의 정수 N을 취하고 피보나치 시퀀스의 첫 번째 N 항을 이진수로 계산하여 단일 이진수로 연결 한 다음 해당 숫자를 다시 십진수로 변환 한 다음 십진수를 정수. 예를 들어 1 -> [0] -> 0 to decimal outputs 0 3 -> [0, 1, 1] -> 011 to decimal outputs 3 4 …

6
전신 골프 : Baudot 코드 해독
배경 1870 년 Émile Baudot는 전신용 고정 길이 문자 인코딩 인 Baudot Code를 발명했습니다 . 그는 단지 5 개의 키로 수동 키보드에서 입력 할 수 있도록 코드를 설계했습니다. 두 개는 왼손으로 작동하고 세 개는 오른쪽으로 작동했습니다. 오른쪽 검지, 가운데 및 약지 손가락은 각각 I , II 및 III 키를, 왼쪽 …

20
파로는 배열을 섞는다
파로 셔플은 자주 "셔플"갑판에 마술사가 사용하는 기술입니다. 파로 셔플을 수행하려면 먼저 데크를 2 등반으로 자른 다음 2 반부를 인터리브하십시오. 예를 들어 [1 2 3 4 5 6 7 8] 파로가 섞여있다 [1 5 2 6 3 7 4 8] 이것은 여러 번 반복 될 수 있습니다. 흥미롭게도, 이것을 충분히 반복하면 …
31 code-golf  permutations  card-games  code-golf  graphical-output  random  code-golf  image-processing  color  code-golf  primes  code-golf  math  arithmetic  combinatorics  decision-problem  code-golf  sequence  number-theory  binary  code-golf  number-theory  set-theory  code-golf  hashing  code-golf  game  card-games  code-golf  ascii-art  code-golf  arithmetic  array-manipulation  jelly  code-golf  string  array-manipulation  code-golf  sorting  code-challenge  code-golf  number  date  binary  code-golf  arithmetic  code-golf  math  number  linear-algebra  polynomials  code-golf  ascii-art  code-golf  grid  decision-problem  code-golf  string  combinatorics  code-golf  string  kolmogorov-complexity  arithmetic  date  code-golf  number  data-structures  code-golf  ascii-art  kolmogorov-complexity  code-golf  string  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  array-manipulation 

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 

30
평균 비트 : 평균 도전
정수 N> = 1이 주어지면 0에서 N-1의 정수로 평균 비트 수를 출력하십시오. 사양 출력은 0에서 N-1까지의 각 정수의 이진 표현에서 비트 수의 합계를 N으로 나눈 값으로 계산할 수 있습니다. 이 문맥에서 정수의 이진 표현은 이진수에서 0으로 표시되는 0을 제외하고 선행 0을 갖지 않습니다. 출력은 유효 숫자가 7 자리 이상이어야합니다. 예 …

28
이진을 번갈아 서브 시퀀스로 분해
이것은 HP CodeWars의 최근 경쟁 의 문제 13-비 반복 바이너리 입니다 . 임의의 십진수를 봅시다. 727429805944311 이진 표현을 살펴보십시오. 10100101011001011111110011001011101010110111110111 이제 이진 표현을 숫자 0와 1번갈아가는 하위 시퀀스로 나눕니다 . 1010 010101 10 0101 1 1 1 1 1 10 01 10 0101 1 1010101 101 1 1 1 101 …

30
여러 개의 런이있는 숫자
태스크 이진 표현에 둘 이상의 런이 1하나 이상 분리 되어 포함되도록 숫자 집합을 찾습니다 0. 예를 들어, 길이가 4 비트 인 숫자의 경우 : 0 0000 (no ones) 1 0001 (only one run) 2 0010 (only one run) 3 0011 (only one run) 4 0100 (only one run) 5 0101 …
30 code-golf  binary 

30
정수에서 최상위 비트 지우기
입력 입력은 단일 양의 정수입니다 n 산출 출력의 n최상위 비트가로 설정되어 0있습니다. 테스트 사례 1 -> 0 2 -> 0 10 -> 2 16 -> 0 100 -> 36 267 -> 11 350 -> 94 500 -> 244 예를 들어 : 350바이너리는 101011110입니다. 최상위 비트 (즉, 가장 왼쪽 1비트) 를 …

25
이진 트위스트와 회문 번호
경고 : 이것은 "이봐, 아스키 아트로 케이크를 그려 보자"도전이 아닙니다! 계속 읽으십시오;) 얼마 전 내 생일이었고 지금 33 살입니다. 그래서이 어색한 사회적 전통은 가족과 친구들을 초대하고 케이크에 숫자 같은 양초를 넣고 노래를 부르고 선물을 열어주는 것으로 구성되어 있습니다. 33 -------- 숫자 대신 이진법을 사용하여 표준 양초를 넣을 수 있습니다. 나는 …

25
피즈 버즈 투 텍스트
소개 내가하지 않습니다 특히 소다 버즈 추세가 어디에서 왔는지 알고있다. 그것은 단지 밈 또는 무언가 일지 모르지만 다소 인기가 있습니다. 도전 오늘의 일은 Fizz Buzz를 각각 이진 (0, 1)으로 변환하고이 이진을 텍스트로 변환하는 것입니다. 꽤 표준적인 것들. 어떻게 작동합니까? FizzBuzzBuzzFizzBuzzFizzFizzFizz FizzBuzzBuzzFizzBuzzFizzFizzBuzz는 01101000 01101001로 번역 된 다음 "hi"로 번역됩니다. 제약 입력은 …
29 code-golf  binary 

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