A.队列(queue)
B.图(graph)
C.向量(vector)
D.散列表(hashtable)
A.顺序表(Sequentiallist)
B.数组(array)
C.双链表(doublylinkedlist)
D.队列(queue)
A.组成算法的指令可以有限也可能无限。Instructionswhichcompositealgorithmscanbeinfiniteorfinite
B.算法的有穷性指算法必须在有限步骤内结束。Thefinitenatureofalgorithmsmeansalgorithmmustbecompletedwithinalimitedstep.
C.算法保证计算结果的正确性。Algorithmwillensurethecorrectnessofthecalculationresults.
D.算法描述中下一步执行的步骤不确定。Thenextstepintheimplementationofthealgorithmdescribedisuncertain.
A.函数f(n)是O(g(n)),当常数a足够大时,一定有函数g(n)是O(af(n))【iff(n)是O(g(n)),Whenconstantaisbigenough,theremustbeg(n)isO(af(n))】
B.如果函数f(n)是O(g(n)),g(n)是O(h(n)),那么f(n)是O(h(n))【iff(n)isO(g(n)),g(n)isO(h(n)),thenf(n)isO(h(n))】
C.如果函数f(n)是O(g(n)),g(n)是O(h(n)),那么f(n)+g(n)是O(h(n))【iff(n)isO(g(n)),g(n)isO(h(n)),sof(n)+g(n)isO(h(n))】
D.如果a>b>1,是,但不一定是【ifa>b>1,is,maynotbe】
A.
B.
C.
D.
数据结构与算法
北京大学
军职在线答案
大学网课