A permutation is an arrangement of objects into a particular order.
0
votes
1answer
28 views
how to use next_permutation
I'm trying to get an arrangement of tic tac toe boards. So I have the following code:
// 5 turns for x if x goes first
std::string moves = "xxxxxoooo";
do {
std::cout << moves << ...
0
votes
0answers
9 views
Number of ways in which students can be arranged in a row during examination
Assume there is a examination hall. Students of computer stream are to be sitted and arranged in only row "B". Let "n" be the number of desks in row "B" .What is the number of ways in which at least ...
2
votes
3answers
69 views
Generating half of all permutations by never generating a permutation and its reverse?
I am looking for an algorithms that computes only half of the possible permutations. For example elements a b c have the following permutations:
a b c
a c b
b a c
b c a
c a b
c b a
When a ...
3
votes
2answers
73 views
More efficient way to get integer permutations?
I can get integer permutations like this:
myInt = 123456789
l = itertools.permutations(str(myInt))
[int(''.join(x)) for x in l]
Is there a more efficient way to get integer permutations in Python, ...
2
votes
2answers
68 views
Java/ Efficient way to find all permutation of lists [duplicate]
I have a list of lists in JAVA: {{1,2},{3,4,5},{6,7,8}}
I try to find all permutations of this list. Meaning, In the result I would get a list with the next: ...
1
vote
1answer
32 views
Java - Finding all possible forms of a word with vowels swapped
Given a word that contains vowels, I am trying to write a method that will discover all possible permutations of this word created by swapping out its vowels.
For instance if the word is "root" the ...
-1
votes
1answer
57 views
Unpredictable counting of number
Say I have a 32-bit integer. Initially I seed this black box with something random/secret.
Each time I call, advance, I get the next number in the sequence but the next number in the sequence isn't ...
0
votes
2answers
46 views
My puzzle about getting a function to return a permutation array
I want to get a method which returns the all the permutations of input string. I have searched the internet and found that most of them are similar to Robert Sedgewick's ...
2
votes
1answer
63 views
How Does This String Permutation Works
Need help understanding the correctness of the second swap call.
/* Function to print permutations of string
This function takes three parameters:
1. String
2. Starting index of the string
...
0
votes
2answers
102 views
Algorithm to apply permutation in constant memory space
I saw this question is an programming interview book, here I'm simplifying the question.
Assume you have an array A of length n, and you have a permutation array P of length n as well. Your method ...
1
vote
2answers
49 views
permuting a data frame by rows and columns
Someone know how can I randomize all the data inside my dataframe?
I mean, I would get a new data frame where data are permuted by rows and by columns, to obtain an aleatory new data frame with the ...
0
votes
2answers
35 views
Permutations and Combinations of rows as per Id having SUM for dissimilar groups As a SQL QUERY
I require a permutations and combinations of rows as per Id having SUM for dissimilar groups:
As a SQL QUERY
CREATE TABLE TestTable2([Id] [int] NULL, [Group] [varchar](50) NULL, [PeriodStart] ...
0
votes
2answers
46 views
looping trouble in Matlab
Suppose a matrix is given say d.
d=[1.32 4.354 6.78 4.56;
4.65 3.23 2.34 8.9;
2.32 7.65 4.98 2.78]
I require to pick values such that no two values chosen are same. Say I want to pick 5 ...
4
votes
4answers
119 views
Generating unique 6 digit code
I'm generating a 6 digit code from the following characters. These will be used to stamp on stickers.
They will be generated in batches of 10k or less (before printing) and I don't envisage there will ...
2
votes
4answers
144 views
How to make equal subsets of integers?
Suppose I have an array as under
array[] = {14,10,20,4}
This array can be divided into to subsets {14,10} and {20,4} since these two have equal sum.
Another example may be
array[] = {5, 5, 15, 5}
...
0
votes
3answers
80 views
Generating all permutations with repetition
How could we generate all possible permutations of n (given) distinct items taken r at a time where any item can be repeated any number of times?
Combinatorics tell me that there will be n^r of ...
1
vote
3answers
83 views
Determining if two strings are a substring of a permutation of another String
So I am trying to figure out if two strings when combined together are a substring of a permutation of another string.
I have what I believe to be a working solution but it is failing some of the ...
0
votes
1answer
34 views
Generating permutations of a 25-th element set, is it possible on the computer?
Is it realistic to implement an algorithm that requires generating all permutations of a 25-th element set on our computer? All the subsets of such as set?
0
votes
1answer
58 views
How do I generate all combinations of integers in java when placement is restricted?
I need to generate permutations over a set of integers.
However the placement of the numbers matter.
In position 0, the range is from 0-2. In position 1, the range is from 0-3. In position 2, the ...
1
vote
1answer
71 views
SPOJ: M3TILE solution explanation
I've been trying to solve this programming problem, but since I can't figure it out, I found a solution online. but I can't really understand why that solution works either ..
the task is to ...
0
votes
0answers
18 views
Most Efficient Way To Solve Permuation
I have one equation as :
(M-1)C(i) + (S-M)C(N-1-i) Where i varies from 1....k-1
How Can this sum can be calculated efficiently ? I tried various methods but was not successful.
0
votes
2answers
57 views
Is there a built-in function in Matlab to determine if a permutation is even or odd?
Variants of this question have been crossposted to Mathematics Stack Exchange and Computational Science Stack Exchange. Additional answers may be found at these other sites.
This question is ...
0
votes
2answers
62 views
GWT permutation count
When I do
<set-property name="user.agent" value="ie9,gecko1_8,safari,opera" />
the compiler does 4 permutations;
But adding :
<set-property name="user.agent" ...
0
votes
1answer
27 views
generating binary numbers of size n as tuples : itertools.product(*[(0, 1)] * n)
I just found this instruction
itertools.product(*[(0, 1)] * n)
posted by PAG.
Can someone explain how it works?
I am trying to find a way of doing permutations without repetition of n tuples ...
-1
votes
3answers
110 views
String permutation using for loops
I have to print all the possible permutations of the given input string.
Using the code below I get aaaa bbb ccc now in next iteration I want to print aaa aab aac. aba aca and so on. Please ...
0
votes
3answers
49 views
how to ckeck a number is between 1 and N
I want to check weather a tab of int[] is a permutation or not , meaning 3 caracteristics :
First, no duplicates
Second, the range of numbers should be between 1 and N(size)
Last, all numbers ...
2
votes
3answers
121 views
PHP Find All (somewhat) Unique Combinations of an Array
I've been looking at PHP array permutation / combination questions all day.. and still can't figure it out :/
If I have an array like:
20 //key being 0
20 //key being 1
22 //key being 2
24 //key ...
-2
votes
0answers
22 views
Listing all possible lists out of two list's values
This is a problem that have bugged for months now.
So I have two lists, each of them containing their own items.
I want to produce new lists from these two, but the "order" of the items must remain ...
2
votes
2answers
124 views
How do I write a recursive algorithm for permutations?
my question concerns a recursive way to output permutations given an input of integers.
Each of the integers represents a set of letters like a phone's keypad.
So the sets would look like:
1: {}
2: ...
2
votes
1answer
42 views
Create specified correlation between variables (by permutation) in R
I am looking for a way to create a specified correlation between 2 variables, regardless of their distribution, given that the ordening is allowed to change. The motivation has to do with Bayesian ...
1
vote
1answer
61 views
Generate all permutations of a list in lexicagraphical order
I am very much a beginner. I am trying to write a program that, given the number of elements (1-9) in the list as a parameter, will then output all permutations of the list in lexicographical order. ...
3
votes
4answers
72 views
Converting the output of itertools.permutations from list of tuples to list of strings
Having some issues with a list after using the itertools permutations function.
from itertools import permutations
def longestWord(letters):
combinations = list(permutations(letters))
for s ...
1
vote
4answers
92 views
C++ Intel TBB and Microsoft PPL, how to use next_permutation in a parallel loop?
I have Visual Studio 2012 with Intel parallel studio 2013 installed, so I have Intel TBB.
Say I have the following piece of code:
const int cardsCount = 12; // will be READ by all threads
// the ...
0
votes
1answer
45 views
how to generate combinations obtained by permuting 2 positions in java
I have this problem, I need to generate from a given permutation not all combinations , but juste those obtained after permuting 2 positions and without repetition . it's called the region of the a ...
2
votes
1answer
142 views
algorithm for generating number combinations without repetition
I checked almost every similar post in here but i couldn't figure out how i can do what i want.
What i am trying is to give an input in a C program, let say number 4, and the program return the ...
2
votes
1answer
111 views
Get all permutations of a slice
I was wondering if there was a way to find all the permutations of an slice filled with characters in Go?
In Python you can use itertools.product with a list or characters or integers, and you can ...
0
votes
0answers
7 views
determine the size of the region of a given permutation
I have this problem, I have a permutation of N=5 elements, say S=12345 , and I defined the region R(S) of this permutation as being all combinations obtained by changing 2 elements of this permutation ...
2
votes
2answers
43 views
Enumeration of distinct events in R
I am searching for an general approach to enumerate the sequence associated with the following problem and deposit the results in a 3 dimensional matrix in R.
I think there must be a combinatorial ...
-2
votes
0answers
16 views
Number of ways to create string with two specific letters [closed]
How many ways can you construct a string four letters (from 26 alphabet characters) that have both the letters j and k in them?
-1
votes
3answers
104 views
Optimized Permutation Code in Java
This is a code that I got from internet.
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
...
-5
votes
7answers
247 views
How can i generate 4 bit binary combination using recursion in C for 0,1?
For this array, trying something like this:
void rollover(int val,int count) {
if(count==0) {
return;
}
printf("%d ",val);
count--;
rollover(val,count);
}
int main() ...
2
votes
4answers
71 views
Python permutation as list comprehension
I've got a list of strings and a permutation. I'm trying to apply the permutation to the list, but I'm trying to keep my code clean and concise. At the moment I have a working solution, and it looks ...
0
votes
3answers
93 views
C++ Permutation with a output length limit and special arguments
I am new to C++ and I am working on a program that will generate a list of all permutations of a string of characters, however I need the ability to limit the length of the output to lets say 5 ...
2
votes
1answer
62 views
Python: How do I get a list of permutations of subsets?
Let's say I have the following list:
L = [1, 2, 3]
I want to get the following output:
[[1], [2],[3]]
[[1], [2, 3]]
[[2], [1, 3]]
[[3], [1, 2]]
Except I'm not even sure if I phrased the question ...
0
votes
1answer
54 views
Placing red,black balls in n places
There are n places and there are unlimited number of black balls and red balls with black balls numbered from 1 to c1 and red balls numbered from 1 to c2.The question is to find the total number of ...
0
votes
1answer
75 views
Permutation without recursion? [closed]
I was trying to use a for loop to replace the recursion that I usually use, but I found it's harder than I thought. Can anyone tell me how to do it? Thanks!
For example, given a vector of 2, 1, 3. ...
1
vote
1answer
62 views
need help understanding fuchs' iterative countdown permutation algorithm
Professor Phillip Fuchs has a very neat algorithm on generating permutation of an array of objects using an pure iterative method (see quickperm.org). There are basically 2 variations, a countdown ...
1
vote
1answer
58 views
Finding and storing combinations
I have a n-digit number composed of 1's only. I want to replace 1's with 0's in all possible combinations and store the combinations in an array.
How do I find all combinations?
I was thinking of ...
1
vote
3answers
96 views
Permuation with repeated letters and consecutive letters not same
I have been trying to solve a question on permutation and haven't really been successful. I want to generate all the permutations of a specified length that start with a letter and end with the ...
0
votes
2answers
68 views
Conditional Lexicographical Permutations
So I have read on algorithms that can generate lexicographical permutations.
Such as: 1-2-3-4-5->1-2-3-5-4->1-2-4-3-5->...->5-4-3-2-1
However I would like to impose some boolean condition where I ...




