15、假设给定链表为: 1->3->5->7->nullptr,若调⽤searchValue(head, 5) ,函数返回值为() 。
别灰心,再试一次!
【答案】A
【考纲知识点】单链表
【解析】5在单链表中存在,因此函数返回1