mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
---
|
|
title: 'Coding'
|
|
sidebar:
|
|
label: Overview
|
|
icon: arrow-right-circle
|
|
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:
|