Submitted Questions

  • Cut Cube Puzzle

    Let there is a cube of length L . ALL the faces of cube are painted with different colors. This cube is cut into n smaller but identical cubes by minimum possible number of cuts. Write a program to calculate:- (a) Number of pieces has exactly three painted faces. (b) Number of pieces has exactly two painted faces. (c) Number of pieces has exactly one painted face. (d) Number of pieces have exactly...