SVijayB / JavaSpace

A collection of all my Java programs
http://www.vijaybalaji.me/JavaSpace/
MIT License
9 stars 25 forks source link

Added Java program to find Kth maximum and minimum element in an array #46

Closed isameeralikhan closed 1 year ago

isameeralikhan commented 1 year ago

Description

Added a Java Program to find Kth Max and Min element in an array using min and max-heaps implemented using priority queues.

Related Issue

This PR closes # Adds a new feature.

Motivation and Context

Adds new feature.

Screenshots (if any)

kthSmallandLarge

Types of changes

Checklist: