lin35162

高工

今日你签到了吗?论坛动态

来自 论坛2018-02-01 13:27

sort-list

Sort a linked list in O(n log n) time using constant space complexity.题意实现一……
来自 论坛2018-02-01 13:26

insertion-sort-list

Sort a linked list using insertion sort.题意:利用插入排序的思想实现链表排序;思路:从第二个指针开始,如果前一个指针p小于后一个指针q,则q……
来自 论坛2018-02-01 13:25

binary-tree-postorder-traversa

Given a binary tree, return thepostorder traversal of its nodes' values.For examp……
来自 论坛2018-02-01 13:24

binary-tree-preorder-traversal

Given a binary tree, return the preordertraversal of its nodes' values.For exampl……
来自 论坛2018-02-01 13:23

reorder-list

Given a singly linked list L: L 0→L 1→…→L n-1→L n,reorder it……
来自 论坛2018-02-01 13:23

linked-list-cycle-ii

Given a linked list, return the node where the cycle begins. If there is no cycle, returnn……
来自 论坛2018-01-31 13:13

word-break-ii

Given a string s and a dictionary of words dict, add spaces in s ……
来自 论坛2018-01-31 13:12

word-break

Given a string s and a dictionary of words dict, determine if s c……
来自 论坛2018-01-31 13:11

copy-list-with-random-pointer

A linked list is given such that each node contains an additional random pointer which cou……
来自 论坛2018-01-31 13:10

single-number-ii

Given an array of integers, every element appears three times except for one. Fi……
Copyright ©2000-2015 ELECTRONIC ENGINEERING & PRODUCT WORLD. All rights reserved.
《电子产品世界》杂志社 版权所有 北京东晓国际技术信息咨询有限公司