这道题应用到了BIT, binary indexed treelintcode 首先建立BIT,关于BIT, 这里介绍一个YouTube印度大神...
收录了68篇文章 · 45人关注
这道题应用到了BIT, binary indexed treelintcode 首先建立BIT,关于BIT, 这里介绍一个YouTube印度大神...
中等题,lintcode利用并查集来把每个集合的node 给确定起来, 首先建立并查集结构,然后利用connect方法把所有的点都归在各自的大集...
经典区间dp问题 链接 这道题里dp[i][j] 代表归并i 到j 所需要的最小成本, 对于k, 有j> k >= i dp[i][j] = m...
lintcode
拼字游戏这道题其实就是dfs,思路也是挺清晰的,但是实现代码就麻烦些了,最后也是看答案才摸清套路 我的思路基本和答案差不多,首先是利用for l...
Regular Expression Matching题目是要求写出包含 '.' '*'和英文字母的正则表达式匹配方案 lintcode把这题放...
题目 You have a total of 10 * n thousand yuan, hoping to apply for a unive...
Description: Given an array of non-negative integers, you are initially ...
Description: There are two properties in the node student id and scores,...
Description: Given an array of integers, find how many pairs in the arra...
专题公告