Postingan

Pertemuan 1 - 5, Rangkuman, Rafael Kevin Liman, 2101678775.

Nama: Rafael Kevin Liman NIM  : 201678775 Kelas Lab : LA04  -LEC Pertemuan ke 1 Introduction to Linked List Sub Topics Pointer, Array and Introduction to Data Structure ·         Array Review ·         Pointer Review ·         Types of Data Structures Abstract Data Type Array •         A collection of similar data elements •         These data elements have the same data type (homogenous) •         The elements of the array are stored in consecutive memory locations and are referenced by an index Array index starts from zero Array Declaration & Accessing Array •         One Dimensional Array Declaration: •         int arr[5]; ...