Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/08/03 (1)
넘치게 채우기
[LeetCode] 1460. Make Two Arrays Equal by Reversing Subarrays
https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarrays/description/?envType=daily-question&envId=2024-08-03leetcode - Make Two Arrays Equal by Reversing Subarrays문제 유형 : 정렬문제 난이도 : Easy 문제You are given two integer arrays of equal length target and arr. In one step, you can select any non-empty subarray of arr and reverse it. You are allowed to make any number of steps.Return ..
PS/LeetCode
2024. 8. 3. 10:35