上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: A gas station has to be built at such a location that the minimum distance between the station and any of the residential housing is as far away as po 阅读全文
posted @ 2021-02-27 12:20 coderJ_ONE 阅读(72) 评论(0) 推荐(0) 编辑
摘要: An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at any 阅读全文
posted @ 2021-02-27 12:07 coderJ_ONE 阅读(63) 评论(0) 推荐(0) 编辑
摘要: Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given s 阅读全文
posted @ 2021-02-27 11:54 coderJ_ONE 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given { 32, 321, 3214, 0229, 87 }, we c 阅读全文
posted @ 2021-02-27 11:46 coderJ_ONE 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where the chosen nu 阅读全文
posted @ 2021-02-25 21:23 coderJ_ONE 阅读(44) 评论(0) 推荐(0) 编辑
摘要: One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions 阅读全文
posted @ 2021-02-25 18:45 coderJ_ONE 阅读(63) 评论(0) 推荐(0) 编辑
摘要: A Cartesian tree is a binary tree constructed from a sequence of distinct numbers. The tree is heap-ordered, and an inorder traversal returns the orig 阅读全文
posted @ 2021-02-20 21:39 coderJ_ONE 阅读(74) 评论(0) 推荐(0) 编辑
摘要: A summit (峰会) is a meeting of heads of state or government. Arranging the rest areas for the summit is not a simple job. The ideal arrangement of one 阅读全文
posted @ 2021-02-20 21:33 coderJ_ONE 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Given a singly linked list L. Let us consider every K nodes as a block (if there are less than K nodes at the end of the list, the rest of the nodes a 阅读全文
posted @ 2021-02-20 21:28 coderJ_ONE 阅读(78) 评论(0) 推荐(0) 编辑
摘要: When your interviewer asks you to write "Hello World" using C, can you do as the following figure shows? Input Specification: Each input file contains 阅读全文
posted @ 2021-02-20 21:26 coderJ_ONE 阅读(78) 评论(2) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页