摘要:
A binary heap is a heap data structure created using a binary tree. binary tree has two rules - Implementation: Use array to store the data. Star 阅读全文
posted @ 2016-06-30 00:09
流白
阅读(561)
评论(0)
推荐(0)
摘要:
https://leetcode.com/problems/integer-break/ Given a positive integer n, break it into the sum of at least two positive integers and maximize the prod 阅读全文
posted @ 2016-06-30 00:03
流白
阅读(155)
评论(0)
推荐(0)