Design an algorithm that can lead to enumerating all possibilities without redundancy and give the total number of possibilities that can lead to win this game.

A gamer should take consecutively 4 balls from an urn that contains an infinite number of balls having 4 different colors: White, Red, Green and Yellow. This gamer can win if and only if three of the 4 balls he takes have the same color. Design an algorithm that can lead to the following results: 1.Enumerate all possibilities without redundancy. […]

Design then code in Java (or C or C++) an algorithm that can find the optimal execution of these three programs on these two available computers.

We need to execute in an optimal manner (in the fastest time) 3 programs on two available computers; we assume that these three programs have different sizes expressed in machine code instructions and the two computers have also different computing capacities expressed in machines code instructions per second. 1.Design then code in Java (or C or C++) an algorithm that […]