ShellCodingGH/Integer-multiplication-algorithm
Integer multiplication algorithm - from Algorithm Illuminated Part I Basics. This python program calculates the number of steps of a normal long multiplication process done by a human. Hence this process doesn
Python