You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: home/4_resource_itineraries/2_CN_Data_Structures_and_OOP/5._Data_Structures/3._Auxilary_Data_Structures/1._Priority_Queue_and_Heap/0_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ Created Wednesday 12 February 2020
5
5
6
6
Use of heap:
7
7
- Largest/smallest seen until now in logn time.
8
-
- Kth largest/smallest element
9
-
- First K largest/smallest elements collect
8
+
- Kth largest/smallest element.
9
+
- First K largest/smallest elements collect. For collection, use opposite nature heap.
0 commit comments