Skip to content

MizanMustakim/Daily-Coding-Problem-no.118

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Daily Coding Problem: Problem #118

This question was asked by Google

Given a sorted list of integers, square the elements and give the output in sorted order.

For example, given [-9, -2, 0, 2, 3], return [0, 4, 4, 9, 81].

Releases

No releases published

Packages

No packages published

Languages