mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
refactor(docs): migrate documentation to Blume and restructure content
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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:
|
||||
Reference in New Issue
Block a user