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.()
11. The critical path is in the event node network is ().
A. The longest path from the source to the sink
B. Longest loop
C. The shortest path from the source to the sink
D. Shortest loop