摘要: A Bipartite Graph is a graph whose vertices can be divided into two independent sets, U and V such that every edge (u, v) either connects a vertex fro 阅读全文
posted @ 2016-01-26 03:13 Hygeia 阅读(608) 评论(0) 推荐(0) 编辑
摘要: Given a linked list where in addition to the next pointer, each node has a child pointer, which may or may not point to a separate list. These child l... 阅读全文
posted @ 2016-01-26 01:16 Hygeia 阅读(294) 评论(0) 推荐(0) 编辑
摘要: In Java, thePriorityQueueclass is implemented as a priority heap. Heap is an important data structure in computer science. For a quick overview of hea... 阅读全文
posted @ 2016-01-26 00:38 Hygeia 阅读(292) 评论(0) 推荐(0) 编辑