Explore tweets tagged as #priorityqueue
@DPrakash90053
Diwakar Prakash
4 months
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
@lovesonkar_
Love sonkar
2 years
Code To find minimum Integer Value in Array using PriorityQueue in Java ✌️
0
0
15
@one_hals
hals(はるす)
2 years
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
@MatanLurey
matan is 💙
1 year
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
@THE_RANRAN
鳩でもわかるC#
1 month
殴るならPriorityQueue(優先度付きキュー)で殴ったほうが動作が早いみたいです。 #プログラミング #AtCoder #プログラミング初心者と繋がりたい #首根っこひっ捕まえてでも競技プログラミングの魅力を伝えたい 提出 #70197479 - AtCoder Beginner Contest 212
0
0
0
@ArbaaSaddam
Saddam Arbaa
1 month
🚀 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
@Mohd_Saqib_
Mohd Saqib
2 months
🚀 Day 421 of Code 🚀 Solved : ✅ 2353. Design a Food Rating System #Day421 #DSA #LeetCode #ProblemSolving #HashMap #Heap #PriorityQueue #CodingPractice #100DaysOfCode
0
0
6
@CoderBora
Bora KAŞMER
2 years
C# "PriorityQueue<string, int>" Data Structure. Belirtilen önceliğe göre, listeden siradaki eleman alınır🌻 https://t.co/NlRZLIDZXQ
0
2
66
@KIRAN_RAJ__58
Kiran Raj B
1 year
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
@ilteefatKhan
ILTEEFAT AHMED KHAN
2 months
✅ 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
@Mohd_Saqib_
Mohd Saqib
1 year
🚀 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
@rubayedahmed_
Rubayed Ahmed Foysal
14 days
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
@Mani_xsh
Manish
2 years
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
@dgant
Dan Gant ⚡ Games & Unreal VFX
4 months
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
@samrat21saha
Samrat Saha
3 months
✅ 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
@thebiryanidev
$BIRYANI 🕊️
1 year
Felt PriorityQueue's syntax is hard to remember Now i won't forget it again.
1
0
4
@Mohd_Saqib_
Mohd Saqib
1 year
🚀 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
@Mohd_Saqib_
Mohd Saqib
1 year
🚀 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
@Mohd_Saqib_
Mohd Saqib
1 year
🚀 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