摘要:
Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example,Given [100, 4, 200, 1, 3, 2],The longes 阅读全文
2017年10月16日
2017年9月2日
摘要:
https://leetcode.com/problems/median-of-two-sorted-arrays/solution/ http://www.cnblogs.com/yuzhangcmu/p/4138184.html http://blog.csdn.net/gao144015605 阅读全文
摘要:
https://leetcode.com/problems/product-of-array-except-self/description/ 解题思路: http://blog.csdn.net/wzy_1988/article/details/46916179 阅读全文
2016年7月11日
摘要:
1 不定长参数 2 数组初始化 3 变长数组 4 应用于Array、ArrayBuffer的算法 5 数组的mkString 阅读全文
2016年7月8日
摘要:
转自 http://www.cnblogs.com/xbinworld/p/4273506.html?utm_source=tuicool&utm_medium=referral 稀疏矩阵是指矩阵中的元素大部分是0的矩阵,事实上,实际问题中大规模矩阵基本上都是稀疏矩阵,很多稀疏度在90%甚至99%以 阅读全文
2016年6月10日
摘要:
''' ! /usr/bin/env bash trap "exec 1000 & ;exec 1000testfifo rm rf testfifo for ((n=1;n&1000 done start= for ((i=1;i&1000 }& done wait end= echo "time 阅读全文
2016年6月9日
摘要:
这是 @Air君·Saunato·LoFoTo 大神运用3DLUT的作品 这是借用昔年大神 @昔年Olivia 用3DLUT的片片 http://paopaopaojiao.lofter.com/post/291f18_3b27f39 这是一些本人用3DLUT的拙作 最开始,应该是几个月之前看到 @ 阅读全文
2016年6月5日
摘要:
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 https://github.com/geeeeeeeeek/git recipes/wiki http://www.ruanyife 阅读全文
2016年6月4日
摘要:
http://www.ruanyifeng.com/blog/2012/08/how_to_read_diff.html diff是Unix系统的一个很重要的工具程序。 它用来比较两个文本文件的差异,是代码版本管理的基石之一。你在命令行下,输入: $ diff diff就会告诉你,这两个文件有何差异 阅读全文
2016年5月30日
摘要:
# 位置需要导入包```\usepackage{beamerfoils}\usepackage{tikz}\usepackage{pgf}\MyLogo{%%\includegraphics[height=0.15\textwidth]{fig/school.jpg}\pgfputat{\pgfxy 阅读全文