Live data from Hacker News

Viewing profile — gk101

gk101

HN member
Joined
Wed, Nov 12, 2014, 9:44 PM UTC
HN karma
36
Public activity
9 items

About gk101

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #13688024

    [(1, 2, 3), (2, 4, 5)] would result in a graph like this: 1 - 2 - 3 \ 4 - 5 Building the (undirected) graph would take linear time, and once it is built, you can do a simple Depth …

  3. comment
    Comment #12824863

    Yes, however big O notation isn't about which programs run faster, it's about how the runtime of a program changes in response to the input size

  4. comment
    Comment #12824785

    A few comments just in case this a critical part of your program, and if running it faster would help: 1. Using a heap with Dijkstra's algorithm would speed up your program From yo…

  5. story
  6. comment
    Comment #12459476

    In fact he has a course on edx for this: https://www.edx.org/course/street-fighting-math-mitx-6-sfmx

  7. comment
    Comment #10259708

    Yup it's the same dude that ripped it off

  8. story
  9. comment
    Comment #8600490

    The author gave a TED talk about this here: https://www.youtube.com/watch?v=Qy5A8dVYU3k and yes, the default mode of the mind is to wander: http://en.wikipedia.org/wiki/Default_mod…