代码拉取完成,页面将自动刷新
package lintcode;
/**
* Created by Dell on 2017-08-29.
*/
public class Main {
public static void main(String[] args){
//交叉字符串
// boolean res=new InterLeave().isInterleave("asdfjopufaaf;lasnopfodifa;djfal;sfjdsf","adlkjfoqweijzdkj;ljfeowfjl;djfnd","asdfjopufaaf;lasnopfodadlkjfoqweijzdkj;ljfeowfjl;djfneifa;djfal;sfjdsf");
// System.out.println(res);
//LICS
// int[] arr={5,4,2,1,3};
// int res=new LICS().longestIncreasingContinuousSubsequence(arr);
// System.out.println(res);
//editDistance
// new EditDistance119().minDistance("a","a");
//猜数
// new GuessGame666().getMoneyAmount(4);
//最大可整除子集
// int[] arr={1,2,4};
// new LargestDividibleSubsets603().largestDivisibleSubset(arr);
//背包三
// int[] arr={1,4,9};
// int res=new BackpackIII().backPackII(arr,13);
//完美平方
// int res=new PerfectSquares().numSquares(12);
// System.out.println(res);
//最大乘积
// int[] arr={0,0,3,3,0,-2,3,-2,-1,-1,2,1};
// new MaximumProductSubarray().maxProduct(arr);
System.out.println(Integer.MAX_VALUE);
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。