dsa-interview-challenges
dsa-interview-challenges copied to clipboard
In correct code for Kth Largest Element in an Array medium question
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to 'Medium questions'
- Click on '....'
- Scroll down to 'Kth Largest Element in an Array medium question'
- 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
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.