Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
This topic will describe: The concrete data structures that can be used to store information, the basic forms of memory allocation, the prototypical examples of these: arrays and linked lists, other data structures, finally we will discuss the run-time of queries and operations on arrays and linked lists. | WATER FENGINEERING w Data Structures and Algorithms 2.2 Outline This topic will describe - The concrete data structures that can be used to store information - The basic forms of memory allocation Contiguous Linked Indexed - The prototypical examples of these arrays and linked lists - Other data structures Trees Hybrids Higher-dimensional arrays - Finally we will discuss the run-time of queries and operations on arrays and linked lists WATER FENGINEERING w Data Structures and Algorithms 2.2.1 Memory Allocation Memory allocation can be classified as either - Contiguous - Linked - Indexed Prototypical examples - Contiguous allocation - Linked allocation arrays linked .