冒泡排序: 1. 算法慢,不需要额外空间 2. 示例代码:$arr = [1,3,5,4,2,6,8,5
int m_strstr(const char*dst,const char*sub){ if (dst == NULL || sub == NULL) return NULL; int d_len