«set-partitions» 태그된 질문

세트를 더 작은 분리 세트로 세분화하는 것과 관련된 문제. 여기에는 목록과 같은 순서가 지정된 컬렉션과 간격과 같은 비 이산 세트의 세분이 포함됩니다. 문제는 사용중인 파티션 개념을 신중하게 정의해야합니다.

3
결합 간격 표기법으로 2 세트의 교집합 찾기
결합 간격 표기법으로 2 세트의 교집합 찾기 구간의 합집합으로 기술 된 두 세트의 실수가 주어지면,이 두 세트의 교차점에 대한 설명을 동일한 유형의 구간의 합집합으로 출력하십시오. 입력 집합은 각 간격이 서로 다른 정수로 시작하고 끝나도록 간격의 합집합으로 구성됩니다 (즉, 간격이 측정 값이 0이 아님). 그러나 동일한 세트의 다른 간격은 동일한 정수 …

5
Advent Challenge 6 : 운송 도크 레이블 재 지정!
<< 이전 다음 >> PPCG 커뮤니티 덕분에 산타는 선물을 운송장으로 옮기기 위해 올바른 순서로 선물을 분류했습니다. 불행히도 교통 도크 표지판이 깨져서 모든 선물을 어디에 둘지 모릅니다! 선물은 모두 범위별로 분류되지 않고 그룹화되어있어 산타가 더 나은 아이디어라고 인정했습니다. 이제, 정렬 된 순서로 선물이 주어지면 현재가 올바른 순서로 될 수있는 모든 가능한 …

2
가장 보편적 인 단어
이 질문은 "Thing Explainer" 가 읽기 쉽고 재미 있기 때문에 작성되었습니다 . 문자, 숫자 및 이와 같은 것을 읽고 가져 와서 모든 단어 가이 세트의 일부인 경우 "#%|?반환 True / 1하는 "컴퓨터가하는 일"을 작성하십시오 . 모든 단어가 해당 세트의 일부가 아닌 경우 해당 단어의 일부가 아닌 단어를 리턴하십시오. 이 웹 …
9 code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 

5
리스트의 파티션
에 대한 대답 이 질문은 너무 오래 많이 가장 적은 수의 문자 로 파티셔닝 기능 을 작성해야 합니다 . 입력 예 ['a', 'b', 'c'] 출력 예 [(('a'),('b'),('c')), (('a', 'b'), ('c')), (('a', 'c'), ('b')), (('b', 'c'), ('a')), (('a', 'b', 'c'))] 입력은 목록 / 배열 / 세트 / 문자열 등이 될 수 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.