Тёмный
Codebagel
Codebagel
Codebagel
Подписаться
Demystifying the tech industry. Whether you're actively learning or watching at 3am, we're here to keep you entertained.
How To Pick The PERFECT Tech Stack
5:03
2 месяца назад
No-Nonsense Frontend Engineering Roadmap
15:09
3 месяца назад
No-Nonsense Backend Engineering Roadmap
10:16
3 месяца назад
How YOU Can Become A Tech Millionaire
3:57
11 месяцев назад
Rapid-Fire LeetCode Roadmap
4:15
Год назад
Cloud Computing in 2 Minutes
2:42
Год назад
Big O in 2 Minutes
2:54
2 года назад
Recursion in 2 Minutes
2:48
2 года назад
Flask VS Django for Python Websites
3:20
2 года назад
LeetCode in 2 Minutes
1:58
2 года назад
Комментарии
@shyama5612
@shyama5612 Час назад
simple and clear. keep it up!
@elit_andrew
@elit_andrew 22 часа назад
A great straightforward video. You are the best.🤝
@dabunnisher29
@dabunnisher29 4 дня назад
This video got me liked and subscribed. You explained this really well.
@lazybones...1712
@lazybones...1712 6 дней назад
I NEED MOREEEE... seriously I need more videos on ML and topics related to it please 🥺🥺
@TheAaa1919
@TheAaa1919 6 дней назад
Wow! Excellent explanation! Thanks so much
@alialshaches6658
@alialshaches6658 6 дней назад
You’re a bum. Dont mislead people
@najeebshaik9064
@najeebshaik9064 7 дней назад
I didn't understand the part where the strings got assigned to the respective key automatically. How did that happen? Is it the work of defaultdict?
@najeebshaik9064
@najeebshaik9064 7 дней назад
I understood after practicing. After sorting ate and eat will have same key (a,e,t). So they get assigned automatically. Nice one.
@PierreCarette
@PierreCarette 8 дней назад
list comprehension
@user-do8mv9ow6d
@user-do8mv9ow6d 8 дней назад
This video is very helpful ❤
@user-do8mv9ow6d
@user-do8mv9ow6d 8 дней назад
Can u plz do the selection sort
@mahmudulhasanx
@mahmudulhasanx 11 дней назад
How f**king shits these videos are!! All you guys just need to learn a programming language and master in it and learn dsa concepts and practice and keep consistency That's it These videos kind of scam😂😂😂
@amusicated
@amusicated 12 дней назад
the link to the flowchart doesn't work for me unfortunately
@fabriziomarchetti7030
@fabriziomarchetti7030 12 дней назад
I am just starting to study DSA by myself and this video was EXACTLY what I needed. You explained it so well that I thought the leetcode problem was EASY. Great video!!!!!
@osc8468
@osc8468 14 дней назад
Thanks! It seems your solution is not working, there is a Time Limit Exceeded but great explanation anyway.
@jamesf2697
@jamesf2697 15 дней назад
I wish you would have just added an example code for each. But great video, keep up the good work!
@user-vx6hs8tu9v
@user-vx6hs8tu9v 15 дней назад
)If some idiots didn't solve these questions for interview.., we wouldn't have to spend time on them to get a job.
@Everyday_smarter
@Everyday_smarter 16 дней назад
nice solution
@shubhsharma19
@shubhsharma19 16 дней назад
Underrated channel Subbed!!
@saideep7510
@saideep7510 16 дней назад
Brother I literally saw 8 videos about hashmap and was always getting confused at one part or the other. Your video literally is a goldmine. Thanks for adding an example problem helps a lot!
@maialso6096
@maialso6096 16 дней назад
Why not javascript ?
@boomantv8271
@boomantv8271 17 дней назад
Let me start off saying i really appreciate the content. It really filled in a gap in my own understanding in how i can use hashmaps. Question, correct me if I'm wrong please, I'm still learning code and computer science in general, but if the key is being transformed by a hash function, which to my knowledge, doesn’t care what order the input is, meaning it will give the same hash value and map to the same array index regardless of the order, do we need to sort it at all? I guess in terms of readability it helps, i guess im just am looking at the fact there is an additional operation being performed to sort the characters into a new list. I know it wont affect performance significantly in a example where there are three characters being sorted and im being a little weird like "what if i had a list of regular expressions?" or something where the data can be arbitrarily long. Also, would that eliminate the need to cast the result of sorted_s as a tuple? I dont know if python under the hood treats strings as a list or something else. If it does, wouldnt that also eliminate another operation. Again, i want to thank you for your time and effort and its great content for sure and it helped me learn more about something im deeply passionate about. Just want clarification if im misunderstanding something.
@boomantv8271
@boomantv8271 17 дней назад
Nevermind the order does matter for hashes and the tuple implementation seems to make sense to me now but the other question still stands. Again, im a scrub here just looking to learn.
@sproutboot
@sproutboot 18 дней назад
Ha~ some questions sadly i dont get it even i see the solution and watch yt. Anyone has experienced same thing ?
@amarnani3501
@amarnani3501 19 дней назад
Guddhabagala cheppinaw❤❤❤
@rajatheking5
@rajatheking5 19 дней назад
❤ great job 👏
@trideeproy1080
@trideeproy1080 19 дней назад
Next video of this series? I need it badly for learning DSA from scratch...
@Gibblard
@Gibblard 22 дня назад
Dude you explained these super well! TYSM!!!
@haniabdulrehman7774
@haniabdulrehman7774 23 дня назад
Hello bro just a small doubt when we look at a question how do we understand which data structure we need to apply or does it depend on our experience of solving more & more questions which helps us to understand which method of data structure we need to apply!!!
@audrey06lee05
@audrey06lee05 23 дня назад
Love your videos so much please keep uploading and we will watch them!!!! Thank you!!!
@PrasadPatil-eg1lo
@PrasadPatil-eg1lo 24 дня назад
Underrated quality channel , note:- [add more interaction in video(llike use pencil or notepad for raw explain ), cause people like interaction.]
@overclocked7260
@overclocked7260 26 дней назад
WOW
@vulpritprooze
@vulpritprooze 27 дней назад
Sh1t, we literally skipped data structures and algorithms last year in my 2nd year at college. We had the subject but we weren't even taught about it (we basically hovered over linked lists and big O notation the entire semester!). I thought it wasn't important and thought how easy the subject was. Turns out I missed a lot! Now it's time to study hard 😢
@lisaw7074
@lisaw7074 28 дней назад
I just found your channel today and have watched a few of your videos. They are some of the best that I've ever seen when it comes to Leetcode prep with clear instructions and helpful tips. Thanks you so much for sharing these!
@VhhJjj-c7g
@VhhJjj-c7g 28 дней назад
How are hash maps faster if they are built on top of arrays and use index to find the value?
@DishaSharma-mm3zo
@DishaSharma-mm3zo 29 дней назад
Great explanation
@gamereactz
@gamereactz 29 дней назад
Learned frontend and was interviewed with the front end mindset.. have been full stack since day one.. fire hose tactic starts to go down smooth after a while lmao
@TarasovFrontDev
@TarasovFrontDev 29 дней назад
Omg, that’s so cool! Outstanding work!
@user-il9mo1fm4i
@user-il9mo1fm4i Месяц назад
cant you do the 4th most common question in O(n) using the select algorithm
@yunagarnetsan
@yunagarnetsan Месяц назад
I have a competition this Saturday and I've been asked to practice from leetcode. Let me tell you, I'm only a highschool student. The 'easy' question from leetcode take me a whole 30 mins to come up with an algorithm. I was told that I would be asked questions from medium and hard difficulties. With only 3 days left, I'm not sure of how much I would be able to prepare.
@Praveen_C11
@Praveen_C11 24 дня назад
Leetcode at highschool??, damn!!!
@yunagarnetsan
@yunagarnetsan 24 дня назад
@@Praveen_C11 The competition is over, and I managed to get a speed of 15 mins/easy and 25 mins/medium before he competition. Turns out that the organisers were just exaggerating. All the questions were from easy and I managed to get second place. The team that got first just had twice the members as our team.
@dineshbh3837
@dineshbh3837 10 дней назад
​@@Praveen_C11 ikr, i wish I learned code when I was in my dad's balls 💀
@vinaypawar307
@vinaypawar307 Месяц назад
This is a very good video, if you just want to do a basic revision!...
@user-oy4kf5wr8l
@user-oy4kf5wr8l Месяц назад
very clear, thank u!
@ttt69420
@ttt69420 Месяц назад
The problem people have with these questions is that they try or think they need to invent this algorithm (extremely difficult). When in reality the question is merely testng your almost rote knowledge of an already existing solution. a truly unique answer requires a truly unique puzzle, and you just arent going to get that. These sites are learning tools not MENSA entrance exams.
@charlie5764
@charlie5764 Месяц назад
I have a question about sort(). From what Ive read, using sort() runs at O(nlog(n)), is this still the case for using it on a string even though strings are limited to a small number of letters? Thanks in advance!
@nanonkay5669
@nanonkay5669 Месяц назад
A stack is not complete if you don't have a way of showing data, storing/securing data and manipulating data
@noopajohn6282
@noopajohn6282 Месяц назад
soo helpul.Pls make more of these
@colinsimon777
@colinsimon777 Месяц назад
A+ instruction video. Clear and concise. Just subscribed.
@suryapratapsingh5046
@suryapratapsingh5046 Месяц назад
Me who is grinding for a free t-shirt from leet code 😂
@FaberLSH
@FaberLSH Месяц назад
Thank you so much!
@FaberLSH
@FaberLSH Месяц назад
Thank you so much!
@FaberLSH
@FaberLSH Месяц назад
Thank you! but where is the wordList? I'm trying to run this code but I don't know what is the begin and the end word.
@NoOne-ev3jn
@NoOne-ev3jn Месяц назад
Subscribed for boom