leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Bug Report for majority-element-ii

Open ishtiaqa1 opened this issue 2 months ago • 1 comments

Bug Report for https://neetcode.io/problems/majority-element-ii

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Image

For this problem it says that the returned array can be in any order, but it says wrong answer when I return [2,5] and the expected is [5,2].

ishtiaqa1 avatar Sep 24 '25 18:09 ishtiaqa1

Could you please share the code?

Srihari2222 avatar Oct 20 '25 18:10 Srihari2222