一個叫作LIS(最長不降低子序列)的東西

輸入數據: 10 2 8 10 1 5 1 7 8 6 5數組 輸出數據: 4 spa 代碼:.net // Author: Ahalei // Date: 11 1, 2010 // City: Wuhan // Website: www.ahalei.com // Title: LIS (Longest Increasing Subsequence) #include "stdio.h" i
相關文章
相關標籤/搜索