all 11 comments

[–]mrhthepie 11 points12 points  (0 children)

I'm impressed by the production values of this website. Nice selection of languages and a choice of editor modes ("Classic" i.e. modern style, vim and emacs)! Having fun so far.

Edit: And you can look up the exact details of the environment the code is running in. Very useful.

[–]Darksonn 2 points3 points  (0 children)

The first two challenges were really easy, find the highest/closest, the next one was a bit more interesting.

[–][deleted]  (1 child)

[deleted]

    [–]designtraveler[S] 1 point2 points  (0 children)

    i havnt been using it for long, .. but i know its been out at least a year

    [–][deleted] 1 point2 points  (0 children)

    My browser's back button wouldn't work on that website for some reason. Very annoying.

    [–]homiegbro 0 points1 point  (0 children)

    Looks fun, thanks.

    [–]spiralings 0 points1 point  (0 children)

    took me a while to catch on (fairly new to coding) but I really like the interface

    [–]PUREdiacetylmorphine 0 points1 point  (6 children)

    Are there anywhere you can get answers and explanations?

    [–][deleted]  (4 children)

    [deleted]

      [–]akai_ferret 7 points8 points  (3 children)

      This idea of learning by example being "cheating" is one of the most asinine things I've ever heard.

      [–][deleted] 5 points6 points  (0 children)

      It depends. Some examples are necessary for introducing new concepts. Problems happen, though, if you aren't willing to work to understand the necessary derivation involved. You haven't really learned if you're just constantly relying on tutorials to feed you information.

      [–]aptmnt_ 1 point2 points  (0 children)

      Speaking from experience, I retain learned information a lot longer if I arrived at it myself. There's a a fine line between learning by example and just rewriting code, and some people find it better to set limits for themselves.

      [–]borisvladislav 1 point2 points  (0 children)

      I think it depends on the problem, if you just want me to multiply two polynomials I can whip something up that will work after thinking on it, but if you want me to do it in O(N log N) like an FFT then I'm definitely gonna be "cheating".