2015年11月12日
摘要: c++ primer 2 变量和基本类型 阅读全文
posted @ 2015-11-12 16:32 已停更 阅读(402) 评论(0) 推荐(0)
摘要: 题目:Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime c... 阅读全文
posted @ 2015-11-12 13:58 已停更 阅读(145) 评论(0) 推荐(0)
摘要: 题目:Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.解析:这题没兴趣做,抄答案http://blog.csdn.net/jellyyi... 阅读全文
posted @ 2015-11-12 10:29 已停更 阅读(187) 评论(0) 推荐(0)
摘要: 题目:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in... 阅读全文
posted @ 2015-11-12 09:27 已停更 阅读(154) 评论(0) 推荐(0)