«subsequence» 태그된 질문

더 큰 시퀀스 내 시퀀스와 관련된 문제

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 

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

20
페어링 가능한 문자열
문자열을 서브 트레이 로 분할 할 수있는 경우 쌍 을 지정할 수 있습니다. 각 문자열은 연속적으로 두 번 반복되는 문자열입니다. 예를 들어, aabaaababbbaba다음과 같이 페어링 가능합니다. aaba aaba b b ba ba 비어 있지 않은 문자열과 a의 문자열이 주어지면 b쌍을 이룰 수있는 경우 Truthy 값을 출력하고 그렇지 않으면 Falsey 값을 …

3
왼쪽의 네 단계 : 독사. 오른쪽으로 네 걸음 : 절벽. 죽지 마!
소개 독사와 절벽이 3 단이 아닌 2 단 떨어져 있다고 가정 해 봅시다 . o --- Hsss! | ';;' ___ /_\ ___ _ | 불행히도 당신은 가학적인 고문의 포로입니다. 당신은 해야한다 굽이마다 왼쪽 또는 오른쪽 중 하나 조치를 취할. 당신이하지 않으면, 그들은 당신을 즉시 죽인다. 미리 단계를 계획 할 수 …

9
안티 스트링 축소
이 도전에서 당신은 입력으로 알파벳 문자열이 제공됩니다. 우리는 주어진 입력의 "안티 문자열"을 모든 문자의 대소 문자가 반전 된 문자열로 정의 할 것입니다. 예를 들어 AaBbbUy -> aAbBBuY 문자열을 입력으로 사용하고 안티 스트링도 연속 서브 스트링 인 가장 긴 연속 서브 스트링을 검색하는 프로그램을 작성해야합니다. 두 개의 하위 문자열은 겹치지 않아야합니다. …

18
회전 대칭이있는 숫자
정수 주어 출력은 truthy의 그것이 동일한 거꾸로 경우 값이나 (180 ° 회전) falsy 그렇지 값. 0, 1및 8회전 대칭이있다. 6되고 9그 반대도 마찬가지입니다. 확실한 결과를 산출하는 일련의 숫자 : OEIS A000787 0, 1, 8, 11, 69, 88, 96, 101, 111, 181, 609, 619, 689, 808, 818, 888, 906, 916, 986, …
27 code-golf  number  sequence  decision-problem  code-golf  string  parsing  c  code-golf  sorting  integer  code-golf  number  sequence  rational-numbers  graphical-output  atomic-code-golf  assembly  box-256  code-golf  geometry  tips  python  code-golf  number  sequence  arithmetic  number-theory  code-golf  ascii-art  kolmogorov-complexity  geometry  code-golf  graphical-output  code-golf  math  code-golf  grid  cellular-automata  game-of-life  code-golf  string  subsequence  code-golf  arithmetic  rational-numbers  code-golf  tips  dc  code-golf  ascii-art  kolmogorov-complexity  date  code-golf  string  primes  code-golf  string  natural-language  conversion  code-golf  sequence  code-golf  number-theory  primes  base-conversion  code-golf  math  primes  base-conversion  code-golf  ascii-art  fractal  code-golf  matrix  code-golf  math  tips  geometry  python  string  code-challenge  keyboard  code-golf  graphical-output  code-golf  string  code-golf  number  sequence  cops-and-robbers  number  sequence  cops-and-robbers 

28
메타 시퀀스로 만들어 줘
배경 이 도전에서 '메타 시퀀스'는 숫자 자체뿐만 아니라 증가 할뿐만 아니라 증가하는 값의 순서로 증가하는 숫자의 시퀀스로 정의됩니다. 예를 들어, 계층 3 메타 시퀀스는 다음과 같이 시작합니다. 1 2 4 8 15 26 42 64 93 130 176 때문에: 1 2 3 4 5 6 7 8 9 >-| ↓+↑ …

12
중간에 반복없이 반복없이 원래 문자열을 찾으십시오.
때로는 문장을 입력하는 동안 산만 해져 같은 단어를 두 번 연속해서 두 번 입력하는 경우가 있습니다. 다른 사람들이 이것으로 방해받지 않도록 하려면 ,이 문제를 해결하는 프로그램을 작성해야합니다! 태스크 입력 문자열이 주어지면 (귀하의 언어에 중요하다면 줄 바꿈이 포함되지 않은 ASCII 전용 입력이라고 가정 할 수 있습니다.) str중간에 어딘가에 연속적으로 두 번 …

22
재귀 문자열 대체
작업 세 개의 문자열이 주어진 프로그램이나 함수를 작성하면 in의 A, B, C각 인스턴스 가로 반복적으로 대체 되는 출력 문자열이 생성 됩니다 . 재귀 각 단계에서의 모든 비 중첩 경우 교체 반복 대체 수단 에서가 로 대체된다 (왼쪽에서 오른쪽으로 탐욕를 선택) 할 때까지 더 이상 포함된다 .BACBACBA 입출력 I / O에 …
25 code-golf  string  substitution  code-golf  math  code-golf  string  set-theory  code-golf  code-golf  compile-time  code-golf  kolmogorov-complexity  binary  code-golf  sequence  cops-and-robbers  code-golf  subsequence  card-games  code-golf  sequence  primes  code-golf  code-golf  number  graphical-output  music  code-golf  ascii-art  code-golf  string  lambda-calculus  code-golf  string  code-generation  code-golf  unicode  code-golf  math  combinatorics  code-golf  balanced-string  code-golf  sequence  cops-and-robbers  code-golf  sequence  cops-and-robbers  code-challenge  fastest-code  chess  code-golf  math  graphical-output  code-golf  string  hello-world  animation  code-golf  number  arithmetic  code-golf  integer  code-golf  code-golf  combinatorics  code-golf  kolmogorov-complexity  graphical-output  code-golf  string  code-golf  code-golf  game  code-golf  math  combinatorics  code-golf  ascii-art  popularity-contest  random  code-golf  arithmetic  number-theory  integer  code-golf  tips  underload  code-golf  math  sequence  primes  code-golf  math  path-finding  code-golf  ascii-art  primes  code-golf  kolmogorov-complexity  alphabet 


30
"하위 회문"찾기.
문자열의 모든 고유 한 "하위 팔린 드롬" 을 찾는 가장 짧은 코드입니다 . 예. 1 input: "12131331" output: "33", "121", "131", "313", "1331" 예 .2 input: "3333" output: "33", "333", "3333"

25
유예 기간에 대한 편집 횟수 계산
SE에서 게시물을 편집하면 5 분의 유예 기간 내에 추가로 편집 한 내용이 병합됩니다. 게시물을 편집 한 시간 목록이 있으면 유예 기간이 아닌 편집 내용을 계산합니다. 분 단위로 수정한다고 가정 해 보겠습니다 [0,3,4,7,9,10,11,12]. 그 결과 [0,7,12]유예 기간에 나머지가 발생하는 시간이 3 번 수정됩니다 . 0: [3,4] 7: [9,10,11] 12: [] 첫 …

11
계속 증가하는 그래프
고정 된 범위 내에서 숫자의 1 차원 시퀀스를 고려하십시오. [1, 2, 4, 6, 8, 0, 2, 7, 3] in range [0, 10⟩ 계속 증가하는 그래프 * **는이 순서의 모든 점을 왼쪽에서 오른쪽으로 연결하는 선으로 항상 위쪽으로 이동하거나 수평을 유지합니다. 필요한 경우 선은 위에서 아래로 감싸고 다음 지점을 충족시키기 위해 계속해서 …

19
산술 시퀀스 재구성
유한 한 산술 시퀀스가 주어짐중간에서 일부 항이 제거 된 양의 정수로 가 전체 시퀀스를 재구성하십시오. 작업 산술 시퀀스를 고려하십시오. 두 연속 요소의 차이가 동일한 양의 정수 목록입니다. 2 5 8 11 14 17 이제 다음 제약 조건에 따라 하나 이상의 정수가 시퀀스에서 제거되었다고 가정합니다. 제거 된 정수는 시퀀스의 연속 항입니다. …

20
문자열을 하위 문자열로 만들 수 있는지 테스트하십시오!
문자열 s과 배열 / 목록이 제공 l되면 s에서 부품으로 만들 수 있는지 여부를 결정하십시오 l. 예를 들어 문자열이 "Hello, world!"목록이고 목록이 [' world!', 'Hello,']인 경우 프로그램 / 함수는 목록을 배열하여 문자열을 구성 할 수 있으므로 정확한 값을 반환해야합니다. 다음 목록은 또한 정확한 값을 반환합니다 ['l', 'He', 'o, wor', 'd!']. 'l'그가 …

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