Live data from Hacker News

Viewing profile — feliperibeiro

feliperibeiro

HN member
Joined
Wed, Jul 04, 2012, 9:26 AM UTC
HN karma
10
Public activity
12 items

About feliperibeiro

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #7821624

    I've been doing this sporadically and in my free time, just for fun, so there are a lot of fundamental things that haven't been covered there. :)

  4. comment
    Comment #7821618

    You're right. This is the subtraction-based implementation, the division-based is the original and better one :) https://github.com/felipernb/algorithms.js/commit/e5a04f9ad0...

  5. comment
    Comment #7821536

    Exactly! Also, many JS devs are clueless about CS101 basic things, it's a way to maybe make them a bit interested. From the wiki ( https://github.com/felipernb/algorithms.js/wiki )…

  6. comment
    Comment #7821511

    Still this is an issue with the algorithm, not the implementation. http://en.wikipedia.org/wiki/Euclidean_algorithm

  7. comment
    Comment #7821383

    This is the Euclidean algorithm for GCD, it's naive and simple. But if you see it more carefully, the commit that says "Optimized performance ..." contains just the lines: 34 var t…

  8. story
  9. comment
    Comment #5265281

    This is a complicated issue, but in my opinion the google/facebook style of interview is the one that gives you less false positives, even though it gives tons of false negatives. …

  10. story
  11. story
  12. story