Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Create Write Priority Queue Using Heap.java #239

Closed
wants to merge 1 commit into from

Conversation

jyotidhatarwal
Copy link

Write Priority Queue Using Heap in java

Sample Input:
add 10
add 20
add 30
add 40
peek
add 50
peek
remove
peek
remove
peek
remove
peek
remove
peek
quit

Sample output:
10
10
10
20
20
30
30
40
40
50

Write Priority Queue Using Heap in java

Sample Input:
add 10
add 20
add 30
add 40
peek
add 50
peek
remove
peek
remove
peek
remove
peek
remove
peek
quit

Sample output:
10
10
10
20
20
30
30
40
40
50
Copy link
Collaborator

@internall internall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2

@jyotidhatarwal
Copy link
Author

#2

Hey what changes do you need because this code works fine on my system

@internall
Copy link
Collaborator

#2

Hey what changes do you need because this code works fine on my system

Hello sir, you have to change directory, as written here #2

@internall
Copy link
Collaborator

Closing PR for #243.

@internall internall closed this Oct 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants