寫正確函數須要注意的地方:最長遞減子序列

int longest=0; void LongestSubSeq(int* arr, int count, bool* assis, int curindx, int lastnum, int length) { if(curindx==count) { if(longest<length) { longest=length; for(int i=0;i<count;++
相關文章
相關標籤/搜索