//
pkg.gl
Category
github.com/szhou12/leetcode-go
leetcode
2856-Minimum-Array-Length-After-Pair-Removals
package
0.0.0-20241220224003-b7cf03a90b2b
Repository:
https://github.com/szhou12/leetcode-go.git
Documentation:
pkg.go.dev
Overview
Dependencies
1
Dependents
0
#
README
2856. Minimum Array Length After Pair Removals
Solution idea
HashMap Frequency + MaxHeap
Resource
Amazon OA | Fruit Crush | LeetCode 2576 | 两道题一个解法