Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jimmaswell
on June 23, 2013
|
parent
|
context
|
favorite
| on:
A Million Engineers in India Are Struggling to Fin...
void delete_nodes(struct node n) { if (n.next) delete_nodes(n->next); free(n.next); }
like that?
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: