This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 有会这个算法的吗
-whereami(whatever);
2006-4-20
{1527}
(#2918348@0)
-
any performance concern?
-ice(食言而肥);
2006-4-20
(#2918372@0)
-
Seems like dynamic programming
-canadiantire(轮胎-M.I.N.K.);
2006-4-21
(#2918398@0)
-
agree
-yuanzidan(原子弹);
2006-4-21
(#2919160@0)
-
实际上又是一个排列组合的问题
-binghongcha76(一只大猫);
2006-4-21
(#2918717@0)
-
看着很象大学的作业啊.似乎不难啊,既然string digits的顺序不变,就没有排列的问题,单纯组合而已.甚至组合都不用,直接把从 0 到 字符长 - 1 个'+' 插入到不同位置,直到找到 target number. 我想得太简单了?
-leoxxll(leoxxll);
2006-4-21
{171}
(#2918750@0)
-
自己实际的动手编编程序,就知道想得是不是太简单了
-binghongcha76(一只大猫);
2006-4-21
(#2918772@0)
-
恩.道理的确简单,实现随不容易,但至少有思路了.反正闲着.用JAVASCRIPT写写看.呵呵..
-leoxxll(leoxxll);
2006-4-21
(#2918791@0)
-
用JAVASCRIPT写了个测试算法(其实也没什么算法).仅供参考而已.
-leoxxll(leoxxll);
2006-4-21
{1760}
(#2919123@0)
-
有个BUG: 056 会被认为是8进制, 仅供参考而已,所以凑和看吧..:)
-leoxxll(leoxxll);
2006-4-21
(#2919271@0)
-
老师教导过,不CARE COMPLEXITY 叫办法,不叫算法。
-yuanzidan(原子弹);
2006-4-21
(#2919144@0)
-
不考虑算法用递归没多少行
-baalinca(scarb);
2006-4-21
(#2919360@0)
-
TopCoder has this kind of algorithm competitions. You can go there to practise.
-benbenli(大岭);
2006-4-21
(#2920039@0)