We can learn so many things through mathematics. Classifications in this study are limitless, one of them is algorithm. Algorithm is an interesting field in mathematics that can be classified into several divisions. Based on the implementation, one of the types is based on serial, parallel, or distributed. Related with the work of computer, when computers work in one instruction at a time, the algorithm applied is serial algorithms. It is different with parallel algorithms and distributed algorithms. For parallel algorithm, it takes advantage from the computers whose processors can work at the same time. Meanwhile the distributed algorithms work in several machines that are connected with a network. |