Task: There is a collection of input strings and a collection of query strings. For each query string, determine how … Read more
Category: Problem Solving
Left Rotation(Problem Solving: Data-Structures)
Task: A left rotation operation on an array of size n shifts each of the array’s elements 1 unit to the left. Given an integer,d, rotate … Read more
Arrays – DS
Task: An array is a type of data structure that stores elements of the same type in a contiguous block of memory. … Read more