上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: Algorithms: https://leetcode-cn.com/problems/longest-palindromic-substring/ 中心扩展法首先考虑,当然看到有个动态规划,一直很难理解。动态规划要好好研究一番。 Review: https://link.medium.com/r 阅读全文
posted @ 2019-06-17 00:04 zCoderJoy 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Algorithms: https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/ 采用了map的存储,然后移动窗口方式解决此问题,当然看到有个动态规划,一直很难理解。 Review: https: 阅读全文
posted @ 2019-06-09 22:47 zCoderJoy 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Algorithms: https://leetcode-cn.com/problems/subarray-sum-equals-k/comments/ 此问题开始考虑空间换时间,结果完全不用空间,不必分配控件,平方复杂度就可以解决,当然还有更优的线性。 Review: https://martin 阅读全文
posted @ 2019-06-03 00:27 zCoderJoy 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Algorithms: https://leetcode-cn.com/problems/4sum/ 算法是先排序,然后按照一次循环按照三个数和两边逼中,考虑去重。 Review: https://www.infoq.cn/article/qt51vqATE7jf_bpw5ggJ kotlin 新语 阅读全文
posted @ 2019-05-26 22:56 zCoderJoy 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Algorithms: https://leetcode-cn.com/problems/3sum/ 算法是先排序,然后按照两个数和两边逼中,考虑去重。 Review: https://www.infoq.cn/article/D0o4wE24f_fCFKJPZIaS Fuchsia版本,慢慢雏形已 阅读全文
posted @ 2019-05-19 23:37 zCoderJoy 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Algorithms: https://leetcode-cn.com/problems/two-sum/ Review: https://www.infoq.cn/article/EafgGJEtqQTAa_0sP62N Q版本,慢慢雏形已经出来。 Tips: c++11 : 1.nullptr 阅读全文
posted @ 2019-05-12 23:59 zCoderJoy 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 推荐简书夕月风: 前两个主要设计音频建设置流程。 一、https://www.jianshu.com/p/a48fc2c830da 二、https://www.jianshu.com/p/892761d689fc 三、https://www.jianshu.com/p/716b382c32be 阅读全文
posted @ 2018-10-28 11:06 zCoderJoy 阅读(171) 评论(0) 推荐(0) 编辑
摘要: android 录音功能 录音的大致流程,流程图可以在文件下载:mediarecord.vsdx 切换设备。谁去更新播放流,自动选择新的设备?流程? 阅读全文
posted @ 2018-10-21 14:50 zCoderJoy 阅读(338) 评论(0) 推荐(0) 编辑
摘要: MediaProvider 操作。 1. 通过data查询出某个路径ID,然后查询其Parent未此ID的所有文件。 阅读全文
posted @ 2018-05-13 10:50 zCoderJoy 阅读(943) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010746364/article/details/50503586 阅读全文
posted @ 2018-05-02 23:43 zCoderJoy 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页