首页
编程
java
php
前端
首页
编程
java
php
前端
数据结构kmp算法求next数组
为什么int next[]不用加&,不是应该要得到修改完的next数组吗
int next[]相当于int * next,是一个传参
点击展开全文