Arrays are one of the most fundamental Data Structures (DS) commonly used by almost all programmers. An array is nothing but a data structure that can store more than one value of the same data type.
By the end of this chapter, we'll understand more about arrays and the following topics:
- Operations with arrays (in Kotlin)
- Dynamic arrays and their operations
- Immutable arrays
- Multidimensional arrays and their operations
- Strings and their related operations