leetcode-potd

2762. Continuous Subarrays

leetcode-potd

You are given a 0-indexed integer array nums. A subarray of nums is called continuous if: Let i, i + 1, …, jbe the indices in the subarray. Then, for

2337. Move Pieces to Obtain a String

leetcode-potd

You are given two strings start and target, both of length n. Each string consists only of the characters ‘L’, ‘R’, and ‘_’ where: The characters ‘L’ and ‘R’ represent pieces, where a piece ‘L’ can

Scroll to Top