«sequence» 태그된 질문

어떤 종류의 시퀀스와 관련된 문제.

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

21
스택 가능 시퀀스
한 번에 한 덱에서 0에서 9까지 레이블이 붙은 카드를 처리하여 0에서 시작하여 1까지 카운트하는 스택을 만듭니다. 0을 다룰 때 새 스택을 시작하기 위해 테이블에 놓습니다. 다른 카드를 다룰 때는 그 가치가 정확히 1보다 낮은 카드 위에 카드를 쌓아 두십시오. 그러한 카드가 없으면 덱을 쌓을 수 없습니다. 데크가 주어지면 주어진 순서대로 …

9
OEIS 시퀀스 표시
정수 시퀀스의 온라인 백과 사전 (OEIS)는 정수 시퀀스의 온라인 데이터베이스입니다. 거의 280000 개의 수학적 관심 시퀀스가 ​​들어 있습니다. 시퀀스의 예 : 양의 정수 ( A000027 ) 소수 ( A000040 ) 피보나치 수 ( A000045 ) 귀하의 작업은 최대 100 바이트 의 소스 코드를 사용하여 가능한 한 많은 OEIS 시퀀스를 표시하는 …

30
제곱 시퀀스
제곱 시퀀스 x n 의 각 항은 x n-1 을 취하고 제곱 한 다음 처음 네 자리를 제외한 모든 단어를 제거하여 만들어집니다 . 시퀀스는 항상 x 1 = 1111로 시작합니다 . 이것을 제곱하면 1234321이되므로 x 2 = 1234 처음 몇 용어는 다음과 같습니다. 1111 1234 1522 2316 5363 ... 도전 …

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 

13
키보드 친화적 인 숫자 생성
가장 일반적인 컴퓨터 키보드 레이아웃 에는 10 진수 키가 있습니다. 1234567890 글자 키 위를 따라 달려갑니다. 10 진수의 이웃 은 자릿수 키와 숫자 키 (왼쪽 및 오른쪽) (있는 경우)의 자릿수로 설정합니다. 예를 들어, 이웃은 0이고 {0, 9}이웃은 5입니다 {4, 5, 6}. 이제 키보드 친화적 인 숫자 를 양의 정수 (앞의 …

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 

28
요세푸스 문제 (계산)
도전 두 개의 양의 정수 n 과 k 를 인수로 사용하고 각 k 번째 사람을 계산 한 후 n에서 남은 마지막 사람의 수를 반환 하는 함수를 작성하십시오 . 이것은 코드 골프 도전이므로 가장 짧은 코드가 승리합니다. 문제 n 명 ( 1 에서 n 까지의 숫자 )은 원 안에 서 있으며 …

20
스튜이의 순서 : + *-/ + *-/
더하기 +, 곱하기 *, 빼기 -및 나누기 /(정수가 아닌 부동 수)의 네 가지 기본 연산을 사용합니다 . Stewie의 순서 는 다음과 같이 정의됩니다. x = [x(1), x(2)] // Two initial numbers (one indexed) x(3) = x(1) + x(2) x(4) = x(2) * x(3) x(5) = x(3) - x(4) x(6) = …


18
경찰과 강도의 하드 코딩 (경찰)
이것은 경찰과 강도 도전입니다. 강도의 실이 여기 있습니다 . 고려해야 할 흥미로운 질문은 다음과 같습니다. 일련의 숫자가 있다면 어떤 시퀀스에 대해 이야기하기 전에 몇 개의 숫자를 제공해야합니까? 예를 들어 부터 시작하여 양의 정수에 대해 이야기하고 싶다면 라고 말할 수 있지만 실제로 충분합니까?1 , 2 , 3 , …1111 , 2 …

6
도움! 계산기가 오작동합니다!
소개 계산기가 이상하게 작동합니다. 때로는 내가 입력하면가 8표시됩니다 2. 때로는 입력하면 a 6가 표시됩니다 +. 일부 버튼이 섞여 있습니다! 아무도 나를 결정하는 데 도움을 줄 수 있습니까? 도전: 입력 : 올바른 결과 가있는 잘못된 방정식 목록 . 출력 : 교체 된 두 개의 버튼. 예를 들면 다음과 같습니다 . 입력은 …
28 code-golf  number  arithmetic  integer  code-golf  math  number  geometry  code-golf  grid  code-golf  math  number  sequence  primes  code-golf  sequence  kolmogorov-complexity  code-golf  string  ascii-art  alphabet  code-golf  math  sequence  integer  code-golf  number-theory  integer  natural-language  code-golf  date  code-golf  function  code-golf  ascii-art  code-golf  math  number-theory  primes  classification  code-golf  array-manipulation  decision-problem  matrix  code-golf  number  code-golf  code-golf  ascii-art  matrix  code-golf  string  code-golf  sequence  base-conversion  code-golf  code-golf  math  number-theory  combinatorics  integer-partitions  code-golf  integer  binary  base-conversion  code-golf  integer  base-conversion  palindrome  code-golf  code-golf  integer-partitions  code-golf  math  ascii-art  matrix  code-golf  number  sequence  number-theory  matrix  code-golf  interpreter  code-golf  graph-theory  code-golf  ascii-art  decision-problem  code-golf  division  code-golf  array-manipulation  primes  code-golf  string  ascii-art  code-golf  primes  counting  code-golf  matrix  unicode  code-golf  source-layout  code-golf  grammars  code-golf  string  cops-and-robbers  regular-expression  obfuscation  string  code-challenge  cops-and-robbers  regular-expression  code-golf  kolmogorov-complexity  game  card-games  code-golf  kolmogorov-complexity  code-golf  array-manipulation  matrix  code-challenge  cops-and-robbers  code-challenge  decision-problem  cops-and-robbers  code-golf  permutations 

15
pannenkoek가 A 프레스를 계산하는 데 도움
pannenkoek2012 는 A 버튼을 몇 번만 누르면 Super Mario 64 를 완성 하여 마리오가 점프 하는 것을 목표 로합니다. 각 "A 프레스"는 세 부분으로 구성됩니다. 버튼을 누르면 일정 시간 동안 유지 그것을 풀어 위의 이미지가 포함 된 자세한 설명 은 이 비디오 (1:15-3:23) 를 참조하십시오 . (단,이 과제는 반 프레스 …

8
보이지 않지만 공유 숫자는 없습니다!
도전 여기 PPCG에서는 시퀀스가 ​​마음에 듭니다 . 다른 재미도 있습니다. 의 정의하자 a(n)것으로 작은 양의 정수 X모든 같지 않음 a(k)( 0 < k < n)하고, a(n-1)그리고 X어떤 진수를 공유하지 않습니다.a(0) = 0 입력이 주어지면 n > 0, 그런 출력이 a(n)됩니다. 예를 들어, 입력 n = 13, 우리가 가지고 a(13) = …

30
정사각형 피라미드 숫자
A000330-OEIS 태스크 당신의 작업은 간단하고, 인덱스를 지정해, 그 시퀀스를 생성 i, 그 위치의 값 제곱의 합 내지 0개까지 i어디에 i >= 0. 예: Input: 0 Output: 0 (0^2) Input: 4 Output: 30 (0^2 + 1^2 + 2^2 + 3^2 + 4^2) Input: 5 Output: 55 (0^2 + 1^2 + 2^2 …

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