Explore tweets tagged as #PriorityQueue
DSA #Day 27 – Priority Queue (Day 3) 🚀. ✅ Practiced 10+ advanced Priority Queue problems:.Kth Largest Element.Sliding Window Max.Merge K Lists.Reorganize String & more. 💡 Learned Min/Max Heap patterns & efficient problem-solving!. #Java #DSA #PriorityQueue #Coding
1
0
1
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
Heaps look like binary trees 🌳 but are implemented with ArrayLists 📦. Fun fact: In Java, PriorityQueue is implemented using a Min Heap ⬇️. Built my own heap today - with add(), remove(), and peek().#DSA #100DaysOfCode #Java #DataStructures #CodingJourney #LeetCode #Programming
0
0
2
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
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
11
Ram Ram bhai sareya ne 🙏day 39 of #100DaysOfCode #100daysofcodechallenge #100daysofcoding finish up with priorityQueue Solved some question and debug code
0
0
20
Day 3 of #100DaysOfCode ✅.#DSA .Learned about.-> Java Collections Framework.-> ArrayList, LinkedList, Stack, Vector.-> HashSet, TreeSet.-> ArrayDeque, PriorityQueue.-> Maps.-> List Iterator.-> Custom Comparator.And their Methods.Solved 2 Qn's in #TUF+ & 1 in #gfg.#buildinpublic
0
0
2
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