BaseMax / BaseMax/YourCombinationsPython
Error Bug
- 主要語言
- Python
- 星號
- 0
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The following code does not work as expected:
```python
# power set
# print("Power set:", list(your_combinations.powerSet()))
# combinations with repetition
# print("Combinations with repetition:", list(your_combinations.combinations(2, True)))
# combinations without repetition
# print("Combinations without repetition:", list(your_combinations.combinations(2)))
# permutations with repetition
# print("Permutations with repetition:", list(your_combinations.permutations(2, True)))
# permutations without repetition
# print("Permutations without repetition:", list(your_combinations.permutations(2)))
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by locating the public API for your_combinations and running the commented powerSet, combinations, and permutations examples with a minimal input. Compare each result with the documented combinatorics behavior; the issue is complete when the failing example or examples produce the expected results.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 20/100