abc_begin

导航

2018年1月6日 #

查看linux内核和版本信息

摘要: 一、查看Linux内核版本命令(2种方法): 1、cat /proc/version Linux version 3.10.0_1-0-0-8 (root@xxx) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Thu O 阅读全文

posted @ 2018-01-06 20:09 LastBattle 阅读(8161) 评论(0) 推荐(0) 编辑

56. Two Sum【easy】

摘要: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two n 阅读全文

posted @ 2018-01-06 13:48 LastBattle 阅读(164) 评论(0) 推荐(0) 编辑

Lintcode记录

摘要: 汇总贴 56. Two Sum【easy】 167. Add Two Numbers【easy】 53. Reverse Words in a String【easy】 82. Single Number【easy】 17. Subsets【medium】 18. Subsets II【medium 阅读全文

posted @ 2018-01-06 13:05 LastBattle 阅读(112) 评论(0) 推荐(0) 编辑