+ 5
C# : Jagged Array Uses
What are the actual uses of a Jagged array? any real-life scenario where we can use it.
2 Antworten
+ 4
Thanks a lot Tibor to explaining Jagged Array in depth with nice example.
+ 2
When the shape of the data is not quite like a spreadsheet (like rectangular, with same amount of columns in each row)
But instead the number of elements can vary across dimensions.
The following code is a good example.
https://code.sololearn.com/c0lBVngq2GAi/?ref=app