Company: Texas

Difficulty: medium

Problem Statement

API Request Scrambler Print the circular left and right shifts of a string. Input Format String `s`, then integer `n`. Output Format Left shift then right shift, one per line. Notes Shifts are modulo `len(s)`; reconstructed from the source operators.

More Texas OA questionsInterview experiences