dsa-interview-challenges icon indicating copy to clipboard operation
dsa-interview-challenges copied to clipboard

In correct code for Kth Largest Element in an Array medium question

Open Akshaybagai52 opened this issue 5 months ago • 1 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Medium questions'
  2. Click on '....'
  3. Scroll down to 'Kth Largest Element in an Array medium question'
  4. Check code

Expected behavior Right now code is using MaxPriorityQueue function which will come from external library and we can't use any external library in our interview as well as in leetcode

Screenshots

Image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

Akshaybagai52 avatar May 25 '25 05:05 Akshaybagai52