首页
编程
java
php
前端
首页
编程
java
php
前端
数据结构中顺序表的遍历中的SeqList<int> st()是什么意思
int a[]={7,2,5,4,9,6,3}
SeqList st(a,7)
这是定义一个顺序表,用a数组进行初始化
点击展开全文