Skip to content

Commit 8c60384

Browse files
authored
Update PriorityQueue.java
1 parent 80c9c17 commit 8c60384

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PriorityQueue.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

2-
/**
3-
* Class PriorityQueue.java
4-
* A class that represents an implementation of PriorityQueue in java
5-
*/
2+
//*******************************************************
3+
// PriorityQueue.java
4+
// A class that represents an implementation of PriorityQueue in java
5+
// Author: liron mizrahi
6+
//*******************************************************
67
public class PriorityQueue
78
{
89
private int _max;

0 commit comments

Comments
 (0)