Тёмный
DevPal
DevPal
DevPal
Подписаться
Комментарии
@vksarode
@vksarode 12 дней назад
Thank you for the explanation.
@LouanneDemmer
@LouanneDemmer Месяц назад
0266 Schuster Lakes
@sul9343
@sul9343 2 месяца назад
It worked for the test cases, but to make it bulletproof: after you have the index, check if removing the index makes it a palindrome.
@metakokalj1207
@metakokalj1207 4 месяца назад
As far of indices, do we count them start by 0? B has (1,0) and so on ...
@DevPal
@DevPal 4 месяца назад
They all start from 0. The (1, 0) here means that it was something like this: A B C B C Where B is at index 1 on one side and index 0 on the other side.
@lorein_4368
@lorein_4368 5 месяцев назад
Вау, супер видео. Шикарное объяснение!
@123krolcia
@123krolcia 6 месяцев назад
Unfortunate dictionary 22 🏬✈️
@DevPal
@DevPal 6 месяцев назад
Didn't notice that 😆 But I'm happy that people are paying attention to details
@devanshgupta794
@devanshgupta794 6 месяцев назад
Great work buddy, it was nice
@dilkushmalav4047
@dilkushmalav4047 8 месяцев назад
excellent
@vietanhnguyengia2422
@vietanhnguyengia2422 9 месяцев назад
your video helps me understand better than various books and documents from my university
@zeyuxie9589
@zeyuxie9589 10 месяцев назад
Very good video, subscribed! ❤
@favorohanwe9575
@favorohanwe9575 10 месяцев назад
The Best tutorial on lzw compression!!! Love it
@ChangHaeIn
@ChangHaeIn 11 месяцев назад
I'm waiting for the new video!
@SivaNagarajuBalusu
@SivaNagarajuBalusu Год назад
Clean and nice explanation. Thanks @DevPal
@david-xw4ug
@david-xw4ug Год назад
thanks man you made it so clear
@Liam-ok7mu
@Liam-ok7mu Год назад
😥 'Promo sm'
@jitendrakulkarni5897
@jitendrakulkarni5897 Год назад
B is occuring 3 times, not 2 as stated around 3:50 and similarly in balance calculations around 7
@DevPal
@DevPal Год назад
Yes. Thanks for noticing it.
@leogama3422
@leogama3422 Год назад
I love how you drop small bits of detail here and there seamlessly throughout the demonstration. Gave me a lot of insight!
@Echiduna
@Echiduna Год назад
Thank you for such a detailed explanation!
@buttegowda
@buttegowda Год назад
Thanks a million SIr. LZ4: No one has explained like you have done 🙏🙏🙏
@NB-eu8yf
@NB-eu8yf Год назад
Very interesting. Thank you. I really like the way you explaining the algorithm. What tool are you using to build your videos please? Thanks
@va9if
@va9if Год назад
The video was great and I don't understand why it has that low impressions. does ppl quit video at early in the video? if so, maybe the accent.
@AhmedS-dr8ns
@AhmedS-dr8ns Год назад
SUPERB one of the best videos i've seen so far
@josephdorman8010
@josephdorman8010 Год назад
This is brilliant!!!
@AlexandreAlezzia
@AlexandreAlezzia Год назад
Genial o seu video!
@ragheedemail
@ragheedemail 2 года назад
Among all the tutorials that I've seen everywhere this one was just Perfect. 👍
@vatovindicator
@vatovindicator 2 года назад
great vid
@saurabhsharma6339
@saurabhsharma6339 2 года назад
is that Eugene W. Myers's difference algorithm?
@DevPal
@DevPal 2 года назад
No just the original algorithm from 1974. The Eugine Myer's algorithm was a later improvement on that one.
@youssefmokhtar1058
@youssefmokhtar1058 2 года назад
What happens if I add velocity * time to distance?
@DevPal
@DevPal 2 года назад
Velocity * Time results in a distance. And you could add a distance to a distance.
@youssefmokhtar1058
@youssefmokhtar1058 2 года назад
@@DevPal That's good. I still don't know how the library works on the inside yet, but I've a suggestion based on an assumption. How about instead of adding units only by yourself as the library developer, why don't you give the user the option to add his own set of laws (since there are countless units in physics for example that only physicists use) and let the library do the rest?
@DevPal
@DevPal 2 года назад
That's already in the plan. There'll be basic units that people can't mess with. But also they can add their own. Like a unit for oranges per box or something.
@youssefmokhtar1058
@youssefmokhtar1058 2 года назад
@@DevPal I see. Good luck with the rest of the library!
@ahmedsabek91
@ahmedsabek91 2 года назад
With which c++ std is this complaint? Also did you hear of mp_units proposal? It’s in discussion to be in the standard .. what do you think of it?
@DevPal
@DevPal 2 года назад
It's C++17. It would be great if that's standardized of course. Hopefully we see the automotive software using physical units. But my goal here is a bit different from mp_units. I'm trying to make it as abstract and high level as possible that it's easy to read and write for those who know their math but aren't experienced in C++ and might not even know what a template is. I want their code to just look like pure mathematical formulas. Of course while maintaining the zero-cost-abstraction policy.
@muthuvels3161
@muthuvels3161 2 года назад
cant understand bro!
@DevPal
@DevPal 2 года назад
Starting from which part?
@csbluechip
@csbluechip 2 года назад
How has this amazing video only got 3k views? Looking forward to seeing what else you've got on algorithm design :)
@ukranaut
@ukranaut 2 года назад
Interesting.
@TuringTested01
@TuringTested01 2 года назад
can you please tell me the software you use to make these animations?
@DevPal
@DevPal 2 года назад
This one was made with a software called "Doodly" and also "Adobe After Effects" for the things like the laser pen effect. But I'm working on my own software for these kinds of animations and will release it soon.
@mi_sang
@mi_sang 2 года назад
🤗🤗🤗aha, amazing
@TuringTested01
@TuringTested01 2 года назад
This video is absolutely amazing, hope you make more videos on computer science topics in english, also can you please tell me which software did you use to make this video? thanks!
@DevPal
@DevPal 2 года назад
Thanks! More algorithm videos are on the way. The animations here were made with "Doodly".
@tariq_dev3116
@tariq_dev3116 2 года назад
You are egyptian 😂 I Know this kind of accent, but good job keep it up bro.
@DevPal
@DevPal 2 года назад
You'd recognize the language too in other videos here 😃
@mi_sang
@mi_sang 3 года назад
cool!!!
@stephenswanson533
@stephenswanson533 3 года назад
Very clear explanation, well done and thanks!
@BrightX0
@BrightX0 3 года назад
Thanks alot man
@mi_sang
@mi_sang 3 года назад
NICE, CONTINUE TO DO IT
@mi_sang
@mi_sang 3 года назад
Cool!!! Go on!!!
@editor9496
@editor9496 3 года назад
من غير اكواد
@editor9496
@editor9496 3 года назад
بعرف من علي التلفون يا خالو
@CPP_malloc
@CPP_malloc 2 года назад
برافو عليك بس هو مبرمج, مش زيك فيه فرق.
@mi_sang
@mi_sang 3 года назад
easy to understand.
@emir.8976
@emir.8976 4 года назад
Very good tutorial