Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Squares of a Sorted Array #27

Open
manasmhasakar opened this issue Oct 1, 2020 · 2 comments
Open

Squares of a Sorted Array #27

manasmhasakar opened this issue Oct 1, 2020 · 2 comments
Assignees

Comments

@manasmhasakar
Copy link

Question Link https://leetcode.com/problems/squares-of-a-sorted-array/

Given an array of integers A sorted in non-decreasing order, return an array of the squares of each number, also in sorted non-decreasing order.

Example 1:

Input: [-4,-1,0,3,10]
Output: [0,1,9,16,100]

Would you like to do this issue?
Yes, I would like to do this as a part of Hacktoberfest and also label it.

@dexterpuru
Copy link
Owner

@hazard4king go ahead

@dexterpuru
Copy link
Owner

@hazard4king please also star the repo, it helps in increasing the reach of this repo more open source contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants