mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
---
|
|
title: 'Two Pointers'
|
|
sidebar:
|
|
label: Overview
|
|
icon: arrow-right-circle
|
|
badge: Easy
|
|
order: 1
|
|
---
|
|
|
|
## Description
|
|
|
|
Given two integer arrays `nums1` and `nums2`, return the minimum number of operations required to make both arrays equal.
|
|
|
|
You have the following three choices to modify two arrays:
|