Final Project on Algorithm Analysis: A Comparative Study of the Brute-Force Algorithm and the Divide-and-Conquer Approach through the Implementation of the Karatsuba Algorithm in Long Integer Multiplication
type command
cd karatsuba
go run main.go
type command
cd karatsuba
go test -bench=.