Practice the exact questions companies are asking right now.
Problem A — Rotate an array left/right by k You are given an integer array nums of length n and an integer k. 1. Implement rotateLeft(nums, k) that re...