import java.util.*; public class Main{ public static void main(String args[]) { //Priority Queue = A FIFO data structure that serves elements // with the highest priorities first // before elements with lower priority //Strings in default order Queue queue = new PriorityQueue(); //Strings in reverse order //Queue queue = new PriorityQueue(Collections.reverseOrder()); queue.offer("B"); queue.offer("C"); queue.offer("A"); queue.offer("F"); queue.offer("D"); while(!queue.isEmpty()) { System.out.println(queue.poll()); } } }
@joyceasante8292 Жыл бұрын
import java.util.*; public class Main { public static void main(String[] args) { Queuequeue = new PriorityQueue(Collections.reverseOrder()); queue.offer("D"); queue.offer("V"); queue.offer("I"); queue.offer("L"); while(!queue.isEmpty()){ System.out.println(queue.poll()); } } }
@yoavpazfriedman45323 жыл бұрын
I was just looking to learn data structures and algorithm’s with java!, you are the best KZbin channel and you are underrated af!
@vickmaturu8367 Жыл бұрын
I used to over think how complicated Priority Queues were until you explained them. Thank you!
@mohamedelhalloufi86222 жыл бұрын
Bro, I have been watching videos/reading webpages for the better part of 1h and not one single dickhead could explain this as clearly as you did. THANK YOU!
@atl_tube2 жыл бұрын
Dude, you are the best! My, god! Your explainations are so clear and easy to understand!
@nikezair2179 Жыл бұрын
How the hell is this channel so underrated? You're the best!
@opmanbros6103 жыл бұрын
Your voice is awesome bro, you deserve more views and subs :).
@harshverma61153 жыл бұрын
BRO you are the best. I love your videos. God bless you and your loved ones and stay safe man.
@ibrahim94033 жыл бұрын
Bro you are one of the best teacher in YouTub...
@emreotu44642 ай бұрын
Learn Priority Queue data structures in 5 minutes 🥇
@issacinframe3 жыл бұрын
I was just watching linear search...and new video came❤️...man I love this channel
@Snowmanver22 жыл бұрын
Yay, those are priority queues! Nicely explained, Bro!
@music-pi2ht Жыл бұрын
explain so clear and simple!!!
@adheesh2secondsago6303 жыл бұрын
Yay thanks, btw you have any plans for opengl tuts?
@BroCodez3 жыл бұрын
not currently
@adheesh2secondsago6303 жыл бұрын
@@BroCodez it's alright bro 👍
@ethioboy89553 жыл бұрын
Keep going bro! Road to millions of subs!
@SimoneBova-k8l6 ай бұрын
I don't understand What's the difference between a Priority Queue and an ordered array/linked list that are kept ordered when inserting/removing elements?
@neotericfossilАй бұрын
Useful. Thanks.
@AerosDaDinoHoodie2 жыл бұрын
Short and sweet, good video!
@joyceasante82922 жыл бұрын
Oh wow! You make coding so easy!😀
@MarcusLeo8914 күн бұрын
Excellent video!
@bsumar92383 жыл бұрын
Thanks for another useful video💯🔥
@anshtiwari84553 жыл бұрын
make video on java netBeans and java networking
@weneedlittlepatience3 жыл бұрын
Just wondering, how did you learn to program?(:
@stepbystepcoding41133 жыл бұрын
i too wana know this
@hhcdghjjgsdrt2352 жыл бұрын
He came back from future to watch his own tuts
@PreludeSon Жыл бұрын
Amazing explanation
@javacoder21343 жыл бұрын
Bro code can you make a tutorial series on making a game like minecraft using java
@b391i3 жыл бұрын
BRO YOU ARE ABSOLUTELY AMAZING 👏 KEEP GOING AND NEVER GIVE UP 🙌 AS EMINEM SAID 📼
@dusty94422 жыл бұрын
Do you have a heaps & priorities queue data structure?
@syllight90533 жыл бұрын
LET'S GOO! GIGACHAD REACHED 200K! KEEP IT UP!
@BiByByte17 күн бұрын
what to do if i want to enter elements based on their rank or their priority?
@victorrezende6002 Жыл бұрын
Nice class
@jackgamer40623 жыл бұрын
Can you make video about Data structures using only C?
@liontiger-o4u4 ай бұрын
sir please can you upload how to implement our own stack interface in java
@percivalgebashe4376 Жыл бұрын
Nice
@zabirke12583 жыл бұрын
Hey brother, I have a question that how to run code when a jlabel or jpanel touches another jlabel or jpanel in java? I think you will reply and help me...
@paniknoob64397 ай бұрын
is this min heap thing ?
@garimeragonols3 жыл бұрын
Doing this at uni right now lol, thx
@wizardkelly002 жыл бұрын
ty bro this is the exact video i needed
@realn8zone3 жыл бұрын
do you have a patreon?
@nobody5433 жыл бұрын
Can I use this to sort arrays?
@AlexandrBorschchev2 жыл бұрын
Yes, you can use Collections.Sort() for arrays in Java. Priority queues are different in implementation from an array. In theory, PQs can be implemented using arrays, but it's not recommended.
@xy1jm6ro6u3 жыл бұрын
Great Video!
@tomsronijs29863 жыл бұрын
Hi can u help me with some program maded in c++ the save games info
@AfiBR19863 жыл бұрын
Thank you !
@TheCleverEquation Жыл бұрын
I think giving some problems to solve in every video is better for understanding the concept and remembering the keywords.
@felipeabreumotta7651 Жыл бұрын
Thank you for the great content. But I think that PriorityQueue is PIPO(Priority-in, Priority-out) and not FIFO (FIrst-in, First-out)
@IceP673 жыл бұрын
Also, it's be nice if you could make a pac man on js or java lol
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@moazelsawaf2000 Жыл бұрын
Thanks ❤
@TheFlexath10 ай бұрын
thank you sir
@kvelez Жыл бұрын
✅✅
@acrylic8097 Жыл бұрын
thank you!
@turtle0013 жыл бұрын
great job!
@hermansiisengbae3 жыл бұрын
👍👍👍👍☕☕
@ryvexc_2 жыл бұрын
thanks bro
@jasper5016 Жыл бұрын
You are the hope!
@felixnyamongo2 жыл бұрын
"I am the manager"😎
@hernandezsamuelr.86623 жыл бұрын
thank you bro
@eugenezuev73495 ай бұрын
sweeeet
@MrLoser-ks2xn2 жыл бұрын
Thanks
@SAN-cl3xvАй бұрын
thank you
@mahdichoobin93803 жыл бұрын
thx bro♥
@hermitmobile17423 жыл бұрын
THis is anothe rrfor the youtube algorithm
@quanyufeng5792 жыл бұрын
nice!!
@UlasAkkoyun6 ай бұрын
14.07.24 / Merkez Kütüphane with EG
@hernandopenados9223 жыл бұрын
where's my free tutoring XD..? Oh wait, its here...
@lukavranjes62603 жыл бұрын
Under 10 views 👀 personal best
@rishavmasih9450 Жыл бұрын
Great video just one thing, PQ are not FIFO.
@ParthRawat-v3s11 ай бұрын
Me watching bro code while drinking brocode :p
@0xHFSP10 ай бұрын
2x speed. learned it in 2.5 min
@IceP673 жыл бұрын
Hey bro!
@odinpro-ln4qk Жыл бұрын
done
@SirPolice3 жыл бұрын
Oh gosh. 🤯
@gabrielcapone43323 жыл бұрын
I Love You Bro!
@laughlord13 жыл бұрын
Hi
@alphabee81712 жыл бұрын
sup Bro
@kingofbeasts7953 жыл бұрын
Please do a face reveal
@kingofbeasts7953 жыл бұрын
I love your videos so much and I have learnt html , CSS and JavaScript using your videos..Pls do a face reveal.. Pls I'm from India
@kingofbeasts7953 жыл бұрын
Pls reply..pls
@FukSN3 жыл бұрын
Face reveal not necessary BUT, good news for you is he promotes his 2nd channel with a logo of himself holding a dog (that's 2 for 1, him and a dog). Go give a subscribe 👍