Given the bidirectional circular linked list L of the leading node, the condition to judge it as an empty table is l-> next==L && l-> prior==L.()
查看答案
The static list is similar to the dynamic list in the insertion and deletion of elements. No element movement is required.()
String commonly used storage methods are: sequence string, heap string, block chain string.()
A sparse matrix Am*n is represented in the form of triplet sequence table. If the subscripts of relevant rows in the triplet are exchanged with the subscripts of columns, and the values of m and n are exchanged, then the transpose operation of Am*n is completed.() (√) 6. Multidimensional arrays can beAm*n is completed.() (√) 6. Multidimensional arrays can be thought of as a special kind of linear table.
The number of leaves in a tree must be equal to the number of leaves in its corresponding binary tree.()