How I Got Good at Coding Interviews

  Рет қаралды 1,617,490

NeetCode

NeetCode

Күн бұрын

🚀 neetcode.io/ - A better way to prepare for Coding Interviews
My second channel: @NeetCodeIO
🧑‍💼 LinkedIn: / navdeep-singh-3aaa14161
🥷 Discord: / discord
🐦 Twitter: / neetcode1
Spreadsheet: docs.google.com/spreadsheets/...
💡 CODING SOLUTIONS: • Coding Interview Solut...
💡 DYNAMIC PROGRAMMING PLAYLIST: • House Robber - Leetco...
🌲 TREE PLAYLIST: • Invert Binary Tree - D...
💡 GRAPH PLAYLIST: • Course Schedule - Grap...
💡 BACKTRACKING PLAYLIST: • Word Search - Backtrac...
💡 LINKED LIST PLAYLIST: • Reverse Linked List - ...
#neetcode #codinginterview #algorithms
Disclosure: Some of the links above may be affiliate links, from which I may earn a small commission.

Пікірлер: 628
@NeetCode
@NeetCode 2 жыл бұрын
🚀 neetcode.io/ - I created a FREE site to make interview prep a lot easier, hope it helps! ❤ I didn't mention this but using Python helped me a lot because you can write MUCH less code. I know most schools teach Java/C++, mine did as well, but i would highly recommend a language like Python/Javascript. Here's a short video highlighting the benefits of Python: kzbin.info/www/bejne/m56xnH19rMioqbM
@CalrosACJ55
@CalrosACJ55 2 жыл бұрын
meanwhile im preparing to do my interview tomorrow in c 🥲
@raiyan22
@raiyan22 2 жыл бұрын
still confused if solving these in python will be worth it or not, i am a noob btw and i loved this video of yours, earned a sub
@naodderibe4148
@naodderibe4148 2 жыл бұрын
hello, I currently do my challenges in java because I am most comfortable, but I do know a little python. Would you think it would be easier to do these problems in python? and if so should i sharpen my python knowledge?
@NeetCode
@NeetCode 2 жыл бұрын
@@naodderibe4148 I do think it's worth learning python, because it doesn't take too long and makes questions easier. In the past I used C++, but switched to Python and it's well worth it. I have never used Python at any job, only for coding interviews and it's the best decision I ever made.
@djslimcodes2337
@djslimcodes2337 Жыл бұрын
@@NeetCode Hey Neetcode, how many leetcode questions did you do and how many hours per day you were studying?
@sirbalafort2620
@sirbalafort2620 2 жыл бұрын
I didn’t know crack gave you the ability to solve very hard coding challenges. Might try some.
2 жыл бұрын
Crack does make a person good at problem solving, I dunno about the bug free part. But crackheads get mad creative.
@philippezevenberg1332
@philippezevenberg1332 2 жыл бұрын
well, that was a fucking lie, and do you have some? plz?
@kylelopez9640
@kylelopez9640 2 жыл бұрын
Crack is literally the best for coding.
@PIYUSH-lz1zq
@PIYUSH-lz1zq 2 жыл бұрын
He is in google
@williamsheppard6361
@williamsheppard6361 2 жыл бұрын
🤣🤣🤣
@Yari_leee
@Yari_leee 2 жыл бұрын
The spread sheet is such a great idea to compile thoughts and track what problems you need more practice with.
@ducky4303
@ducky4303 Жыл бұрын
@123 123 it's linked in the description
@HanifCarroll
@HanifCarroll 2 жыл бұрын
Great idea to create a document where you write the notes for each problem. I was essentially trying to do the same thing, but just from memory...which was silly, now that I think about it. Definitely gonna start using this tip, thanks!
@shelllu6888
@shelllu6888 2 жыл бұрын
not all can acquire such strong coding skill through interviews, you made it and more importantly you shared it to us, so a HUGE thank you for what you are doing!!!
@jvinay2210
@jvinay2210 Ай бұрын
Can you give me that spreadsheet link now it's is not showing
@XxM1G3xX
@XxM1G3xX 2 жыл бұрын
I have failed 3 final round of interviews at this point, I got back to my interviewers to ask for feedback: I am lacking stronger/faster and more efficient coding skills. I won't give up and I will do these lists, because before I was doing random Leetcode questions and that way I couldn't find the patterns everyone was talking about. For sure your spreadsheet will help me a lot, thank you!
@saitejanagishetty8075
@saitejanagishetty8075 2 жыл бұрын
how you been doing so far?
@computer1889
@computer1889 2 жыл бұрын
😯
@jeremiahyoung4617
@jeremiahyoung4617 Жыл бұрын
So, how is it going now?
@harshupreti1526
@harshupreti1526 Жыл бұрын
@@jeremiahyoung4617 he prolly gave up 🤣
@ThisIsntmyrealnameGoogle
@ThisIsntmyrealnameGoogle Жыл бұрын
@@jeremiahyoung4617 its a good list but honestly the top companies ask questions that are a bit harder, i did get lucky on a few rounds and got similar questions but for the most part these questions are just "part 1" and then the interviewers tackle on a bunch more constraints and make them harder and harder, which makes sense since they dont expect you to just memorize but its still VERY brutal.
@anishr8017
@anishr8017 2 жыл бұрын
I was so confused and did not know where to start for my preparation and understand most problems. Thanks to your channel on my search list. I found everything I need in one place! Great work! Keep it going!!
@Aravind-je5cm
@Aravind-je5cm 2 жыл бұрын
You don't know how much I've been searching for a list like this! Thanks mate! Keep up the good work
@jvinay2210
@jvinay2210 Ай бұрын
Can you give now it is not showing
@nitinbhattacharyya8784
@nitinbhattacharyya8784 Жыл бұрын
That notes thing helps a lot to remember core patterns in questions and how to approach. It helped me massively to improve my logic. I mainly do handwritten notes since I find reading from copies better than looking at a screen.
@Dewskerz
@Dewskerz Жыл бұрын
Wow, this is awesome. Thanks for all the hard work! I'm definitely going to incorporate this into my preperations.
@montgomeryscottbrea2614
@montgomeryscottbrea2614 2 жыл бұрын
I just wanted to thank you for the work you're doing. We do appreciate it. Spreadsheet and Pattern Recognition part is when I had my "ah ha" moment.
@ChaosArtist
@ChaosArtist 2 жыл бұрын
Thanks for this video, very helpful. I would be in the camp of looking for common patterns. I think writing out the patterns in plain English and putting them in a spreadsheet is a great idea.
@kaustubgupta3983
@kaustubgupta3983 3 жыл бұрын
Awesome work!! Making interview preparation even simple.
@bigtasty7985
@bigtasty7985 2 жыл бұрын
This is so amazing and helpful, thank you so much!
@shrivigneshsenthilkumar3114
@shrivigneshsenthilkumar3114 2 жыл бұрын
I code my solutions in C++. But I follow your channel to understand the logic and translate the code from Python to C++. Your solutions are clear and concise enough to easily understand. I'm able to prepare consistently because of it. Thank you !
@C0deWithEbaad
@C0deWithEbaad 5 ай бұрын
Anyone watching this video after 2 years?🙋‍♂️
@UnsettlingSun
@UnsettlingSun Жыл бұрын
3:30 The best teachers are the ones that can explain abstract concepts in simple terms. I will use your note template for writing notes on my code =]. Liked and subscribed!
@bujimagnai4138
@bujimagnai4138 2 жыл бұрын
The fact that you keep track of the solutions in SS is super helpful - i may try this trick too! and thanks for making these videos, honestly the way you draw and explain things is top notch. you tube is full of people who are literally just regurgitating code answers without a lot of explanations.
@bujimagnai4138
@bujimagnai4138 2 жыл бұрын
just saw you provided the link to the SS too, you're awesome :) if i ever get into FAANG, i owe you a dinner or drink or something
@yusufhabib3507
@yusufhabib3507 2 жыл бұрын
@@bujimagnai4138 u will one day bro, keep working hard
@daniel_cunha
@daniel_cunha 10 ай бұрын
@@bujimagnai4138 how it going?
@kbreezy004
@kbreezy004 Жыл бұрын
This is actually great advice, subbed my man.
@cloudboysmusic5223
@cloudboysmusic5223 3 жыл бұрын
Thanks for the tips homeboy, once I get a Job At Microsoft the 🍻 are on me!
@NeetCode
@NeetCode 3 жыл бұрын
Sounds Good to me :)
@TheRealKitWalker
@TheRealKitWalker 2 жыл бұрын
Goodluck. Try other companies ad well. They're not that bad. 😊
@yt-sh
@yt-sh 2 жыл бұрын
@@NeetCode hey man thanks for the docs and 75 q, would have never heard about it. I subbed obviously
@TokyoXtreme
@TokyoXtreme 2 жыл бұрын
You get that job yet? I'm getting thirsty over here.
@hasanansari3042
@hasanansari3042 2 жыл бұрын
Goodluck
@kashyapkotak7629
@kashyapkotak7629 2 жыл бұрын
Thank God your video was in my KZbin suggestions. Thanks a million times!🙏🙏
@shawnmofid7131
@shawnmofid7131 2 жыл бұрын
Very good content. Thank you so much. I really like your suggestion of a high-level description of the solution.
@mrv3173
@mrv3173 Жыл бұрын
Subscribed just because i feel your genuine desire to help others! Thanks for the knowledge.
@rafael.aloizio1769
@rafael.aloizio1769 Жыл бұрын
I really like your channel, you rock on both sharing how you learn and what you have been learning
@Rohit-qp1ye
@Rohit-qp1ye 2 жыл бұрын
I just love your work bro keep working hard
@abhishekprakash4793
@abhishekprakash4793 2 жыл бұрын
This is the excellent suggestion ....I have keep on practising code but never thought of keeping track of it.
@frkzoid
@frkzoid Жыл бұрын
I'm wasn't planning to code and only wrote short scripts in the past but now I'm itching to learn more. Sounds like this would be a good start 🙂
@niharikapatil902
@niharikapatil902 Жыл бұрын
Thanks for this trick review! Thank you so much!
@mahamatadoum9061
@mahamatadoum9061 2 жыл бұрын
Thank you so much for everything you are doing, you helped me a lot with 75 problems for the leetcode. keep it up
@sravanikatasani6502
@sravanikatasani6502 2 жыл бұрын
Following this channel from 3 months I guess,,got to say this is the best
@BallinlikaG
@BallinlikaG Жыл бұрын
This is so overwhelming, even for someone who just graduated with a CIS degree. When I look at your explanations of how you solved each problem I don’t understand a single word. I feel like I’ll never learn enough to pass and be good enough for an entry level position
@NavJaswal
@NavJaswal 3 ай бұрын
I'm experienced and still struggling to get interviews 💀. Got laid off a couple months ago.. the market is tough to say the least 😮‍💨 Were you able to find anything?
@mainulhasan35
@mainulhasan35 2 жыл бұрын
Great work, thanks a ton!
@calvinlai3354
@calvinlai3354 3 жыл бұрын
Glad to see you back
@joynd
@joynd 2 жыл бұрын
Wow, thanks for sharing! I love the spreadsheet idea!!!
@abugslife2461
@abugslife2461 2 жыл бұрын
This video is super helpful! I'm just starting my leetcode journey and am excited and nervous :)
@Bhagya_paints
@Bhagya_paints 2 жыл бұрын
This the spreadsheet I needed about solutions on blind 75, thank you
@NeetCode
@NeetCode 2 жыл бұрын
Happy it's helpful :)
@brucelee7782
@brucelee7782 Жыл бұрын
ty bro this helps so many people and their careers!
@anastasianaumko923
@anastasianaumko923 11 ай бұрын
That's amazing! Thank you so much ❤
@rammohan6340
@rammohan6340 2 жыл бұрын
I must say now, i have found gold mine while surfing through videos suggestions on KZbin... Thanks man, keep the good work on...
@CrusadeVoyager
@CrusadeVoyager 2 жыл бұрын
Thank you for creating the spreadsheet, ;) Help appreciated.
@Peter-fk3tj
@Peter-fk3tj Жыл бұрын
Very helpful. Thank you so much!
@MistaT44
@MistaT44 2 жыл бұрын
Hands down the best channel for learning how to solve Leetcode problems! cheers
@kylekeenan3485
@kylekeenan3485 Жыл бұрын
Just went through the interviewing process and none of the companies were interested in anything to do with algorithms but how I wrote and structured my code or how I approached a problem/code request. They are after people who know how to do the job not provide perfectly refined and optimal algorithms. This was a relief for me as KZbin would have you believe it's all about solving a random hard leet code example and completing it in 20 minutes and then optimising it on the spot.
@joebarnacle
@joebarnacle 3 ай бұрын
Did you get the job though? I'd like to know
@lancetv4826
@lancetv4826 2 жыл бұрын
I'm new to Algorithm and Data structure and I think this is a good start thanks
@vedient
@vedient 2 жыл бұрын
that excel sheet is life-changing!!! thanks a lot man
@otifelix
@otifelix 2 жыл бұрын
I watched this twice. Thank you so much for sharing
@charan_75
@charan_75 3 жыл бұрын
Your voice is soothing to listen.
@NeetCode
@NeetCode 3 жыл бұрын
Thanks!
@wewe-fx6un
@wewe-fx6un Жыл бұрын
What?
@nghianguyen9693
@nghianguyen9693 Жыл бұрын
He has a potential career in asmr.
@nguyenthanhbinh4454
@nguyenthanhbinh4454 Жыл бұрын
Wow! Your instruction is the same as what i'm doing right now it's really cool
@ahaxi9022
@ahaxi9022 3 жыл бұрын
Thanks for sharing the cheat sheet! First time hearing the 75. Very helpful pointer for me.
@jatinkumar4410
@jatinkumar4410 2 жыл бұрын
Thanks for the spreadsheet.
@sheturaj7437
@sheturaj7437 2 жыл бұрын
Nowadays seeing the question in the interview before is more important than directly cracking your head into the problem which you haven't seen before. Thats why people who got selected generally would have solved 300+ questions on leetcode.
@tanoybhowmick8715
@tanoybhowmick8715 Жыл бұрын
This channel is blessing.
@AdobadoFantastico
@AdobadoFantastico 2 жыл бұрын
This is a very useful approach.
@kamertonaudiophileplayer847
@kamertonaudiophileplayer847 2 жыл бұрын
Yes, it is exactly what happens nowadays. People just learn how easy to break interview questions and get a job, but then we can observe tons of problems with software starting from a security and ending with understanding how software actually works. Hiring process should be seriously reconsidered.
@DanielVazquez
@DanielVazquez 2 жыл бұрын
As much as I dislike LeetCode style questions, I find that they at least allow anyone to have a chance. Imagine a recent graduate with limited experience looking for a job. If every company would forget about algorithmic and data structure questions and instead they would ask about their own specific requirements and technologies it would be nearly impossible for them to prepare for every possible company.
@thatoneguy978
@thatoneguy978 2 жыл бұрын
@@DanielVazquez someone recommended there should be a highly accredited cert you just show that you have
@sdwone
@sdwone 2 жыл бұрын
Yeap! I've been a professional coder for 10 years... Never used any algorithmic code EVER! It's niche exotic programming, for niche exotic coding jobs. Being able to write solid, well tested and easy to understand and maintain code, is vastly more important than being able to write fancy algorithms!!!
@thatoneguy978
@thatoneguy978 2 жыл бұрын
@@sdwone but that doesn’t get you a job is the thing 💀 I’ve seen people who are grade A with explaining and handling code but get screwed over by algorithmic questions
@SoyDelSouth
@SoyDelSouth 2 жыл бұрын
@@sdwone there’s also a difference between software engineers and computer scientists. Engineers use software that is already made by computer scientists to develop their product. Computer scientists work with very low level, high math and very efficient code. You write Python? Computer scientists write the interpreter and other technologies that makes python accessible. While I do believe that the current interview system can be cheesed, by cheesing it you’re actually understanding very basic computer science concepts.
@napalm.bopper
@napalm.bopper 5 ай бұрын
Loved the spreadsheet of solutions! That's a great idea.
@user-ik8pk5ll5f
@user-ik8pk5ll5f 8 ай бұрын
Thank you a lot for this video! It's really helpful ❤
@avimehenwal
@avimehenwal 2 жыл бұрын
I am going to solve them all :D Thanks for the resource
@manas6340
@manas6340 2 жыл бұрын
Thanks for the video ! This is really cool
@maiwei
@maiwei 2 жыл бұрын
Still learning the basics of python and want to learn C# and Unity, so thank you for this video and spreadsheet resources! Hopefully by next year I'll be competent at coding and will be closer to becoming a programmer!
@computer1889
@computer1889 2 жыл бұрын
me right now is learning fundamentals of C# and then when i feel that the time is ready then i will ask them to buy me a new 2nd computer because I will transfer to my next goal which is to learn Unity and Blender... I am hoping on that time, coding is easy because at least I already learned some things of C# as wide as possible. *My first and only computer right now is a laptop that was bought in 2013, with intel celeron b830 1.8GHz 2 cores and it just costs 300 dollars which is very cheap = slow performance, so expect that it's really laggy/impossible if I use unity to practice. If this year later in 2022 I could have a computer it will be my 2nd computer in my whole existence(aside to smartphone)... but of course i will only ask them to buy me depends on my performance if I feel good and feel ready at programming then i will want to buy new computer so that i can continue to my next goal but in case i feel my knowledge is too weak, then i can assume my new computer would be in 2023 haha*
@cgenigma675
@cgenigma675 Жыл бұрын
@@computer1889 lol did you just project your life on another dude?
@nemac23
@nemac23 Жыл бұрын
@@computer1889 Thanks for your comment. It made me laugh a lot.
@Mm-tf6pw
@Mm-tf6pw Жыл бұрын
You deserve every like and subscribe you receive, great stuff!
@iknoorsingh7454
@iknoorsingh7454 2 жыл бұрын
Bro you are very funny 😂 keep up the good work!
@asdrubalivan18
@asdrubalivan18 6 ай бұрын
I never thought about the spreadsheet and it's such a great idea.
@AmberRathour366
@AmberRathour366 2 жыл бұрын
THANK YOU!
@DharmicYoddha
@DharmicYoddha Жыл бұрын
Genius is the one who perfects the art by using experience in practice and repeat it over and over!
@musadabra64
@musadabra64 Жыл бұрын
I encountered the word search II problem, I was not expecting it, attempted it while explaining myself, I got stalk inside the nested of statements. I got emotional and told the interviewer I’m done I don’t want to waste his time 😅, what that failure thought me is to never give up because I was close to solving.
@Robert723
@Robert723 9 ай бұрын
Amazing video, very helpful! Thanks a lot!
@ambymbayi
@ambymbayi 2 жыл бұрын
You are a genius!!!!!
@scopeless22
@scopeless22 6 ай бұрын
One thing you can also do is after completing a problem you can see code ranked by memory space and speed. Check out the high results for both, and don't just take the first one but look through them as there is usually a very streamlined approach that handles it while also being very readable. On several of those problems where I resorted to array lists or sets, simple array manipulation was used and was very well thought out.
@sarahbavan3959
@sarahbavan3959 8 ай бұрын
you are doing god's work! thanks man
@fv5895
@fv5895 2 жыл бұрын
listening to you is like, some guy in same shoes as me, taking heart to heart
@creative.creation
@creative.creation 2 жыл бұрын
Thank you very much brother💖💖💖
@PrettyPreet4u
@PrettyPreet4u 8 ай бұрын
You are awesome with the way you have come up with a regex excel
@democratcobra
@democratcobra 2 жыл бұрын
Thank for Sharing ....This is very helpful.
@lokeshchandra1174
@lokeshchandra1174 Жыл бұрын
I used to follow the same trick for Maths problem in my school and engineering. I kind of remembered the patterns and one or two tricks of a particular type of problem. I always used to score above 90% throughout my career. Right now I am an Software engineer for last 4 years , but probably can't write find the odd even number in one go 😢.
@rondlin1
@rondlin1 2 жыл бұрын
This is really helpful
@idevbrandon
@idevbrandon 2 жыл бұрын
I wish i found this video earlier. I failed the coding interview every single time about 1yr and half. i feel like i'm lost in my life as i could not find a proper job even tho i'm still 25. I will keep practicing with your videos and other study materials
@NeetCode
@NeetCode 2 жыл бұрын
Please keep going and never give up!!! I don't talk much about my personal life on this channel, but believe it or not i was in your same situation not too long ago. I promise, with enough hard work and patience, your success is GURANTEED!
@idevbrandon
@idevbrandon 2 жыл бұрын
@@NeetCode Promise! never give up!
@AnkitSingh-lb5ct
@AnkitSingh-lb5ct 2 жыл бұрын
@@idevbrandon You got this. Go for glory!!
@fawadaliq
@fawadaliq 2 жыл бұрын
Soon dude soon. It takes a single moment for success to come and all your failures become worth it. So just keep going and grinding! That moment is near.
@TheYuran2016
@TheYuran2016 2 жыл бұрын
maybe it is not just yours, 1.5 years it is huge, usually 2-3 months is enough to learn every single algorithm by heart with implementation, at least with pseudo code ...
@eraybaysal7908
@eraybaysal7908 2 жыл бұрын
thanks for advices sir.
@thumbnasiuminc4373
@thumbnasiuminc4373 3 ай бұрын
Bro this is 🔥! I love the way you think
@trrra
@trrra Жыл бұрын
I've been working as a backend and frontend engineer for the last 7 years of my life, but the majority of the tasks was so trivial and pure maintenance that I'm not able to solve, in a reasonable amount of time and with a decent optimised algorithm, even the "easy" problems. And this is really frustrating and tells a lot about choosing a company to work with and knowing when it's time to change
@_yak
@_yak Жыл бұрын
I’ve been backend for 10 years and I don’t know anyone that solves these kinds of problems outside of interviews. Everyone needs to study for interviews because technical interviews are nothing like day to day work. In fact, in most contexts, if a dev is solving some tricky algorithm at work, they’re doing something wrong. There’s likely a well established library for it and hand rolling it will just make the code less maintainable and more error prone.
@brittanyblassingill
@brittanyblassingill Жыл бұрын
This is pretty normal and expected tbh.
@RandomShowerThoughts
@RandomShowerThoughts Жыл бұрын
@@_yakgreed, I never used anything remotely similar to these in my 3 years as a backend engineer
@abz4852
@abz4852 Жыл бұрын
@yak to be fair majority of algorithms only show their use when companies need to handle enormous amounts of information which is really unnecessary at 99% of companies. Even large companies like FAANGS or large banks would be pretty optimised at this point. The only time this shines is in the rare case when a startup grows very fast into a massive company which is 0.01% of businesses
@daddac
@daddac 2 жыл бұрын
YOU ARE AMAZING!!
@sapientum8
@sapientum8 2 жыл бұрын
Thank you for the excel sheet.
@Kidkromechan
@Kidkromechan Жыл бұрын
I think it's time to sit down with lots of water and notebook and figure out the approach to fix these problems. I feel stupid for not understanding big O notations, time complexity, space complexity and stuff like that but m getting there. I think it's pretty exciting as long as it is explained clearly how the solution was found using illustrations.
@enriqueisaacs8181
@enriqueisaacs8181 Жыл бұрын
thanks bro, you a G
@howawwe3291
@howawwe3291 Жыл бұрын
You're the man dude
@RajSehmi5293
@RajSehmi5293 2 жыл бұрын
This video is extremely under rated..!! People needs to know about this hero.. 😇
@Daamilola
@Daamilola 2 жыл бұрын
Thank you!
@avinashsorab5026
@avinashsorab5026 4 ай бұрын
I have been writing pictorial representation of approach on a white paper along with some simple english statements once I watch your videos and completely be able to code the solution. That helps to instantly revise some of the problems I solved long ago. Hope that helps others too.
@SangArt
@SangArt Жыл бұрын
wow!! thank you so much
@ashreneroy
@ashreneroy Жыл бұрын
God bless you Neetcode
@haaaaaaaaaah4197
@haaaaaaaaaah4197 2 жыл бұрын
Hello from this video I feel like I came across a well-wishing, great persona. Thank you for allowing me to have this experience :)
@VinodMoorkoth
@VinodMoorkoth 2 жыл бұрын
Thanks man !
@berraurhn
@berraurhn Жыл бұрын
Thanks buddy !
@SreenathV
@SreenathV 2 жыл бұрын
Sir, you the best... !!!
@tharunkumarreddy1224
@tharunkumarreddy1224 2 жыл бұрын
Thanks bro 👍
@erana4124
@erana4124 2 жыл бұрын
Great tip!
@samsamsamie
@samsamsamie Жыл бұрын
Thank You very much bro
@arslannoorofficial
@arslannoorofficial 2 жыл бұрын
You have a beautiful voice
@codekarlein
@codekarlein 8 ай бұрын
It is quite helpful thanks man👍👍
@rishabhkalra9505
@rishabhkalra9505 2 жыл бұрын
thanks for giving a direction to my prep strategy too. I currently work with a decent service based company and targeting to crack FAANGM by the end of this year. This video is really helpful. Thanks a lot
@gautamisane3240
@gautamisane3240 2 жыл бұрын
All the best. Could we connect? I would like to ask you some things
@rishabhkalra9505
@rishabhkalra9505 2 жыл бұрын
@@gautamisane3240 Sure
@rishabhkalra9505
@rishabhkalra9505 2 жыл бұрын
@@gautamisane3240 let me know where would you like to connect.
@gautamisane3240
@gautamisane3240 2 жыл бұрын
Thanks. Linkedin is fine. I'll send you connection request!
@free-palestine000
@free-palestine000 2 жыл бұрын
How’s it going?
@_PrajaktaMokale
@_PrajaktaMokale Жыл бұрын
thank u so much sir 🥰🥰
Big-O Notation - For Coding Interviews
20:38
NeetCode
Рет қаралды 375 М.
Mock Google Coding Interview with a Meta Intern
47:04
NeetCode
Рет қаралды 835 М.
I quit Amazon after two months
10:09
NeetCode
Рет қаралды 547 М.
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
Codebagel
Рет қаралды 84 М.
How I Approach a New Leetcode Problem (live problem solving)
25:31
8 Design Patterns EVERY Developer Should Know
9:47
NeetCode
Рет қаралды 963 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
How to Start Leetcode in 2024 (as a beginner)
8:45
Ashish Pratap Singh
Рет қаралды 544 М.
The LeetCode Fallacy
6:08
NeetCode
Рет қаралды 331 М.
Top 6 Coding Interview Concepts (Data Structures & Algorithms)
10:51
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 219 М.
3 Types of Projects That Will Make You a Programmer
8:12
Andy Sterkowitz
Рет қаралды 1 МЛН
СЛОМАЛСЯ ПК ЗА 2000$🤬
0:59
Корнеич
Рет қаралды 1,6 МЛН
Пленка или защитное стекло: что лучше?
0:52
Слава 100пудово!
Рет қаралды 768 М.
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Рет қаралды 3,5 МЛН
🔥Новый ЛИДЕР РЫНКА СМАРТФОНОВ🤩
0:33
Как часто вы чистите свой телефон
0:33
KINO KAIF
Рет қаралды 1,9 МЛН