Learn Priority Queue data structures in 5 minutes 🥇

  Рет қаралды 164,582

Bro Code

Bro Code

Күн бұрын

Пікірлер: 103
@BroCodez
@BroCodez 3 жыл бұрын
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
@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()); } } }
@yoavpazfriedman4532
@yoavpazfriedman4532 3 жыл бұрын
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
@vickmaturu8367 Жыл бұрын
I used to over think how complicated Priority Queues were until you explained them. Thank you!
@mohamedelhalloufi8622
@mohamedelhalloufi8622 2 жыл бұрын
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_tube
@atl_tube 2 жыл бұрын
Dude, you are the best! My, god! Your explainations are so clear and easy to understand!
@nikezair2179
@nikezair2179 Жыл бұрын
How the hell is this channel so underrated? You're the best!
@opmanbros610
@opmanbros610 3 жыл бұрын
Your voice is awesome bro, you deserve more views and subs :).
@harshverma6115
@harshverma6115 3 жыл бұрын
BRO you are the best. I love your videos. God bless you and your loved ones and stay safe man.
@ibrahim9403
@ibrahim9403 3 жыл бұрын
Bro you are one of the best teacher in YouTub...
@emreotu4464
@emreotu4464 2 ай бұрын
Learn Priority Queue data structures in 5 minutes 🥇
@issacinframe
@issacinframe 3 жыл бұрын
I was just watching linear search...and new video came❤️...man I love this channel
@Snowmanver2
@Snowmanver2 2 жыл бұрын
Yay, those are priority queues! Nicely explained, Bro!
@music-pi2ht
@music-pi2ht Жыл бұрын
explain so clear and simple!!!
@adheesh2secondsago630
@adheesh2secondsago630 3 жыл бұрын
Yay thanks, btw you have any plans for opengl tuts?
@BroCodez
@BroCodez 3 жыл бұрын
not currently
@adheesh2secondsago630
@adheesh2secondsago630 3 жыл бұрын
@@BroCodez it's alright bro 👍
@ethioboy8955
@ethioboy8955 3 жыл бұрын
Keep going bro! Road to millions of subs!
@SimoneBova-k8l
@SimoneBova-k8l 6 ай бұрын
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
@neotericfossil Ай бұрын
Useful. Thanks.
@AerosDaDinoHoodie
@AerosDaDinoHoodie 2 жыл бұрын
Short and sweet, good video!
@joyceasante8292
@joyceasante8292 2 жыл бұрын
Oh wow! You make coding so easy!😀
@MarcusLeo89
@MarcusLeo89 14 күн бұрын
Excellent video!
@bsumar9238
@bsumar9238 3 жыл бұрын
Thanks for another useful video💯🔥
@anshtiwari8455
@anshtiwari8455 3 жыл бұрын
make video on java netBeans and java networking
@weneedlittlepatience
@weneedlittlepatience 3 жыл бұрын
Just wondering, how did you learn to program?(:
@stepbystepcoding4113
@stepbystepcoding4113 3 жыл бұрын
i too wana know this
@hhcdghjjgsdrt235
@hhcdghjjgsdrt235 2 жыл бұрын
He came back from future to watch his own tuts
@PreludeSon
@PreludeSon Жыл бұрын
Amazing explanation
@javacoder2134
@javacoder2134 3 жыл бұрын
Bro code can you make a tutorial series on making a game like minecraft using java
@b391i
@b391i 3 жыл бұрын
BRO YOU ARE ABSOLUTELY AMAZING 👏 KEEP GOING AND NEVER GIVE UP 🙌 AS EMINEM SAID 📼
@dusty9442
@dusty9442 2 жыл бұрын
Do you have a heaps & priorities queue data structure?
@syllight9053
@syllight9053 3 жыл бұрын
LET'S GOO! GIGACHAD REACHED 200K! KEEP IT UP!
@BiByByte
@BiByByte 17 күн бұрын
what to do if i want to enter elements based on their rank or their priority?
@victorrezende6002
@victorrezende6002 Жыл бұрын
Nice class
@jackgamer4062
@jackgamer4062 3 жыл бұрын
Can you make video about Data structures using only C?
@liontiger-o4u
@liontiger-o4u 4 ай бұрын
sir please can you upload how to implement our own stack interface in java
@percivalgebashe4376
@percivalgebashe4376 Жыл бұрын
Nice
@zabirke1258
@zabirke1258 3 жыл бұрын
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...
@paniknoob6439
@paniknoob6439 7 ай бұрын
is this min heap thing ?
@garimeragonols
@garimeragonols 3 жыл бұрын
Doing this at uni right now lol, thx
@wizardkelly00
@wizardkelly00 2 жыл бұрын
ty bro this is the exact video i needed
@realn8zone
@realn8zone 3 жыл бұрын
do you have a patreon?
@nobody543
@nobody543 3 жыл бұрын
Can I use this to sort arrays?
@AlexandrBorschchev
@AlexandrBorschchev 2 жыл бұрын
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.
@xy1jm6ro6u
@xy1jm6ro6u 3 жыл бұрын
Great Video!
@tomsronijs2986
@tomsronijs2986 3 жыл бұрын
Hi can u help me with some program maded in c++ the save games info
@AfiBR1986
@AfiBR1986 3 жыл бұрын
Thank you !
@TheCleverEquation
@TheCleverEquation Жыл бұрын
I think giving some problems to solve in every video is better for understanding the concept and remembering the keywords.
@felipeabreumotta7651
@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)
@IceP67
@IceP67 3 жыл бұрын
Also, it's be nice if you could make a pac man on js or java lol
@TheEvertonDias
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@moazelsawaf2000
@moazelsawaf2000 Жыл бұрын
Thanks ❤
@TheFlexath
@TheFlexath 10 ай бұрын
thank you sir
@kvelez
@kvelez Жыл бұрын
✅✅
@acrylic8097
@acrylic8097 Жыл бұрын
thank you!
@turtle001
@turtle001 3 жыл бұрын
great job!
@hermansiisengbae
@hermansiisengbae 3 жыл бұрын
👍👍👍👍☕☕
@ryvexc_
@ryvexc_ 2 жыл бұрын
thanks bro
@jasper5016
@jasper5016 Жыл бұрын
You are the hope!
@felixnyamongo
@felixnyamongo 2 жыл бұрын
"I am the manager"😎
@hernandezsamuelr.8662
@hernandezsamuelr.8662 3 жыл бұрын
thank you bro
@eugenezuev7349
@eugenezuev7349 5 ай бұрын
sweeeet
@MrLoser-ks2xn
@MrLoser-ks2xn 2 жыл бұрын
Thanks
@SAN-cl3xv
@SAN-cl3xv Ай бұрын
thank you
@mahdichoobin9380
@mahdichoobin9380 3 жыл бұрын
thx bro♥
@hermitmobile1742
@hermitmobile1742 3 жыл бұрын
THis is anothe rrfor the youtube algorithm
@quanyufeng579
@quanyufeng579 2 жыл бұрын
nice!!
@UlasAkkoyun
@UlasAkkoyun 6 ай бұрын
14.07.24 / Merkez Kütüphane with EG
@hernandopenados922
@hernandopenados922 3 жыл бұрын
where's my free tutoring XD..? Oh wait, its here...
@lukavranjes6260
@lukavranjes6260 3 жыл бұрын
Under 10 views 👀 personal best
@rishavmasih9450
@rishavmasih9450 Жыл бұрын
Great video just one thing, PQ are not FIFO.
@ParthRawat-v3s
@ParthRawat-v3s 11 ай бұрын
Me watching bro code while drinking brocode :p
@0xHFSP
@0xHFSP 10 ай бұрын
2x speed. learned it in 2.5 min
@IceP67
@IceP67 3 жыл бұрын
Hey bro!
@odinpro-ln4qk
@odinpro-ln4qk Жыл бұрын
done
@SirPolice
@SirPolice 3 жыл бұрын
Oh gosh. 🤯
@gabrielcapone4332
@gabrielcapone4332 3 жыл бұрын
I Love You Bro!
@laughlord1
@laughlord1 3 жыл бұрын
Hi
@alphabee8171
@alphabee8171 2 жыл бұрын
sup Bro
@kingofbeasts795
@kingofbeasts795 3 жыл бұрын
Please do a face reveal
@kingofbeasts795
@kingofbeasts795 3 жыл бұрын
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
@kingofbeasts795
@kingofbeasts795 3 жыл бұрын
Pls reply..pls
@FukSN
@FukSN 3 жыл бұрын
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 👍
@Red_Tutorials
@Red_Tutorials 5 ай бұрын
For those wondering it is just std::set in C++
@aer0449
@aer0449 3 жыл бұрын
Hey bro
@thebritishguy2313
@thebritishguy2313 3 жыл бұрын
yes
@BroCodez
@BroCodez 3 жыл бұрын
second! 🥈
@tarekghosn3648
@tarekghosn3648 2 жыл бұрын
le bro
@plasma367
@plasma367 3 жыл бұрын
1 sec here we go
@BroCodez
@BroCodez 3 жыл бұрын
You're first! 🥇
@plasma367
@plasma367 3 жыл бұрын
@@BroCodez thanks bro =)
@stevenshrii
@stevenshrii 2 жыл бұрын
Last in... last out
@thebritishguy2313
@thebritishguy2313 3 жыл бұрын
i am first
@BroCodez
@BroCodez 3 жыл бұрын
third! 🥉
@amansayer4943
@amansayer4943 Жыл бұрын
dude iam the last two
@dragomirpetrov5138
@dragomirpetrov5138 2 жыл бұрын
comment :D
@fyrukmcoo100
@fyrukmcoo100 3 жыл бұрын
:((
@sahar2894
@sahar2894 3 жыл бұрын
You’re amazing Thank you so much !🤍🤍
@kamal4178
@kamal4178 10 ай бұрын
Thx brother
Learn Linked Lists in 13 minutes 🔗
13:24
Bro Code
Рет қаралды 381 М.
Heaps, heapsort, and priority queues - Inside code
19:01
Inside code
Рет қаралды 107 М.
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Fine-tuning Large Language Models
1:02:31
Together AI
Рет қаралды 479
Learn Queue data structures in 10 minutes 🎟️
10:07
Bro Code
Рет қаралды 143 М.
Priority Queue Explained | Min and Max Heap | Custom Comparator
23:19
Daily Code Buffer
Рет қаралды 24 М.
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
2.6.3 Heap - Heap Sort - Heapify - Priority Queues
51:08
Abdul Bari
Рет қаралды 2,3 МЛН
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
Learn Hash Tables in 13 minutes #️⃣
13:26
Bro Code
Рет қаралды 411 М.
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
Codebagel
Рет қаралды 250 М.
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН