«factoring» 태그된 질문

이 태그는 팩토링 숫자 및 다항식과 관련된 문제를 설명합니다. Factor 난해 프로그래밍 언어와 관련이 없습니다.

10
주요 요인 친구
정수가 주어지면 N > 1소수 분해가 소수 분해와 같은 자릿수를 갖는 다른 모든 숫자를 출력하십시오 N. 예를 들어이면 N = 117출력은이어야합니다 [279, 939, 993, 3313, 3331]. 117 = 3 × 3 × 13 따라서 가능한 숫자는 1, 3, 3그리고 3우리는이 279 = 3 × 3 × 31 939 = 3 …


9
징벌의 새로운 주요 요인
배경 사람들은 채팅 에서 주요 인수 분해를 이야기 하고 있었고, 우리는 자신이 상환에 대해 이야기하고 있음을 발견했습니다. Repunits 는 repdigits 로 알려진 숫자의 하위 집합으로, 222or 와 같은 반복 숫자만으로 구성되는 숫자 4444444444444444이지만, repunits는으로 만 구성됩니다 1. 첫 몇 repunits 따라서있는 1, 11, 111여기에 참조되는 등 R N 이므로 R …

30
제곱근 찾기
양수 주어진 때 쓰기 코드 xxx 입력으로, 가장 큰 양의 약수로 출력 xxx 이하의 제곱근과 동일 xxx . 즉 가장 큰 찾을에서 그러한를n>0n>0n > 0 ∃m≥n:m⋅n=x∃m≥n:m⋅n=x\exists m\geq n:m\cdot n=x (존재 초과하거나 동일한 되도록 시간 N 이고 X )mmmnnnmmmnnnxxx 예를 들어 입력이 경우 제수는 1 , 2 , 3 , 4 …

30
사라지는 요소
문자열 S과 인덱스 목록이 제공 되면의 결과를 새 값으로 사용하면서의 각 인덱스에서 요소를 제거하여 X수정 S하십시오 .SS 예를 들어 given S = 'codegolf'및 X = [1, 4, 4, 0, 2], 0 1 2 3 4 5 6 7 | c o d e g o l f | Remove 1 …
17 code-golf  string  array-manipulation  code-golf  string  ascii-art  code-golf  number  sequence  pi  code-golf  number  array-manipulation  code-golf  string  ascii-art  code-golf  math  number  game  code-golf  math  sequence  polynomials  recursion  code-golf  math  number  sequence  number-theory  code-golf  permutations  balanced-string  code-golf  string  ascii-art  integer  code-golf  decision-problem  hexagonal-grid  code-golf  ascii-art  kolmogorov-complexity  code-golf  number  code-golf  matrix  binary-matrix  code-golf  math  statistics  code-golf  string  polyglot  code-golf  random  lost  code-golf  date  path-finding  code-golf  string  code-golf  math  number  arithmetic  number-theory  code-golf  tetris  binary-matrix  code-golf  array-manipulation  sorting  code-golf  number  code-golf  array-manipulation  rubiks-cube  cubically  code-golf  grid  optimization  code-golf  math  function  code-golf  string  quine  code-golf  ascii-art  grid  code-golf  decision-problem  grid  simulation  code-golf  math  sequence  code-golf  path-finding  code-golf  ascii-art  grid  simulation  code-golf  number  whitespace  code-golf  sequence  code-golf  sequence  code-golf  sequence  integer  code-golf  math  game  code-golf  internet  stack-exchange-api  code-golf  sequence  code-golf  internet  stack-exchange-api  code-golf  math  factoring  code-challenge  sequence  polyglot  rosetta-stone  code-golf  string  browser  code-golf  date  code-golf  base-conversion  code-challenge  cops-and-robbers  hello-world  code-golf  cops-and-robbers  hello-world 

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

10
오름차순 행렬
"오름차순 행렬"은 정수 (0 포함)의 무한 행렬로, 모든 요소가 해당 행과 열에서 이전에 사용되지 않은 가장 작은 사용 가능한 요소입니다. | 1 2 3 4 5 6 ... --+---------------- 1 | 0 1 2 3 4 5 ... 2 | 1 0 3 2 5 4 ... 3 | 2 …
17 code-golf  math  matrix  programming-puzzle  code-golf  music  code-challenge  programming-puzzle  code-golf  fastest-code  code-golf  number  game  code-golf  combinatorics  code-golf  math  sequence  restricted-complexity  code-golf  number  random  code-golf  array-manipulation  code-golf  math  matrix  code-golf  number  sequence  counting  code-golf  math  number  sequence  popularity-contest  number  sequence  code-golf  music  code-golf  number  code-golf  ascii-art  arithmetic  code-golf  code-golf  number  code-golf  code-challenge  array-manipulation  code-golf  grammars  code-challenge  polyglot  code-golf  game  math  python  programming-puzzle  code-challenge  king-of-the-hill  code-challenge  fastest-code  primes  number-theory  number-theory  primes  fastest-code  factoring  popularity-contest  compile-time  code-golf  math 

7
우리의 분해 큐
이 도전에서 나는 정사각형 행렬의 QR 분해를 찾도록 요청할 것입니다. 행렬의 QR 분해 A는 두 행렬이다 Q 및 R 되도록 A = QR . 특히 우리는 찾고있는 Q 이다 (직교 행렬로 Q T Q = QQ T = I를 여기서 I는 곱셈 신원이고 T는 전치 임) 및 R은 상위의 삼각 …

11
거친 숫자 생성
배경 의 모든 주요 요소가 엄격히 초과 하면 숫자 n를 B대략 으로 설명 할 수 있습니다 .nB 도전 두 개의 양의 정수 B와가 주어지면 k처음 k B거친 숫자를 출력하십시오 . 예 하자 f(B, k)첫 번째가 포함 된 세트 반환하는 함수가 될 k B-rough 번호. > f(1, 10) 1, 2, 3, …

10
주요 요소 인코딩
인코딩 작동 방식 비트 목록이 주어지면 : 프라임 개최 (로 시작 2) 목록을 가지고 입력의 각 비트마다 이전 비트와 동일하면 보유하고있는 소수를 목록에 추가하십시오. 다른 경우 다음 소수를 잡고 목록에 추가하십시오. 목록에있는 모든 숫자의 곱을 반환 첫 번째 비트의 경우 이전 비트가 0 참고 :이 단계는 설명을위한 것으로 사용자가 따를 …

7
진동 평등
on [l, r]에서 시작하여 시간 단위당 하나의 단위 속도로 두 개의 정수 포인트 사이에서 진동하는 객체가 있습니다. 당신은 가정 할 수 있습니다 . 예를 들어 객체가 진동 하면 다음과 같은 결과가 나타납니다.lt=0l < r[3, 6] t=0 -> 3 t=1 -> 4 t=2 -> 5 t=3 -> 6 t=4 -> 5 …
15 code-golf  array-manipulation  decision-problem  code-golf  math  number-theory  palindrome  integer-partitions  code-golf  math  decision-problem  geometry  code-golf  string  random  code-golf  ascii-art  code-golf  kolmogorov-complexity  primes  code-golf  kolmogorov-complexity  code-golf  graphical-output  code-golf  number-theory  primes  integer  factoring  code-golf  sequence  array-manipulation  integer  code-golf  array-manipulation  matrix  code-golf  sequence  binary  code-golf  game  cellular-automata  game-of-life  binary-matrix  code-golf  string  ascii-art  code-golf  random  generation  logic  code-golf  string  code-golf  code-golf  sequence  array-manipulation  random  apl  code-golf  code-golf  sequence  primes  code-golf  math  sequence  integer  code-golf  number  arithmetic  array-manipulation  decision-problem  code-golf  ascii-art  number  code-golf  restricted-source  quine  code-golf  chess  board-game  code-golf  math  sequence  code-golf  number  sequence  kolmogorov-complexity  code-golf  number  sequence  arithmetic  code-golf  math  number  alphabet  code-golf  ascii-art  classification  statistics  apl  code-golf  array-manipulation  matrix  code-golf  string  kolmogorov-complexity  code-golf  sequence  binary  base-conversion  binary-matrix  code-golf  string  classification  code-golf  tips  python  code-golf  combinatorics  binary  subsequence  restricted-time  code-golf  number  number-theory  code-golf  math  number  complex-numbers  code-golf  string  code-golf  string  code-golf  string  random  game  king-of-the-hill  python  code-golf  number  sequence  code-golf  number  sequence  code-golf  code-golf  math  number  array-manipulation  code-golf  array-manipulation  decision-problem  code-golf  string  code-golf  sequence  integer 

13
회문 소인수
회문 주요 문제는 매우 일반적이지만이 질문에 관한 것은 아닙니다. 이 도전에서 숫자는 회문이 될 필요는 없으며 주요 요인입니다. 직무 코드는 단일 양의 정수를 입력으로 사용해야합니다. 그런 다음 연결될 때 해당 정수의 소인수의 순열이 회 문식인지 확인하십시오. 그렇다면 그 중 하나 (연결된 문자열이 아닌 요소 목록)를 출력하십시오. 그렇지 않으면을 출력해야합니다 -1. …

11
출력 고유 계수 입방 형
출력 고유 계수 입방 형 오늘의 과제는 매우 간단합니다. 양의 정수가 주어지면 각 직육면체의 대표 요소를 요인으로 출력합니다. 설명 직육면체의 부피는 3 변의 곱입니다. 예를 들어, 측면 길이이다 정수 측면을 가질 수 4 권의 입방체 [1, 1, 4], [1, 2, 2], [1, 4, 1], [2, 1, 2], [2, 2, 1], …

7
요인의 합 수
양의 정수 n> 1이 주어지면 곱이 n 보다 큰 1보다 큰 정수를 더하여 몇 개의 숫자를 만들 수 있는지 결정하십시오 . 예를 들어, n = 24 인 경우 다음과 같은 방법으로 n 을 제품으로 표현할 수 있습니다. 24 = 24 -> 24 = 24 24 = 12 * 2 -> …

5
소수 자릿수
이것은 실제적인 목적은 없지만 골프를 즐기는 것은 재미있을 수 있습니다. 도전 숫자 감안할 때 N , 각 숫자의 양을 n으로 세고 각 숫자에 1을 더하십시오. n을 소인수 분해합니다 중복 소수를 포함하지 않고 n의 소인수 분해에서 각 숫자의 양을 계산합니다. 1 단계와 3 단계에서 목록의 각 요소를 곱하여 새 목록을 작성하십시오. …

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