Explore tweets tagged as #priorityqueue
Find K closest points to origin. PriorityQueue is data structures commonly used to solve find kth problem. The time complexity is O(nlogn). #facebook#problemsolving#ComputerScience#coding
0
0
1
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
8
#MainnetChecklistCountdown.There is limited time, 80 days left for Quarter 1 phase of Mainnet queue enrollment. #100points #Standardqueue #PriorityQueue #OtaraMainnet
84
54
404
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
48
LeetCode 767 🧩.Solved using HashMap + PriorityQueue to arrange chars so no two adjacent are the same .Tough one but super satisfying! .Learning how to balance character frequencies . #LeetCode #PriorityQueue #HashMap #DSA #100DaysOfCode #TechTwitter #Java
0
0
10
#Leetcode 193: Sort all in O( n log n), . Find me on YouTube: . #MergeSort #HeapSort #PriorityQueue .#Coding #Programming #Connect
2
0
4
Day 250 of #DailyCoding :🎉 Smashed "Lexicographically Minimum String After Removing Stars" on LeetCode! Used a PriorityQueue & HashMap for a clean O(n log n) solution. 250 days of coding and still loving the grind! #Programming #CodingJourney #LeetCodeChallenge #TechTwitter
0
0
12
Ram Ram bhai sareya ne 🙏day 39 of #100DaysOfCode #100daysofcodechallenge #100daysofcoding finish up with priorityQueue Solved some question and debug code
0
0
21
#ABC384 38分5完、青パフォ<-!?!?!?!?.A:gsubとregex.B:やる.C:bit全探索(rjust忘れて地味にロス).D:SをAの合計でmodした後にAを2回繰り返したやつで尺取り的な.E:PriorityQueue
0
0
5
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
21