adityabisoi / ds-algo-solutions

A collection of solutions for Hackerrank data structures and algorithm problems in Python
MIT License
47 stars 111 forks source link

Sort a Squared array #59

Closed Vrindagupta6828 closed 3 years ago

Vrindagupta6828 commented 3 years ago

eg: {-2,-1,0,6,9}

output: {0,1,4,36,81}

adityabisoi commented 3 years ago

Hackerrank problem link?

Vrindagupta6828 commented 3 years ago

@adityabisoi Here it is: https://www.hackerrank.com/contests/coding-gym-mo0419/challenges/squares-of-a-sorted-array

itish-agarwal commented 3 years ago

Hi, can I work on this problem in C++

Nivesh-2 commented 3 years ago

Hi, I would like to solve this problem in python

Nivesh-2 commented 3 years ago

This problem comes under which category? Should I commit it to the algorithms section?

pratyush25 commented 3 years ago

hi, I have done the question, which folder should i commit this in ?

adityabisoi commented 3 years ago

Contest Problems/Squares of a Sorted Array/solution.java

adityabisoi commented 3 years ago

@Vrindagupta6828 Unassigning due to inactivity

adityabisoi commented 3 years ago

This program is open for JAVA

Vrindagupta6828 commented 3 years ago

@adityabisoi I am soo sorry for the late pr actually was a quite busy in my exams. Please review it