ProblemYou have an infinite number of 4 types of lego blocks of sizes given as (depth x height x width):d h w1 1 11 1 21 1 31 1 4Using these blocks, you want to make a wall of height n and width m. Features of the wall are:- The wall should not have any holes in it.- The wall you build should be one solid structure, so there should not be a straight vertical break across all rows of bricks.- The..