在表长为n的链表中进行线性查找,它的平均查找长度为( )。
A: ASL= +1
B: ASL≈log2(n+1)-1
C: ASL=n
D: ASL=(n+1)/2
A: ASL= +1
B: ASL≈log2(n+1)-1
C: ASL=n
D: ASL=(n+1)/2
举一反三
- 在表长为n的链表中进行线性查找,它的平均查找长度为( )。 未知类型:{'options': ['ASL≈log2(n+1)-1', '', 'ASL=(n+1)/2', 'ASL=n'], 'type': 102}
- 问题:在表长为n的链表中进行线性查找,它的平均查找长度为( )选项: A: n^{2} B: (n+1)/2 C: n D: log2(n+1)-1
- 在表长为n的链表中进行线性查找,它的平均查找长度为( )。 A: n B: n2 C: (n+1)/2 D: log2(n+1)-1
- 在表长为n的链表中进行顺序查找,它的平均查找长度为( )。 A: n/2 B: (n+1)/2 C: n+1 D: 2(n+1)-1
- 在表长为n的链表中进行顺序查找,它的平均查找长度为() A: ASL=n B: ASL=(n+1)/2 C: ASL=√n+1 D: ASL≈log(n+1)-1