Hacker News new | ask | show | jobs
by jonathanstrange 3528 days ago
I often look up algorithms there, it's a great resource. Unfortunately, you cannot search for parallel algorithms specifically and need to know what you're looking for anyway.

I was wondering whether someone could recommend similar resources (or books) for parallel algorithms. These are still very underrepresented on websites and in books, often just an addition or mentioned in passing by.

Any recommendations?

2 comments

"Algorithm Design: Parallel and Sequential" [0] -- developed at Carnegie Mellon University.

[0] http://www.parallel-algorithms-book.com/

Joseph JaJa's Introduction is still worthwhile if you've never seen it.