Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Veedrac
on Aug 23, 2015
|
parent
|
context
|
favorite
| on:
Hints on Programming Language Design (1973) [pdf]
> If a tree is an unshared value type (eg. there are no references), then a functional tree update is O(n). Using shared references, this is O(n²).
I meant O(n) vs O(log n) of course. Not sure what happened there.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I meant O(n) vs O(log n) of course. Not sure what happened there.