Analysis of the binary Euclidean algorithm
暂无分享,去创建一个
The binary Euclidean algorithm finds the GCD of two integers u and v using subtraction, shifting and parity testing. Unlike the classical Euclidean algorithm, no divisions are required. We analyse a continuous model of the binary algorithm, and find the expected number of iterations.
[1] J. Stein. Computational problems associated with Racah algebra , 1967 .
[2] Donald Ervin Knuth,et al. The Art of Computer Programming , 1968 .