{ /*順序表檢索
返回元素位置
int i=
if (!SeqListPoint)
{
printf(
return(
}
while (i
i++;
if (i>=SeqListPoint
else return (i +
}
算法
本算法的主要運算是比較
[
From:http://tw.wingwit.com/Article/program/sjjg/201311/23649.html
{ /*順序表檢索
返回元素位置
int i=
if (!SeqListPoint)
{
printf(
return(
}
while (i
i++;
if (i>=SeqListPoint
else return (i +
}
算法
本算法的主要運算是比較
[