InterviewSolution
Saved Bookmarks
| 1. |
You have 3 dice each having 6 faces. What is the number of permutations that can be obtained when you roll the 3 dice together?(a) 27(b) 36(c) 216(d) 81This question was addressed to me in an online quiz.This key question is from Dice Throw Problem in division Dynamic Programming of Data Structures & Algorithms II |
|
Answer» The correct answer is (c) 216 |
|