Closed Vrindagupta6828 closed 3 years ago
Hackerrank problem link?
@adityabisoi Here it is: https://www.hackerrank.com/contests/coding-gym-mo0419/challenges/squares-of-a-sorted-array
Hi, can I work on this problem in C++
Hi, I would like to solve this problem in python
This problem comes under which category? Should I commit it to the algorithms section?
hi, I have done the question, which folder should i commit this in ?
Contest Problems/Squares of a Sorted Array/solution.java
@Vrindagupta6828 Unassigning due to inactivity
This program is open for JAVA
@adityabisoi I am soo sorry for the late pr actually was a quite busy in my exams. Please review it
eg: {-2,-1,0,6,9}
output: {0,1,4,36,81}