15
Konsole
5y

I am the TA for Programming course for freshers.
Received this doubt today

Comments
  • 7
    "You print a 4d cube with values in places of integer point coordinates."
  • 4
    Iterate through the indices i,j (n²) and for that print matrix for A[i][j]?
  • 1
    @gitlog wimp
    Obviously you need to make a functor to lift a to_string function into the 4D matrix and then find a catamorphism to a string which you print out 💁🏾‍♂️
  • 1
    @R2-D2 LoL?!

    You student at IIITS?
  • 0
    It fucking depends.

    The most common method:
    [1,2,3,4]
    [5,6,7,8]
    [1,2,3,6]
    [9,0,5,1]
  • 0
    @Gregozor2121 That's not a 4d matrix...
    Am I missing something
Add Comment