[Haskell-beginners] Project Euler #01 on HackerRank, Performance issue
Jean Lopes
hawu.bnu at gmail.com
Wed Jan 28 00:15:03 UTC 2015
Thats actually what I did...
2015-01-27 22:11 GMT-02:00 Lyndon Maydwell <maydwell at gmail.com>:
> I remember that when I had a look at Euler 1 I found that there's a fun
> solution that should run in "constant" time.
>
> You can find the sum of the multiples of 3, add the multiples of 5, and
> then subtract the multiples of 3*5.
>
> Is that the kind of thing you're looking for?
>
> - Lyndon
>
>
> On Wed, Jan 28, 2015 at 10:57 AM, Jean Lopes <hawu.bnu at gmail.com> wrote:
>
>> I'm not really good at math, maybe I am missing something obvious ?
>> Maybe some pointers as of where to start studying math in order to avoid
>> this brute force attempts, at least to help in this particular problem
>>
>> 2015-01-27 21:38 GMT-02:00 Brandon Allbery <allbery.b at gmail.com>:
>>
>>> On Tue, Jan 27, 2015 at 6:29 PM, Jean Lopes <hawu.bnu at gmail.com> wrote:
>>>
>>>> The problem to be solved:
>>>> https://www.hackerrank.com/contests/projecteuler/challenges/euler001
>>>
>>>
>>> It's worth remembering that the Euler problems are all about math
>>> understanding; often they are designed such that brute force solutions will
>>> time out or otherwise fail.
>>>
>>> --
>>> brandon s allbery kf8nh sine nomine
>>> associates
>>> allbery.b at gmail.com
>>> ballbery at sinenomine.net
>>> unix, openafs, kerberos, infrastructure, xmonad
>>> http://sinenomine.net
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> Beginners at haskell.org
>>> http://www.haskell.org/mailman/listinfo/beginners
>>>
>>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20150127/0785ab10/attachment.html>
More information about the Beginners
mailing list