下载此文档

数据结构判断题Datastructurejudgement.doc


文档分类:IT计算机 | 页数:约15页 举报非法文档有奖
1/15
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/15 下载此文档
文档列表 文档介绍
数据结构判断题(Data structure judgement)
"Data structure" exercise library three: Judgment
The 1. program is the algorithm, bnot only has sequential storage structure and chain storage structure, but also has index structure and hash structure. ()
in the linear list, the address between the nodes of each chain must not be continuous.()
, if the linear table is inserted and deleted repeatedly, the linear table is more suitable for sequential storage structure.()
if the linear table uses the sequential storage structure, each data element occupies 4 storage units, and the storage address of the twelfth data elements is 144, then the storage address of the first data elements is 101.()
if the linear table of length is n, the sequential storage structure is used, and the n-i+1 elements in the table need to be moved before deleting the I elements of the table.()
The 24. symbol link (P) appears in the expression to indicate the content of the node referred to by P.()
25. will be moved to the P pointer which refers to the node of the next node is executed through P link (P).()
In the process of 26. non empty in a linear list by P to insert a node referred to by Q node is executed sequentially: link (q) -link (P) ; link (P) - Q.()
in the non empty double circular linked list by Q refers to the node to insert a node by P refers to the action as follows: llink (P) - Q, rlink (P) - rlink (q), rlink (q) - P, llink (rlink (q)) - P. 0
if the input sequence of a stack is 1, 2, 3, 4, then 4, 3, 1, 2 cannot be one of the output sequences of the stack.()
delete non empty chain storage structure of the stack (set the stack pointer top) process of an element is executed in sequence: P - top, top - link (P), call RET (P).()
if the queue using linked storage structure, team head pointer and pointer are respectively front and rear, to queue into a data information for the item element is executed in sequence: call GETNODE (P), data (P) - item, rear - P, front -p. 0
The 31. program

数据结构判断题Datastructurejudgement 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数15
  • 收藏数0 收藏
  • 顶次数0
  • 上传人蓝天
  • 文件大小74 KB
  • 时间2022-07-02