Explore tweets tagged as #priorityqueue
LeetCode 451 – Sort Characters by Frequency Used HashMap to count & MaxHeap (PriorityQueue) to sort chars by freq 🔁 Loved how data structures fit together to solve this! 🔥 #LeetCode #PriorityQueue #HashMap #Java #DSA #TechTwitter #100DaysOfCode
0
0
11
Code To find minimum Integer Value in Array using PriorityQueue in Java ✌️
0
0
15
ABC352お疲れさまでした ギリ水復帰あるか? A: X<Z<Y || Y<Z<X B: Si=Tjならansにpush C: 一番上に来るやつだけ全探索+累積和 D: PriorityQueueの使い方ミスって2× [1,K]の順列のインデックスのPriorityQueueを用意して、範囲をずらしながらchmin E: C_iが小さい順にUnion-Find(≒クラスカル法)
1
0
4
Anybody have an interest in performance tuned specialized collections for Dart, e.g. for specific algorithms? Does this make sense to release as its own package, or should it stay inside a grid/graph/pathfinding package? Up to 3x faster PriorityQueue and 5x faster Set/Map
8
1
32
🚀 Day 40/100 #LearnInPublic ✅ Explored Priority Queues ✅ Highest-priority element served first ✅ Implemented with heaps for efficiency ✅ O(log n) insert & extract ✅ Applications: CPU scheduling, Dijkstra, event simulation #Java #DSA #100DaysOfCode #PriorityQueue #Heaps
1
0
1
🚀 Day 421 of Code 🚀 Solved : ✅ 2353. Design a Food Rating System #Day421 #DSA #LeetCode #ProblemSolving #HashMap #Heap #PriorityQueue #CodingPractice #100DaysOfCode
0
0
6
C# "PriorityQueue<string, int>" Data Structure. Belirtilen önceliğe göre, listeden siradaki eleman alınır🌻 https://t.co/NlRZLIDZXQ
0
2
66
Day 114 & 115 of #100DaysOfCode: 💻✨ - 🏗 Implemented Min Heap and Max Heap from scratch. - 🔄 Converted a Min Heap to a Max Heap. - ✅ Checked if an array represents a min-heap. - 🚀 Explored Java's PriorityQueue for both max-heap and min-heap implementations. 🚀 #CodingJourney
3
0
20
✅ Day 117/365 – LeetCode 215 🔁 PriorityQueue 🏗️🔥 🧠 Min-heap size K logic Pop extras → Kth largest stays O(n log k) efficiency #100DaysOfCode #LeetCode #Java #Heap #PriorityQueue #CodingJourney #DSA #ProblemSolving #CodeNewbie #LetsConnect #connect #TechTwitter #Algorithms
1
0
9
🚀 Day 92 of #100DaysOfCoding 🚀 Today, I focused on advanced data structures: ✅ Merge M Sorted Lists using a priority queue and a custom pair function for efficient sorting. ✅ Replace Each Array Element with Its Rank. #Java #PriorityQueue #DataStructures #DSA #100DaysOfCode
2
0
14
Day 176 - #DSA 🚀 Today I explored: • Smallest Range Covering Elements from K Lists • Construct Target Array With Multiple Sums 💡 Improved my skills in heaps, greedy strategies, and efficient array manipulation. #DSA #Heap #PriorityQueue #Coding #LeetCode #Algorithms
0
0
14
Day 85 of learning #dsa #100DaysOfCode #javascript ⚠️Dijkstra's algorithm 🌟The code defines a #PriorityQueue and #WeightedGraph, implements #Dijkstra's algorithm, and finds the shortest path from vertex "A" to "F" in the weighted graph. #buildinpublic #letsconnect
7
2
46
Most libraries which sort default to ascending order. Scala's PriorityQueue does the opposite. Me every time I use PriorityQueue or anything based on it:
1
0
1
✅ Day 63/90— #DSA #grind #consistency #Challenge 🎯Solved: 1️⃣ LeetCode 1642 – Furthest Building You Can Reach (greedy + heap 🧱🪜) 2️⃣ GFG – PriorityQueue Ops (insert, find, delete-max ⚡) #LeetCode #GFG #100DaysOfCode #gfg160 #nationskillup #skillupwithgfg #tech #focus
2
0
15
Felt PriorityQueue's syntax is hard to remember Now i won't forget it again.
1
0
4
🚀 Day 95 of #100DaysOfCoding 🚀 Tackled K Most Frequent Elements using a mix of priority queue and hashmap. The hashmap tracked frequencies, while the priority queue identified the top K frequent elements efficiently. #Java #PriorityQueue #HashMap #DSA #LeetCode #letsconnect
1
0
16
🚀 Day 114 of #180DaysOfCoding 🚀 Today’s challenge was all about mastering tree traversal! 🌳I tackled: ✅ Vertical Order Traversal of Binary Tree (using TreeMap and PriorityQueue) #BinaryTree #PriorityQueue #DataStructures #Java #LeetCode #180DaysOfCoding #100DaysOfCode
0
0
7
🚀 Day 87 of #100DaysOfCoding 🚀 ✅ Kth Largest Element using Priority Queue Leveraging heaps made this problem efficient! Loving how each challenge deepens my understanding. #PriorityQueue #Recursion #Java #DSA #LeetCode #100DaysOfCode #letsconnect
1
0
17