2015年7月8日

摘要: Remove Duplicates from Sorted arrays II 阅读全文
posted @ 2015-07-08 21:08 Riden 阅读(114) 评论(0) 推荐(0) 编辑

2015年6月15日

摘要: Remove Duplicates from sorted array 阅读全文
posted @ 2015-06-15 11:30 Riden 阅读(120) 评论(0) 推荐(0) 编辑

2015年6月9日

摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list. 阅读全文
posted @ 2015-06-09 20:19 Riden 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Give 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 numbers such that they add up to the target, where index1 must be less than index2. Please note that your returned answers (both index1 and index2) are not zero-based. 阅读全文
posted @ 2015-06-09 20:18 Riden 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 主要介绍CUDA在windows平台下的安装以及开发环境的配置 阅读全文
posted @ 2015-06-09 20:17 Riden 阅读(210) 评论(0) 推荐(0) 编辑
摘要: CUDA简介 阅读全文
posted @ 2015-06-09 20:16 Riden 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 主要实现堆的插入/删除/打印操作 阅读全文
posted @ 2015-06-09 20:15 Riden 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 主要介绍C++实现给定表达式的判定 阅读全文
posted @ 2015-06-09 20:14 Riden 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 最大对称子序列的C++实现 阅读全文
posted @ 2015-06-09 20:13 Riden 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 一道上机测试题 阅读全文
posted @ 2015-06-09 20:11 Riden 阅读(169) 评论(0) 推荐(0) 编辑

导航