Practice coding challenges
5 problems
Given an integer array nums, move all 0's to the end of …
Given a string s, return true if it is a palindrome, or …
Return true if arr strictly increases then strictly decreases.
Return sorted squares of each number.
Return k closest elements to x in ascending order.