Rust Practice Problems

Example: Given two arrays, merge and sort them. Return the resulting array.

Example: Multiply two numbers together, but these numbers can be bigger than the integer limit. Don’t use BigInteger