Skip to content

Commit b4fa7fe

Browse files
Shivangidubey08abranhe
authored andcommitted
Added time complexity in comments.
1 parent 6178e13 commit b4fa7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-structures/Priority_Queues/kthLargestUsingPriorityQueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ int main() {
4141
cout << kthLargest(arr, n, k) << endl;
4242
}
4343

44-
44+
// Time complexity of this solution is O(nlogn).

0 commit comments

Comments
 (0)