Entities Mentioned



  1. Cédric posted a nice puzzle on his blog:

    [W]rite a counter function that counts from 1 to max
    but only returns numbers whose digits don't repeat.

    Bob tweeted
    about a minimal solution in
    terms of execution time, although (like the guy in the cartoon)
    I still like my Haskell version of the sequence (up to some details
    with use of Data.Int.Int64 and typing the enumeration):

    f k = [ n | n

    And the function to compute the maximum gap:


    drop_tail k = reverse . (drop k) . reverse
    by_pairs u = ... (Read Full Article)

    Related Articles

Login to comment.

 
Home All Articles Entities Quotes Comments Login Register Powered by HiveFire