随笔分类 -  Linkedlist

linkedlist 置顶
摘要:1. 建立虚拟head node 2. pre. cur 阅读全文

posted @ 2014-11-11 02:06 brave_bo 阅读(240) 评论(0) 推荐(0)

Splitting Linked List
摘要:This is a very good linked list question, as there are tricky cases you have to consider, and getting them all right in one place is harder than it lo... 阅读全文

posted @ 2014-10-12 04:17 brave_bo 阅读(197) 评论(0) 推荐(0)

linkedlist 最难题 Insert into a Cyclic Sorted List
摘要:Given a node from a cyclic linked list which has been sorted, write a function to insert a value into the list such that it remains a cyclic sorted li... 阅读全文

posted @ 2013-09-09 05:38 brave_bo 阅读(355) 评论(0) 推荐(0)

导航