码迷,mamicode.com
首页 > 其他好文 > 详细

[LintCode] Perfect Squares 完全平方数

时间:2016-04-30 12:57:13      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:

 

Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n.

Example
Given n = 12, return 3 because 12 = 4 + 4 + 4
Given n = 13, return 2 because 13 = 4 + 9

 

[LintCode] Perfect Squares 完全平方数

标签:

原文地址:http://www.cnblogs.com/grandyang/p/5448521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!