Chapter 2. Arrays First Step to Grouping Data
Arrays are one of the most fundamental data structure commonly used by almost all programmers. An array is nothing but a data structure which can store more than one value of same data type.
By the end of this chapter, we will understand more about Array and the following topics:
- Operations with arrays (in Kotlin)
- Dynamic arrays and their operations
- Immutable arrays
- Multidimentional arrays and their operations
- Strings and the related operations