HDU ACM-1003

1、如題,HDU ACM-1003最大數問題。鏈接地址:http://acm.hdu.edu.cn/showproblem.php?pid=1003 該題考察的是經典算法分治法,利用分治法求最大子段和。如下圖: AC代碼如下: #include <stdio.h> int getMaxNum(int *pArray, int nStart, int nEnd, int *pStart, int *
相關文章
相關標籤/搜索