While solving a problem which requires representation in matrix form, one requires close understanding of how to represent multi-dimensional arrays.
I was trying to explore how to go about having a matrix representation in C# and Python.
Tips:
- In Python, use the numpy library.
- In C#, the representation is more tedious.
- Note the difference between the methods GetLength() and GetUpperBound()
References:
Code: