Тёмный

Learn Priority Queue data structures in 5 minutes 🥇 

Bro Code
Подписаться 2,2 млн
Просмотров 137 тыс.
50% 1

Priority queues data structures and algorithms tutorial example explained
#priority #queue #java

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 98   
@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 RU-vid channel and you are underrated af!
@vickmaturu8367
@vickmaturu8367 Год назад
I used to over think how complicated Priority Queues were until you explained them. Thank you!
@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.
@atl_tube
@atl_tube 2 года назад
Dude, you are the best! My, god! Your explainations are so clear and easy to understand!
@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)
@javacoder2134
@javacoder2134 3 года назад
Bro code can you make a tutorial series on making a game like minecraft using java
@UlasAkkoyun
@UlasAkkoyun 2 месяца назад
14.07.24 / Merkez Kütüphane with EG
@SimoneBova-k8l
@SimoneBova-k8l 3 месяца назад
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?
@mohamedelhalloufi8622
@mohamedelhalloufi8622 Год назад
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!
@b391i
@b391i 3 года назад
BRO YOU ARE ABSOLUTELY AMAZING 👏 KEEP GOING AND NEVER GIVE UP 🙌 AS EMINEM SAID 📼
@hermitmobile1742
@hermitmobile1742 2 года назад
THis is anothe rrfor the youtube algorithm
@liontiger-o4u
@liontiger-o4u 26 дней назад
sir please can you upload how to implement our own stack interface in java
@anshtiwari8455
@anshtiwari8455 3 года назад
make video on java netBeans and java networking
@thebritishguy2313
@thebritishguy2313 3 года назад
i am first
@BroCodez
@BroCodez 3 года назад
third! 🥉
@IceMakesStuff
@IceMakesStuff 3 года назад
Also, it's be nice if you could make a pac man on js or java lol
@jackgamer4062
@jackgamer4062 3 года назад
Can you make video about Data structures using only C?
@nikezair2179
@nikezair2179 Год назад
How the hell is this channel so underrated? You're the best!
@weneedlittlepatience
@weneedlittlepatience 3 года назад
Just wondering, how did you learn to program?(:
@stepbystepcoding4113
@stepbystepcoding4113 2 года назад
i too wana know this
@hhcdghjjgsdrt235
@hhcdghjjgsdrt235 2 года назад
He came back from future to watch his own tuts
@mcgregory213
@mcgregory213 2 года назад
ty bro this is the exact video i needed
@TheCleverEquation
@TheCleverEquation 8 месяцев назад
I think giving some problems to solve in every video is better for understanding the concept and remembering the keywords.
@zabirke1258
@zabirke1258 2 года назад
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...
@0xHFSP
@0xHFSP 6 месяцев назад
2x speed. learned it in 2.5 min
@tomsronijs2986
@tomsronijs2986 3 года назад
Hi can u help me with some program maded in c++ the save games info
@acrylic8097
@acrylic8097 Год назад
thank you!
@hernandopenados922
@hernandopenados922 3 года назад
where's my free tutoring XD..? Oh wait, its here...
@ryvexc_
@ryvexc_ Год назад
thanks bro
@kamal4178
@kamal4178 7 месяцев назад
Thx brother
@jasper5016
@jasper5016 Год назад
You are the hope!
@paniknoob6439
@paniknoob6439 3 месяца назад
is this min heap thing ?
@syllight9053
@syllight9053 3 года назад
LET'S GOO! GIGACHAD REACHED 200K! KEEP IT UP!
@amansayer4943
@amansayer4943 Год назад
dude iam the last two
@dusty9442
@dusty9442 Год назад
Do you have a heaps & priorities queue data structure?
@TheFlexath
@TheFlexath 7 месяцев назад
thank you sir
@laughlord1
@laughlord1 3 года назад
Hi
@realn8zone
@realn8zone 3 года назад
do you have a patreon?
@alphabee8171
@alphabee8171 2 года назад
sup Bro
@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 👍
@lukavranjes6260
@lukavranjes6260 3 года назад
Under 10 views 👀 personal best
@eugenezuev7349
@eugenezuev7349 Месяц назад
sweeeet
@aer0449
@aer0449 3 года назад
Hey bro
@MrLoser-ks2xn
@MrLoser-ks2xn 2 года назад
Thanks
@music-pi2ht
@music-pi2ht 8 месяцев назад
explain so clear and simple!!!
@IceMakesStuff
@IceMakesStuff 3 года назад
Hey bro!
@odinpro-ln4qk
@odinpro-ln4qk Год назад
done
@issac17
@issac17 3 года назад
I was just watching linear search...and new video came❤️...man I love this channel
@tarekghosn3648
@tarekghosn3648 2 года назад
le bro
@AerosDaDinoHoodie
@AerosDaDinoHoodie Год назад
Short and sweet, good video!
@dragomirpetrov5138
@dragomirpetrov5138 2 года назад
comment :D
@AfiBR1986
@AfiBR1986 3 года назад
Thank you !
@ethioboy8955
@ethioboy8955 3 года назад
Keep going bro! Road to millions of subs!
@garimeragonols
@garimeragonols 3 года назад
Doing this at uni right now lol, thx
@felixnyamongo
@felixnyamongo 2 года назад
"I am the manager"😎
@kvelez
@kvelez Год назад
✅✅
@PreludeSon
@PreludeSon Год назад
Amazing explanation
@fyrukmcoo100
@fyrukmcoo100 3 года назад
:((
@TheEvertonDias
@TheEvertonDias Год назад
Thanks, Bro!
@Snowmanver2
@Snowmanver2 2 года назад
Yay, those are priority queues! Nicely explained, Bro!
@hernandezsamuelr.8662
@hernandezsamuelr.8662 3 года назад
thank you bro
@SirPolice
@SirPolice 3 года назад
Oh gosh. 🤯
@ParthRawat-v3s
@ParthRawat-v3s 7 месяцев назад
Me watching bro code while drinking brocode :p
@moazelsawaf2000
@moazelsawaf2000 Год назад
Thanks ❤
@victorrezende6002
@victorrezende6002 11 месяцев назад
Nice class
@mahdichoobin9380
@mahdichoobin9380 3 года назад
thx bro♥
@ibrahim9403
@ibrahim9403 2 года назад
Bro you are one of the best teacher in YouTub...
@quanyufeng579
@quanyufeng579 2 года назад
nice!!
@bsumar9238
@bsumar9238 3 года назад
Thanks for another useful video💯🔥
@percivalgebashe4376
@percivalgebashe4376 Год назад
Nice
@xy1jm6ro6u
@xy1jm6ro6u 3 года назад
Great Video!
@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 2 года назад
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 👍
@turtle001
@turtle001 3 года назад
great job!
@joyceasante8292
@joyceasante8292 Год назад
Oh wow! You make coding so easy!😀
@gabrielcapone4332
@gabrielcapone4332 3 года назад
I Love You Bro!
@rishavmasih9450
@rishavmasih9450 Год назад
Great video just one thing, PQ are not FIFO.
@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.
@Red_Tutorials
@Red_Tutorials Месяц назад
For those wondering it is just std::set in C++. Hopefully this will help.
@thebritishguy2313
@thebritishguy2313 3 года назад
yes
@BroCodez
@BroCodez 3 года назад
second! 🥈
@plasma367
@plasma367 3 года назад
1 sec here we go
@BroCodez
@BroCodez 3 года назад
You're first! 🥇
@plasma367
@plasma367 3 года назад
@@BroCodez thanks bro =)
@hermansiisengbae
@hermansiisengbae 3 года назад
👍👍👍👍☕☕
@stevenshrii
@stevenshrii 2 года назад
Last in... last out
@FukSN
@FukSN 2 года назад
Thanks Bro'naldo, another well explained vid.
@sahar2894
@sahar2894 3 года назад
You’re amazing Thank you so much !🤍🤍
Далее
Learn Linked Lists in 13 minutes 🔗
13:24
Просмотров 307 тыс.
Heaps, heapsort, and priority queues - Inside code
19:01
Обменялись песнями с POLI
00:18
Просмотров 286 тыс.
Учёные из Тринидад и Тобаго
00:23
LeetCode was HARD until I Learned these 15 Patterns
13:00
Learn Queue data structures in 10 minutes 🎟️
10:07
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
Priority Queue Introduction
13:18
Просмотров 461 тыс.
Learn Stack data structures in 10 minutes 📚
10:07
Просмотров 216 тыс.
2.6.3 Heap - Heap Sort - Heapify - Priority Queues
51:08