Files
leetcode/docs/content/coding/two-pointers/index.mdx
T

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: