-
Distributed Algorithms下载
资源介绍
Distributed algorithms are algorithms designed to run on hardware consisting
of many interconnected processors. Pieces of a distributed algorithm run concurrently
and independently, each with only a limited amount of information.
The algorithms are supposed to work correctly, even if the individual processors
and communication channels operate at different speeds and even if some of the
components fail.