Algorithm Series
Problem:
Given two strings A and B, return true if and only if A can become B after some number of shifts on A.
A shift on A consists of moving the leftmost character of A to the rightmost position.
For example, if A = "abcde", then it will be "bcdea" after one shift.
Description:
I came across this problem on Leetcode (https://leetcode.com/problems/rotate-.... This video is a walkthrough of two approaches to the problem.
Language:
JavaScript
On this page of the site you can watch the video online Rotate String (Leetcode) JavaScript video walkthrough | Algorithm Series with a duration of hours minute second in good quality, which was uploaded by the user Warren Niu 16 August 2021, share the link with friends and acquaintances, this video has already been watched 56 times on youtube and it was liked by 0 viewers. Enjoy your viewing!