541 Leetcode problems are NOT enough.

  Рет қаралды 153,831

Sahil & Sarra

Sahil & Sarra

10 ай бұрын

1. How to use Leetcode effectively?
2. How to learn Data Structures and Algorithms?
3. How to use Leetcode solutions?
4. Whether to use Python for Leetcode?
5. How to crack coding interview?
I will answer all these questions in this video.
► FREE resources:
1. KPIs and OKRs: www.whatmatters.com/resources...
► For more content like this, subscribe to our channel: / powercouple26
► Follow us on Linkedin:
/ gabag26
/ sarrabounouh
► Let's be FRIENDS! / power_couple26
► For business inquiries, reach us on: powercouplejourney@gmail.com
#datastructures #datastructuresandalgorithms #leetcode #codinginterview
DISCLAIMER: All opinions shared on this channel are our own and don't express views or opinions of our employers. We only use our experiences and public knowledge to make our content. NO CONFIDENTIAL INFORMATION of our employers is used or shared on this channel. This is not a Professional Coaching channel, it only highlights the public resources that have worked for our careers.

Пікірлер: 136
@divyanshmishra5121
@divyanshmishra5121 10 ай бұрын
SUMMARY: 1.Clean codes. (fizz buzz code example) Stay away from one line codes. Always think about readability and maintainability of the code 2. Clarity of thinking and communication. First think of the solution, communicate this to the interviewer and then start writing the code. (merging interval example). Explain the solution using English(not code) and if necessary then use Maths or write some test cases to explain 3. Take pauses and address any question that interview asks. Many times interviewer tries to help you by asking questions so pay attention and be mentally present. Being mentally present also helps if you get some error in the code. Rather than making random changes in the code or copying the error msg on the google, try to read the error message and debug on your own. Debugging the code smartly leaves a good impression on the interviwers 4.Explain your projects using What (summary and motive), how(challenges and scope) and impact (key matric)
@sidandhawa
@sidandhawa 10 ай бұрын
That alternative fizzbuzz was something I have never thought of. I really enjoy your channel and I am learning so much 😊😊
@user-mb2eg9fm1s
@user-mb2eg9fm1s 10 ай бұрын
As an Indian, saying that your interviewer is very likely to have an accent like one, is such a power move. 😂
@tgayush1424
@tgayush1424 6 ай бұрын
How to conquer then this issue?
@be1tube
@be1tube 10 ай бұрын
3:13 Another way to think of the problem is as a pure sort where i1 < i2 if i1 comes completely before i2 and i1==i2 if they overlap. Then implement mergesort with the output of overlapped intervals being the merged version.
@etorty_dev
@etorty_dev 10 ай бұрын
Great Stuff 🤩 Clarity of thinking X Clarity of Communication X Clarity of code == Deadly combo to ace NOT just your interviews but your dev career as well. Thanks a million for this video. 🙏
@sahilandsarra
@sahilandsarra 10 ай бұрын
Thanks Emmanuel.
@NguyenNguyen-lm7dp
@NguyenNguyen-lm7dp 8 ай бұрын
This deadly combo is not only for dev career, it's a must have combo for every other careers as well
@etorty_dev
@etorty_dev 8 ай бұрын
@@NguyenNguyen-lm7dp 💯
@sondertt2220
@sondertt2220 10 ай бұрын
Yo Sahil, I just found your channel and I just wanted to say thank you for helping me and other people, who wish to pursue a coding career. Also, I wanted to say that you have the kind of voice that would be great for guided meditation videos.
@pauljiang5378
@pauljiang5378 10 ай бұрын
Agreed. I can't even do medium with ease and I got one of the FAANG offer. Even after I started working for them, my mentor told me Leetcode means nothing. He said during his time with the company, he has never written a single for loop, nor has he ever considered time complexity. If you work in a big company, it's very rare that you have to write something new. It's more about copying and pasting code to the right place and make the code better, easier to read, and generally less complicated and cleaner.
@joao15122000
@joao15122000 10 ай бұрын
Really? It goes against EVERYTHING I've been believing for the last months. They hired you, even you couldn't solve medium problems?
@pauljiang5378
@pauljiang5378 10 ай бұрын
@@joao15122000 well I can it's just the time I have to spend to solve them is definitely longer than an average compSci student would. I'm not even studying compSci or compEngineering. All I'm saying is that solving Leetcode problems doesn't single handedly give you the ability to ace the interview. During the interview I did code & talk why I wrote each line and why not the alternate way, and I guess that's why they hired me
@kshyr811
@kshyr811 10 ай бұрын
​@@pauljiang5378 so weren't coding problems on interview still leetcode-like?
@MrKB_SSJ2
@MrKB_SSJ2 10 ай бұрын
What the hell? My plan is to give leetcode contests and get a top 1% rating on it. This will powerfully dominate my resume as compared to others. Added to this I have studied machine learning and data science in lockdown. Currently in my undergraduate time I am writing research papers and making heavy projects. Quite confident that this formula will working. Currently going to second year
@pauljiang5378
@pauljiang5378 10 ай бұрын
@@MrKB_SSJ2 nah I can guarantee you even the principal engineer in my team knows nothing about ML, even Python in general.
@Itsme1n1ly
@Itsme1n1ly 10 ай бұрын
Excellent eye-opening explanation ❤
@MaxShapira2real
@MaxShapira2real 10 ай бұрын
If you make a course on Data Structures and Algorithms using Python, I'll be the first to buy it. Thanks for the great content!
@goddy510
@goddy510 10 ай бұрын
Thanks for your great content.
@pranjalgusain21
@pranjalgusain21 9 ай бұрын
“Your interviewer can have the same strong accent so I don’t recommend skipping video instead subscribe would serve you better.” WITH THAT STRAIGHT FACE! I’m ded!
@sahilandsarra
@sahilandsarra 9 ай бұрын
😂
@tasneemayham974
@tasneemayham974 2 ай бұрын
HEHEHAAHHAHAHAHHA!!! I LAUGHEED OUT LOUD TOOO!! MY SIBLINGS THOUGHT: what's she laughing about?? That guy certainly doesn't look like he's saying a joke! ehheheee
@unity3dconcepts434
@unity3dconcepts434 10 ай бұрын
As always... amazing video..... Love you bro... Love and respect from New Delhi (South Delhi)
@adamrizk6735
@adamrizk6735 10 ай бұрын
Really insightful video, thanks for sharing
@g_pazzini
@g_pazzini 5 ай бұрын
this video encourages me for my interview next week… thanks 😊
@JD-mr4nv
@JD-mr4nv 10 ай бұрын
your support👏🏻
@saharsh_30
@saharsh_30 10 ай бұрын
Great Content 🔥
@amitkrishnagupta535
@amitkrishnagupta535 10 ай бұрын
thank you this video is very helpful..
@spacetvbysubham874
@spacetvbysubham874 10 ай бұрын
Sir, you are my inspiration to become a software engineer....
@nikolatesla399
@nikolatesla399 10 ай бұрын
At Google ???
@MrKB_SSJ2
@MrKB_SSJ2 10 ай бұрын
@@nikolatesla399 OHIO
@spacetvbysubham874
@spacetvbysubham874 10 ай бұрын
@@MrKB_SSJ2 nice ohio boss Tu shi great ho
@diveshkumar3823
@diveshkumar3823 10 ай бұрын
Bro it is going to die😊
@nadimpatel4964
@nadimpatel4964 10 ай бұрын
Really interesting im watching this, after having had this exact same question as a sample practise question on a coding assesment for a government job I applied to. Funny thing is, I was sitting with my brother whose a CS grad and been working as a software developer for several companies for nearly a decade. I wrote the code the first way and he explained me the same thing code efficiency issue which is being shown in the video. Funny thing is, when we ran the code the second way it failed a couple of test cases. When we ran it the first way it passed all of them :-). !!?!?
@sabudhthapa6815
@sabudhthapa6815 10 ай бұрын
Great content. You have got a new subscriber.
@shreypatel1685
@shreypatel1685 10 ай бұрын
Sir it will be great if you can make video on most important computer science subjects or topics to be understood to be good software engineer.🤓🤓🤓
@shivikatripathi5010
@shivikatripathi5010 10 ай бұрын
Hi sahil, would you be able to launch a boot camp in DSA?
@-Corvo_Attano
@-Corvo_Attano 10 ай бұрын
Informative video as usual❤
@sahilandsarra
@sahilandsarra 10 ай бұрын
❤️
@DigvijaySingh-se2ll
@DigvijaySingh-se2ll 10 ай бұрын
Please make a video on flow state and how to get into it
@johnsoto7112
@johnsoto7112 10 ай бұрын
In the first example you can argue that concatenating makes this code slower depending on the language
@Kishor_D7
@Kishor_D7 25 күн бұрын
S
@badasspandit1886
@badasspandit1886 10 ай бұрын
his energy level is definitely not enough to clear any interview
@tasneemayham974
@tasneemayham974 2 ай бұрын
Quiet the opposite actually. Sahil is calm and speaks slowly and surely. I believe if we talk like him in an interview we will appear as if we already know the interviewer is going to choose us. His confidence conveys more than a person who speaks fast and is sort of on edge.
@skunkmeat
@skunkmeat 10 ай бұрын
really good information, exactly what I wanted from this video
@sahilandsarra
@sahilandsarra 10 ай бұрын
Thanks 🙏
@josefkaras7519
@josefkaras7519 10 ай бұрын
Consider new rule for the fizzbuzz function - if the number is divisible by 3 and 7 print "this is dumb" - in the code with 3 conditions you will just add another one. The "clean code" would have ro be rewritten from scratch. It is not a clean code - if you swap those two ifs, the output will get fucked. It is not a good code.
@K9Megahertz
@K9Megahertz 8 ай бұрын
Eh you beat me to it. This code is not extendable and relies on a "hack" to work and yes, it would need to be completely rewritten from scratch if you wanted to change the behavior.
@jan5504
@jan5504 10 ай бұрын
Like chatgpt said to me: Do exercises and move up to do projects
@larbesabdellah7079
@larbesabdellah7079 10 ай бұрын
I'm a computer science student, I'm doing cloud computing now, I'm bad at networking and I hate it, but I'm in love with programming, please help me !!! Especially professional persons give me advices, roadmap anything to make me in the right way
@cccc2740
@cccc2740 10 ай бұрын
I would rather spend my time on contributing to OSS or build some app of my own for mobile platforms
@vedparkashgaba5478
@vedparkashgaba5478 10 ай бұрын
Very useful educational nice video content is also good
@sahilandsarra
@sahilandsarra 10 ай бұрын
❤️❤️❤️
@sujathareddyp9444
@sujathareddyp9444 10 ай бұрын
which institute best to learn professional English can you suggest me . bc the way of your pronunciation is excellent.
@aribasiebel
@aribasiebel 9 ай бұрын
Like all your videos.
@ehanchowdhurysami4514
@ehanchowdhurysami4514 10 ай бұрын
Hi bro, I need some guidelines so I want to ask some questions. Is there any way to contact you regarding this topic? Thanks. Best wishes :)
@rmyo4568
@rmyo4568 10 ай бұрын
sir your english is soo good can You make video on english learning
@bicycleworld7049
@bicycleworld7049 10 ай бұрын
❤❤❤❤Thanks for your very useful content
@sahilandsarra
@sahilandsarra 10 ай бұрын
❤️❤️❤️
@aryangautam7506
@aryangautam7506 10 ай бұрын
Make a video on Impact part
@Md_sadiq_Md
@Md_sadiq_Md 10 ай бұрын
Pushing the algorithm
@sahilandsarra
@sahilandsarra 10 ай бұрын
Thanks 🙏
@yli8888
@yli8888 7 ай бұрын
Hey your accent is perfectly understandable. Now try to understand my accent is more of a challenge😂
@almousafir4041
@almousafir4041 10 ай бұрын
Great Content 👍
@sahilandsarra
@sahilandsarra 10 ай бұрын
❤️
@Samandar-dev
@Samandar-dev 10 ай бұрын
thank you
@sahilandsarra
@sahilandsarra 10 ай бұрын
Thank you!
@mrwhosaini
@mrwhosaini 10 ай бұрын
I hope you will answer this... What can I do if my workplace is not helping to write clean code? They are always after features / releases neck to neck Are there any tools or books or AI stuff which can help me write clean code??
@tasneemayham974
@tasneemayham974 2 ай бұрын
I think the best way is to look at other people's solutions in LeetCode.
@ary_21
@ary_21 10 ай бұрын
I am unable to find out if an error is compiler error or run time error Also the guess the output pattern problems in assesment tests trouble me If any one can provide a resource to train n practice i will be glad!
@mathCode7694
@mathCode7694 10 ай бұрын
Make a course on DSA.
@RitikKumar-bk6pj
@RitikKumar-bk6pj 8 ай бұрын
People blame interviewer when we ate not able to do problem 😂😂😂😂 Bhaiya please help How to approach problem when we stuck.
@GauravSingh-tq5vm
@GauravSingh-tq5vm 10 ай бұрын
amezing
@sahilandsarra
@sahilandsarra 10 ай бұрын
Thanks 🙏
@bhupendralodhi7434
@bhupendralodhi7434 10 ай бұрын
Sir please guide me by mistake I choose biology after 10th
@thechantoftamohara
@thechantoftamohara 10 ай бұрын
At this point I don't think getting into Google Meta Amazon using DSA is the answer. Give or take 5 years down the line. They will remove DSA from tech interviews.
@BigBrother4Life
@BigBrother4Life 10 ай бұрын
why?
@thechantoftamohara
@thechantoftamohara 10 ай бұрын
@@BigBrother4Life DSA is barely used in industry at all. Unless you are developing a highly sophisticated game there is 0 use of DSA.
@amishbhadwa7104
@amishbhadwa7104 10 ай бұрын
@@thechantoftamohara but it helps to know about the problem solving of a candidate
@AntarikshRajkonwar
@AntarikshRajkonwar 10 ай бұрын
​@@thechantoftamohara then what is used in industry?
@Ashahar-cc4vb
@Ashahar-cc4vb 10 ай бұрын
@@AntarikshRajkonwar You're looking at the situation from a different perspective. From the companies POV, DSA is a tool which they use primarily to test a candidates logic building, quick thinking and solution generating skills. Think of it the same way we give JEE to get into IIT's. A CS degree from an IIT might have 0 correlation to physics and chemistry that is asked in JEE exam but if a student has the capability to generate solutions for the question paper, he can very well also perform well in Computer Science
@abineshkumar3021
@abineshkumar3021 10 ай бұрын
I'm facing a problem can you please help me, I'm really unable understand what is the concept of tournament management i) right now I only know one language that is C ii) what are the inputs and outputs in this program iii) Is C enough for this or i should learn any other language
@GabrielKwakye-sb6fs
@GabrielKwakye-sb6fs 10 ай бұрын
👍👍👍
@venugopalvv915
@venugopalvv915 10 ай бұрын
Hiii sir could u tell me that what u do after 40+ age which is difficult to survive in IT
@solarchat9413
@solarchat9413 10 ай бұрын
These are common things. I doubt anyone wont know this.
@devadhanushp.7359
@devadhanushp.7359 10 ай бұрын
bro do you really have a strong accent???????
@_pro_grammer_
@_pro_grammer_ 10 ай бұрын
💙💙💙
@crashcode8503
@crashcode8503 10 ай бұрын
@sahilandsarra
@sahilandsarra 10 ай бұрын
❤️
@prajwalm.s7976
@prajwalm.s7976 9 ай бұрын
No link to the video you told us to watch
@WinnerSingh
@WinnerSingh 10 ай бұрын
So now we should spend less time On leetcode and more on code academy.
@vikasnishad6955
@vikasnishad6955 10 ай бұрын
Sir i am requested for you can you make this topic in hindi
@D2_EFX_CORNER_1756
@D2_EFX_CORNER_1756 10 ай бұрын
malayali ano bro
@kirthanhegde7224
@kirthanhegde7224 10 ай бұрын
You lost me when you showed the Ghandi picture bro 😢..
@pankajchoudhary0
@pankajchoudhary0 9 ай бұрын
When.???
@kirantechnophile7852
@kirantechnophile7852 10 ай бұрын
2:13 did you just miss putting the condition to print "fizzbuzz" ?
@saimahidhar9833
@saimahidhar9833 10 ай бұрын
no,it will work.if num is 15 then output would be "fizz+buzz" by both conditions
@bhupendralodhi7434
@bhupendralodhi7434 10 ай бұрын
Sir in which subject have you passed in your 12th
@ritvikreddy3959
@ritvikreddy3959 10 ай бұрын
He went to an iit so it will be in Science(physics,chemistry,math)
@anypoptoslol
@anypoptoslol 3 ай бұрын
actually the fizzbuzz solution is kind of bad .logical equallity of two integers in this case is extremely fast.alocation of memory of an array?not so much .creating a concatenation is making useless one object already in memory and creating a new one .more memory and clock cycles.this is also a bit harder to read .Not all clever sollutions are actually smart.
@rahulroy463
@rahulroy463 10 ай бұрын
Will chatgpt take our job ???
@GameoverDood
@GameoverDood 10 ай бұрын
542 problems it is...
@mahammadhajiyev51
@mahammadhajiyev51 10 ай бұрын
He is talking like his child is sleeping and he does not make any noise
@pianoman6216
@pianoman6216 10 ай бұрын
I see, the problem with the code is that it's in python, right?
@manoelramon8283
@manoelramon8283 10 ай бұрын
as a manager that worked at google and amazon, I would never hire a person that focus on leetcode. Leetcode is useless
@randomboi637
@randomboi637 10 ай бұрын
And who are you actually ?
@vinaygujjula8381
@vinaygujjula8381 10 ай бұрын
This time the video is not much as intresting
@SAYANDAS-sf6hr
@SAYANDAS-sf6hr 10 ай бұрын
Will AI replace software engineers in future??😢
@tawkeer4
@tawkeer4 10 ай бұрын
I think only women have interviewed you because you use she for interviewer😂
@varunpalsingh3822
@varunpalsingh3822 10 ай бұрын
😂
@timlin1719
@timlin1719 10 ай бұрын
Compare to other Indian people, actually yours is easier to understand😂…but still a little fast😅
@syedsabihhussaini3910
@syedsabihhussaini3910 10 ай бұрын
why do you speak like this?
@ShivaSunkaranam-qx3jf
@ShivaSunkaranam-qx3jf 7 ай бұрын
So fast. Not liked
@anshsahu1752
@anshsahu1752 10 ай бұрын
me who just came after solving 56. problem
@mick5719
@mick5719 10 ай бұрын
enthu
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 452 М.
I solved 541 Leetcode problems. But you need only 150.
7:42
Sahil & Sarra
Рет қаралды 2,2 МЛН
He FOUND MYSTERY inside the GUMMY BEAR 😱🧸😂 #shorts
00:26
BROTHERS VLOG
Рет қаралды 54 МЛН
Top 5 Data Structures they asked me in 127 interviews
8:01
Sahil & Sarra
Рет қаралды 91 М.
Study MORE in LESS time: Use Chinese Technique of Wu Wei
7:35
Sahil & Sarra
Рет қаралды 736 М.
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,3 МЛН
Should You Still Learn To Code In 2024?
15:12
Tina Huang
Рет қаралды 56 М.
How To Pass Technical Interviews When You Suck At LeetCode
14:32
2-Minute Rule to Learn Coding - Atomic Habits
7:58
Sahil & Sarra
Рет қаралды 988 М.
Why You Should AVOID Linked Lists
14:12
ThePrimeTime
Рет қаралды 264 М.
Iphone yoki samsung
0:13
rishton_vines😇
Рет қаралды 9 МЛН
Секретная функция ютуба 😱🐍 #shorts
0:14
Владислав Шудейко
Рет қаралды 1,7 МЛН
Cách sửa này được không các bạn?
1:00
Cơ Khí Toàn Nghĩa
Рет қаралды 799 М.
Vortex Cannon vs Drone
20:44
Mark Rober
Рет қаралды 12 МЛН