
Data Structure&&Algorithm
文章平均质量分 75
石林
2b青年。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Find k closest elements to a given value
Given a sorted array arr[] and a value x, find the k closest elements to x in arr原创 2014-07-18 15:35:57 · 795 阅读 · 0 评论 -
Smallest subarray with sum greater than a given value
Given an array of integers and a number x, find the smallest subarray with sum greater than the given value.原创 2014-07-18 15:40:37 · 943 阅读 · 0 评论 -
Find next greater number with same set of digits
Task: Find next greater number with same set of digits Given a numbe原创 2014-07-18 15:31:33 · 703 阅读 · 0 评论