TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How slow are functional implementations of quicksort?

1 pointsby MikeTayloralmost 15 years ago

1 comment

fharsalmost 15 years ago
His first example for tail recursion is grossly wrong, it is an almost canonical example for a fuction that is <i>not</i> tail recursive, as the last thing it does is consing somthing with the result of calling itself recursively.