Live data from Hacker News

Viewing profile — gbrgr

gbrgr

HN member
Joined
Wed, Nov 27, 2019, 11:58 PM UTC
HN karma
1
Public activity
1 items

About gbrgr

No profile information was provided.

Recent public activity

  1. comment
    Comment #22390769

    A classical example is graph reachability. You'd express reachability via WITH RECURSIVE stating that nodes are reachable if there is a path of arbitrary length between them. (Recu…