Hírek

Given an array, rotate the array to the right by k steps, where k is non-negative.
The array does not rotate correctly when k is greater than the array's length. This causes incorrect output or index errors due to exceeding array bounds. The array should be rotated to the right by k ...