python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Combination of elements of different lists or tuples
I would like to get all the possible combinations between the elements of different lists or arrays. Let's say I have L1 = [A,B] and L2 = [C,D]. If I somehow use itertools.combination for Python to lo...
FedericoAC
Votes: 0
Answers: 1
Math : How many combinations are there with m people and n gifts?
I met a math question. Let's say there are m people and n gifts. A people may receive all n gifts or a (0 <= a < n) gifts or nothing (0 gift). But all the gifts need to gave away. In addition, a...
leo0807
Votes: 0
Answers: 1
Finding feasible combinations in dataframe R / combinatorics
I have the following challenge:
dataframe with 218 observations (rows) and 218 variables (cols).
The values are either TRUE or FALSE.
Now i need to find combinations of variables (cols) that appear (T...
RuddThreeTrees
Votes: 0
Answers: 1
Algorithm - Minimum items required per Set
The user add the items in the cart and I need to give him the best combination of combos (sets) available for the items, so he can get the best possible price. If an item doesn't fit in a combo (set) ...

Henrique
Votes: 0
Answers: 0