Viewing profile — gbrgr
gbrgr
HN member- Joined
- Wed, Nov 27, 2019, 11:58 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About gbrgr
No profile information was provided.
Recent public activity
-
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…