Re: [go-nuts] dynamic programming or something else

2018-05-15 Thread Jan Mercl
On Tue, May 15, 2018 at 2:23 AM Alex Dvoretskiy wrote: > I'm trying to solve a problem. Algorithm is correct, but too slow. Perhaps you can give me some ideas on how to improve running time? Fib() is fun:

[go-nuts] dynamic programming or something else

2018-05-14 Thread Alex Dvoretskiy
Hello Golang Nuts I'm trying to solve a problem. Algorithm is correct, but too slow. Perhaps you can give me some ideas on how to improve running time? https://play.golang.org/p/XsXwT8EHtwC Thanks Alex -- You received this message because you are subscribed to the Google Groups