Skip to main content

6 posts tagged with "algo"

View All Tags

· 2 min read

this time we will try to (satisfactory) solve a coding challenge.

description

write a function that takes in a non-empty array of integers that are sorted in ascending order and returns a new array of the same length with the squares of the original integers also sorted in ascending order.