Hacker News new | ask | show | jobs
by quinnftw 3473 days ago
Something to note: you state that BST's have logarithmic time in order successor, but many implementations use threaded binary trees which provide an amortized constant successor operation. Great article though.