All Questions
4 questions
0
votes
1
answer
1k
views
Gerstner Wave equation from tessendorf paper, mesh penetrates itself
I have been learning to create water waves in a mesh from a paper commonly known as the Tessendorf paper. Which is quite well known.
But those who don't know this is the equations it mentions in the ...
2
votes
2
answers
307
views
How to iterate between these elements
I have an array of elements:
int[] elem = new int[] {A, B, C};
I need to calculate the sum of ALL the combinations of those elements, where only some of the elements can be optionally selected. I ...
-1
votes
1
answer
1k
views
How to selecting Teams with Minimum Difference between Knowledge Levels
For the below challenge from a programming site, I am bit confused.
Problem Statement:
A Professor of Physics gave projects to the students of his class. The students have to form a team of two for ...
0
votes
1
answer
813
views
Find possible variations of one item out of multiple baskets.
I have three baskets of balls and each of them has 10 balls which have the following numbers:
Basket 1: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Basket 2: 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
...