Heap¶
Table of Contents¶
- 1086. High Five (Easy) 👑
- 1167. Minimum Cost to Connect Sticks (Medium) 👑
- 1057. Campus Bikes (Medium) 👑
- 358. Rearrange String k Distance Apart (Hard) 👑
1086. High Five¶
-
LeetCode | LeetCode CH (Easy)
-
Tags: array, hash table, sorting, heap priority queue
1167. Minimum Cost to Connect Sticks¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, greedy, heap priority queue
1057. Campus Bikes¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, greedy, sorting
358. Rearrange String k Distance Apart¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: hash table, string, greedy, sorting, heap priority queue, counting