Tagged Questions

3
votes
6answers
547 views

Is there a functional algorithm which is faster than an imperative one?

I'm searching for an algorithm (or an argument of such an algorithm) in functional style which is faster than an imperative one. I like functional code because it's expressive and mostly easier to ...