当前进度
65/176题 (36.9%)
15、假设给定链表为: 1->3->5->7->nullptr,若调⽤searchValue(head, 5) ,函数返回值为() 。


别灰心,再仔细想想!
💡
真题解析
【答案】A
【考纲知识点】单链表
【解析】5在单链表中存在,因此函数返回1