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.()
Find the minimum spanning tree of sparse graph, and it is better to use kruskal algorithm to solve it.()