Introduction to Parallel & Distributed Algorithms
filed in Algorithms, Distributed Systems on Aug.27, 2010
Originally algorithms were designed to process a single item at a time in sequential order. However, modern computer hardware is able to process multiple pieces of data at the same time in parallel. This leads to Parallel and Distributed Computing algorithms for solving more complex problems efficiently. I came across an interesting webpage which gives [...]

