Try my free email crash course to crush technical interviews: Interview Master (now called InstaByte) - instabyte.io/
@TheViral_fyp6 ай бұрын
Brother you doing great job 👍 ... But can u suggest me best book fundamental of DSA stuffs in java
@vivekcreation19043 ай бұрын
The link is not working....
@congdatt6 ай бұрын
1. 2 pointer: 6:18 2. Binary Tree BFS: 5:26 3. Topological Sort: 4:33 4. Binary Tree DFS: 3:39 5. Top K Elements: 2:45 6. Modified Binary Search: 1:35 7. Subset: 1:04 8. Sliding window: 0:17
@nitinyaduvanshi38076 ай бұрын
Need it
@lamdt26044 ай бұрын
thank sir
@anmol_mahendra2 ай бұрын
kzbin.info/www/bejne/rqCaiaWIi917brs
@ankitgoyal34Ай бұрын
Thank you
@阮晟堯17 күн бұрын
thanks !
@TeenyPort6 ай бұрын
Wow this video just made me realize A.) how much I forgot since I graduated, and B.) how much I haven’t needed to remember any of this so far in my professional developer career
@makima74575 ай бұрын
so you mean these doesn't apply to your working experience. I am a student and I saw some competition problems like these and couldn't solve some. Then I thought that what will I do when I got a job?
@sidtalks28855 ай бұрын
@@makima7457 Believe me , you won't need any of these
@hen563494 ай бұрын
@@makima7457 no, your job doesn't require this. However, it just improves your understanding of coding overall. If you are very good at leetcode, then employers can be confident in you. It shows employers that you have the discipline t to learn any skills required for a job.
@rafiashan83894 ай бұрын
@@makima7457 These kind of problems improve our problem solving abilities. That's why we learn / practice these pattern. In professional career, there not many situations where you need to use these patterns as there are already templates given. We just need to know how to use them accordingly.
@Bladermishal104 ай бұрын
@@rafiashan8389exactly but then when you wanna change job this is the kind of questions they ask in interviews, hence why I am here xD
@austecon68182 ай бұрын
I am still under 200 problems solved but I think I'm already qualified enough to say that this video is exactly the advice I would give too. The 80/20 rule... that 8 patterns will help you solve about 70% of mediums with the caveat that you DEEPLY understand the patterns and all the possible subtle variations. The other 30% are either different algorithms, tricks / math knowledge, greedy algorithms or DP problems... but most DP problems can be solved well enough with DFS + top-down memoisation.
@nadim3793 ай бұрын
8. 0:16 Sliding Window Pattern 7. 1:02 Subset Pattern 6. 1:34 Modified Binary Search Pattern 5. 2:45 Top k Elements Pattern 4. 3:40 Binary Tree DFS Pattern 3. 3:34 Topological Sort Pattern 2. 5:25 Binary Tree BFS Pattern 1. 6:18 Two Pointer Pattern
@Brajgamer5 ай бұрын
Its one thing to master solving these problems. But its completely different story when it comes to identify these patterns in real world problems or modelling real issues with these data structures.
@svistetsky4 ай бұрын
Once you've solved enough of each pattern, you can reduce any given problem to the basis (some "ideal", simple problem).
@YashTrivedi-iq3ft6 ай бұрын
Bro speaks in Lowercase
@the-real-dr20505 ай бұрын
Several great easy takeaways from this video and I’ve only watched it once. I’ll implement bisect left and right in swift now lol. Love it, thanks
@lakshmi83476 ай бұрын
This video is mind-blowing !!! Sir, Why don't you start a series on each pattern??? It would be useful for everyone even though it is paid 🙏
@avinashkumar31164 ай бұрын
Striver has already made series on each pattern with problems. Check it out on his channel #takeUforward, course name - Strivers A2Z DSA Course. He is the best.
@habibalnoman8456 ай бұрын
happy to see you, love from Bangladesh ❤
@Bladermishal104 ай бұрын
Are you a software engineer in Bangladesh?
@BrownStain_Silver5 ай бұрын
I just discovered your channel after 4 months in a basic Python and intro to data science. During the course, I've written a few programs to automate tasks at work. I'm deciding where to go next and the most efficient way to get there. This channel is awesome! It has put so much into the right context to make the next decision.
@anamikakumari38796 ай бұрын
It would be great if you could share curated questions list for each pattern for practice
@anthonybustamante57364 ай бұрын
look up Neetcode
@dasariasritha79747 күн бұрын
Hi, I really admire your content which is unique and worth, could please make sure that after every new method maintain few seconds time so that we can process it. Actually your words have clarity only transition of topics need a little gap
@Shhhh-ni5jw6 ай бұрын
I practices a lot of leetcode but my brain feels frozen right now and I cannot write any code even if I know the approaxh
@rammuchhal37086 ай бұрын
How many problems you have practiced?
@thomasthomas36553 ай бұрын
Me too
@chandup8324 ай бұрын
can you share list of problems in each pattern to practice? That would be very helpful, Thanks
@navin_thomas4 ай бұрын
Thanks for providing the advice regarding the bisect module functions.
@045sunilkumar26 ай бұрын
Please tell us about how to start leetcode for beginners
@J4RMAMS5 ай бұрын
I love you Sahil!!! Your journey inspired me to apply for a masters in computer science at Northeastern University!!!
@juq6971Ай бұрын
this video is only useful for those that have already solved enough of those Leetcode problems
@jonathanjohnson27856 ай бұрын
Too valuable. Thanks Sahil❤
@thanhn20012 ай бұрын
Thank you such a great video that doesn't take 1 hour.
@SaitejaE6 ай бұрын
Thanks for useful content!!
@srinivaschaligeri57606 ай бұрын
I am always looking for your new videos ❤
@akshayar59935 ай бұрын
How to learn to solve subset and substring problems? Can you please guide
@SenthilkumarDeivasigamani6 ай бұрын
Thank you Sahil ❤
@neerajsinghbisht40306 ай бұрын
People from India 🎉
@md_pedia16 ай бұрын
That was really insightful ❤
@Mwme20003 ай бұрын
Can you please tell me if it is important to slove competitive programming questions ? Is it important to my career. I am good at coding and problem solving but don't slove hard questions
@ranihiraniАй бұрын
I'm so gonna consume these patterns into my soul.
@syedsaad41606 ай бұрын
Hashmap is pretty important too
@nikitarao96172 ай бұрын
Which is the best course to learn DSA and their time complexities?
@himanshumishra62435 ай бұрын
good video bro..could you please suggest me DSA course for golang
@md.nahidulalamchowdhury95683 ай бұрын
Thanks a lot.
@MrTubeyoucomment5 ай бұрын
As someone commented earlier - Bro talks in lowercase 🤣🤣🤣
@TastieFoodHyderabad9 күн бұрын
How do you create such animations?
@pvibe-re3rt4 ай бұрын
Greater explanation
@ayushtiwari64736 ай бұрын
Prefix array, hashing are add-on
@SDGfulАй бұрын
please should learn DS and algo to build big stuff and give it to open-source problem with Indian developers learn DS just to crack interviews thats why there is no Indian big open source community which has build some extreme stuff like Database, streaming solution, or compilers or anything not even a framework
@funnycartoons7076 ай бұрын
Love from IIT Delhi jwala hostel
@1234567qwerification4 ай бұрын
What about UnionFind? Is it in the topological sorting?
@raghavbakshee93072 ай бұрын
Bro speaks in lowercase
@anilhanumantharao91446 ай бұрын
Thank you❣
@priyankashettigar44756 ай бұрын
Can you please tell how to improve logical and critical thinking skill??
@NatureNourisher6 ай бұрын
Hai.you should solve sudoku and logical problems which are available free on internet
@hamza_dev6 ай бұрын
By practicing.
@RahulChauhan-09076 ай бұрын
Sir, I am a data science enthusiast I have covered all the mathematics behind machine learning, practice the implementation and did same for deep learning also. I started NLP please guide me towards this role I want to get a good job this placement season it will start later this year kindly guide
@vishwaroop1431Ай бұрын
bro whats difference betn 2 pointer and a sliding window
@shanthim25736 ай бұрын
Good effort bro
@MADA_QWE6 ай бұрын
I am taking CS50, Introduction to Programming with Python. Sometimes, when I try to solve problems, I can't figure them out. I might understand the logic, but struggle with implementing it. After attempting to solve the problem myself, I often have to look at the solution. When I do, I understand it. Does this mean I'm a bad programmer, or that programming isn't for me?
@youtubeuserwhowatchesyoutube6 ай бұрын
same bro same....i feel like iam working so hard for nothing🥲
@anihadagali47256 ай бұрын
It's always Ok to look at the solutions. But Make sure you understand the solution. But do revisit the problem the try solving it again, this time maybe chose a different language (any lang works, it's good to know more languages).
@CodingWorldHere6 ай бұрын
Hard to digest in 8 minutes make detailed video.
@mdyusufansari88976 ай бұрын
please make complete courses on devops, cloud computing.
@Simple_OG6 ай бұрын
Stop watching courses do something with yourself
@carl.bergmann6 ай бұрын
@@Simple_OG I disagree, doing something yourself if good for reaching "depth" like a path in a DFS. Doing a course/reading a book is like a BFS in a given domain. It gives you the overview and wires the concepts together. So, you need both.
@dhirajvanarase43316 ай бұрын
Can you please make video on Salesforce developer path.
@jaihindjaiswar58803 ай бұрын
i love your videos😍
@lordadamson4 ай бұрын
thanks a lot
@esrx7a6 ай бұрын
Thank you Sahil anna
@gowthammyil6 ай бұрын
Great knowledgeable video❤
@01_abhijeet496 ай бұрын
You have to implement it too
@abdullahalrafi1016 ай бұрын
Thank you.....🔥🔥🔥
@Artsbyaishwarya6 ай бұрын
Good for revision
@priyanshkumar176 ай бұрын
Thank you Sir
@Kaviarasu_NS6 ай бұрын
can you please share tools used to create these content
@dhirajvanarase43316 ай бұрын
Please make a video on Salesforce Developer path
@naveenkumart3399Ай бұрын
People from India
@pawelsubko72776 ай бұрын
More like 40%, to solve another 50% to be at the desired 90% you need only 35 more patterns.
@PabitraPadhy4 ай бұрын
what are those patterns and where to know them from?
@yuvi_1347Ай бұрын
What are those 😊
@hlearningkids5 ай бұрын
Very good
@SridTech6 ай бұрын
I subscribed to the interviewmaster mailing list. But no mail is delivered.
@vedparkashgaba54786 ай бұрын
Valuable video
@Lalalala225376 ай бұрын
Are you a front-end / back-end developer or something else?
@SS-lg8fc6 ай бұрын
Finally you've uploaded a video
@i_youtube_6 ай бұрын
Which software do you use for animation?
@ReshmaShaik-zi9rz6 ай бұрын
Bro can u make a video on doing a project on git hub for beginners plss
@galanoth174 ай бұрын
Suprised DP patterns is not on the list.
@sachinreddy28366 ай бұрын
Nice video❤
@MRsajib-ht4ff6 ай бұрын
your voice awesome
@NavdeepVarshney-ep4ck4 ай бұрын
Sor I want to know is currently there scope in the industry because there is massive layoff please help me I have to prepare.
@pioneerx90663 ай бұрын
DP is no tmentioned?
@foundry15345 ай бұрын
я удивлён тем, что много чего из этого списка есть в ЕГЭ
@sabbirhossan34996 ай бұрын
Sir I didn't understand leetcode problem what can do please help.
@zaidkhan-rx4bb6 ай бұрын
Amazing
@madhvishrivastava36466 ай бұрын
Hi Sahil...sometimes I feel difficulty in thinking logic...I think it will improve over time by solving many problems. I don't know if I am right ?
@NatureNourisher6 ай бұрын
Solve sudoku.. and other corelated ones.
@madhvishrivastava36466 ай бұрын
Sure I will start solving now. Thanks alot
@rahulkumar11a986 ай бұрын
Should we do DSA in JavaScript
@nofeah896 ай бұрын
Can do in any language JS is popular because its the backbone of web
@pawanterdal22616 ай бұрын
What about dynamic programming and graphs ?
@suprakashghosh42246 ай бұрын
That's the remaining 20%
@rishiraj25486 ай бұрын
Thanks
@jotrades265 ай бұрын
Highly misleading, came to see patterns but saw generic DS& Algo script , patterns are there, what matters is the patterns that build from intuitions not concepts
@Pushkar6824 ай бұрын
Grow up kid
@technology_planet20246 ай бұрын
The legend!
@fahmidzaman6 ай бұрын
I want to be an AI engineer which topics should i learn durinh my BSC beside DSA
@omkarsawant11675 ай бұрын
bro is like sidhi baat no bakwas
@aj-lan2845 ай бұрын
you inspired me sahil. btw how did you get 300K package? is it your negotiation skills or due to COVID you got a high package? please tell me
@BrainyQuizZone6 ай бұрын
I am bigger python can i join your course are not
@samplewebinar57833 ай бұрын
But the patterns will have subpatterns
@georgerussel5 ай бұрын
Where is DP?
@BhoomikaD-r4l2 ай бұрын
Me after listening to him: may be bro is very serious person in life Me after seeing thumbnail: may be not 🤔
@unknown-rl1bd3 ай бұрын
❤
@qwerttest35506 ай бұрын
Hi Sahil, can I know if your running any consultancy for outside India jobs of so can you provide me the details
@ayushagarwal38645 ай бұрын
All this is good until DP and Graphs come into play :P
@aadigupta3639Ай бұрын
catcha is nt working
@williejohnson36923 ай бұрын
Subscribed but no email..
@iseeflowers4 ай бұрын
Didn’t know topological sort is important.
@non-stop-Code6 ай бұрын
How to build logic
@vanshraj47245 ай бұрын
where's dynamic programming? 💀
@tigrankarapetyan6226 ай бұрын
Cool
@genzhustler12346 ай бұрын
I am from a very small village in Bihar. I am 19 years old and I don't even know how to operate a computer. Can i became a good software engineer?