I know what multidimensional arrays are, but I don’t know why, when, or how to use them. I would really appreciate an in-depth answer on this topic. Thank you.
3/15/2020 6:52:37 PM
Jake Stagg2 Answers
New AnswerSome examples here https://cs.stackexchange.com/ questions/67243/what-are-the-uses-of-multi-dimensional-arrays
You'll be using them a lot for any grid based logic solutions. Tables are a good example. Manipulating images is also done with 2D arrays. You can increase complexity by adding more of them, 3D arrays are also common but after that it becomes very specific - usually used in scientific fields
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message