This chapter mainly introduces the related knowledge of arrays and generalized tables. The section of the array, focusing on the way of the matrix compression storage, on this basis, learning the implementation of the matrix transpose, multiplication, and addition operations;
When learning generalized tables, we focus on understanding the depth of generalized tables and replicating generalized tables by recursive thinking.
Contents of this chapter:1. Multidimensional array of data structures 2. Matrix compression Storage (cross linked list, ternary order table, row logic 3. Matrix transpose algorithm and code implementation (ternary order table)4. Matrix multiplication (sequential table of line logical links) and code implementation 5. Matrix addition (based on cross linked list) and C language code implementation 6 implementation of C language code for generalized table and M-tuple polynomial 7 . Length and depth of generalized tables 8. Replication of generalized tables and implementation of C language code
Data structure 22: Arrays and Generalized tables