Most Common Concepts for Coding Interviews

  Рет қаралды 261,841

NeetCode

NeetCode

Күн бұрын

The fastest way to prepare for coding interviews: prioritize the most common data structures and algorithms.
🚀 neetcode.io/ - Get lifetime access to every course I ever create!
Checkout my second Channel: / @neetcodeio
🌎 neetcode.io/roadmap - Coding Interview Roadmap
📃 neetcode.io/practice - Neetcode 150
🧑‍💼 LinkedIn: / navdeep-singh-3aaa14161
🥷 Discord: / discord
🐦 Twitter: / neetcode1
📷 Instagram: / neetcodeio
🎵 TikTok: / neetcode.io
0:00 - Read the problem
0:36 - Arrays
1:45 - Decision Trees
2:36 - Graphs
4:04 - HashMaps
4:32 - Heaps
5:01 - Dynamic Programming
5:47 - Solving 100s of problems?
#coding #neetcode #python

Пікірлер: 202
@NeetCode
@NeetCode 7 ай бұрын
I have a second channel where I solve the daily leetcode problems: youtube.com/@neetcodeio I curated a list of the 150 most important coding interview problems: neetcode.io/practice
@vs3.14
@vs3.14 7 ай бұрын
I follow both of those. But ever since I started Tree, my ability to solve a problem on my own has decreased tremendously. I can sometimes explain the algorithm and how it's going to work. But when I try to code it up, I either can't or make some recursion stack error or some pointer error. It's been very demotivating for the last 2 weeks. (Would reading a bit of theory on the topic from grokking Algorithm help?)
@iseeflowers
@iseeflowers 7 ай бұрын
Look nice with that sweater.
@anirbansaha7987
@anirbansaha7987 5 ай бұрын
Do you plan to update the object oriented and system design series ?
@SacWebDeveloper
@SacWebDeveloper 3 ай бұрын
r u crushin?@@iseeflowers
@sandman.38
@sandman.38 6 ай бұрын
Prepping for Google rn. My initial phone screening was a graph problem that required a hash map adjacency list to determine some minimum time at which all nodes are accessible by every other node. Listen to this man LOL
@potodds_trading
@potodds_trading 7 ай бұрын
Excellent advice. Perfect example of think smarter rather then try and memorize everything. Basically you have to do these problems in 30 minutes blind. This is why most interviews are medium level. But even the original optimal solution to medium level problems took way more than 30 minutes to come up with.
@user-mp9um5qj3u
@user-mp9um5qj3u 7 ай бұрын
Since last two days... I am working with your one dimensional dp series. I am solving them using my ways and using recursion. Now going to solve the second last problem based on subsequences. Will be doing the iterative version once i get through this list using the recursion. Believe me, Your series is the best series. 🎉🎉
@mckenziepictures
@mckenziepictures 7 ай бұрын
So bizarre that while we are looking to be employed by FAANG companies, this man/hero and others like him have parted ways with those same firms and never looked back.
@levelup2014
@levelup2014 7 ай бұрын
That’s life I had a friend turn down an offer from google because his TikTok and Ig blew up and decided to be a content creator selling his own programs that’s life at the end of the day it’s just a job which will always have its constraints
@kav04
@kav04 6 ай бұрын
but the things is Needcode has more than 500 000 subs. So probably he's making about 10-40 000 in months. Let alone his courses
@sandman.38
@sandman.38 6 ай бұрын
@@kav04 Not necessarily, we’re a pretty small niche the money from YT isn’t that much, and the subscription money from the course would be good enough to keep him comfortable. I think he’s enjoying having less stress while doing something that he finds peace in
@andiuptown1711
@andiuptown1711 6 ай бұрын
@@sandman.38his io is the money maker
@danaleightleight8785
@danaleightleight8785 6 ай бұрын
​@@sandman.38it's working the opposite way, at least in France. Video made for a niche has a CPF higher because the public is more interested to buy or watch ad
@Yupppi
@Yupppi 6 ай бұрын
On philosophical standpoint, not being a professional coder, I'd also be inclined to believe your message (if I got it right) that strong grasp of fundamentals is much more useful than the ability to solve a really difficult trivial problem. To my understanding the interviewers (coding or not) want to see that you have a strong and healthy base to learn more and build onto, rather than very specialized memorized skill. Like they want to see your problem solving process, they might not even care if you can solve their test problem or not, but to see your thought process in how you'd start solving it, what's your planning stage like and WHY you are doing what you're doing. That tells them your potential and how easy you are to work with as a member of the team, if they can trust you with unfamiliar stuff.
@fark69
@fark69 6 ай бұрын
You got it right and this is what most interviewers are trained to look for actually
@pavangc7380
@pavangc7380 5 ай бұрын
This is what I look for in a candidate but when I myself try to apply for another job, I've to compete with geeks. I've to prepare for such stuff outside the actual stuff I do. Seems pointless.
@eggfriedrice566
@eggfriedrice566 7 ай бұрын
Thanks for using Python! As an aspiring data scientist, you are my savior for data structure and algorithm questions even though I got a degree from a university people considering one of the best in CS. Luckily, the neetcode 150 is more than enough for data science and/or machine learning interviews.
@sdsunjay
@sdsunjay 7 ай бұрын
These are the topics I feel it is most important to study, in order, with the first 10 being *essential*: - Two Pointers - Binary Search - Sliding Window - Trees (DFS, BFS) - Merge Intervals - Backtracking - Stacks - Hash Maps - Heaps - Linked Lists, specifically creating new ones and reversing existing - Greedy - Fast and Slow Pointers - Two Heaps - K-way merge - Top K Elements - Subsets - Matrices - Topological Sort - Dynamic Programming - Tries - Union Find - Bitwise manipulation If you do only 5 problems for the first 10 topics, it's still 50 leetcode problems. Some employers purposefully choose less popular topics, such as Union Find, so its probably better to do problems for all topics if possible
@chuckle_pugz96
@chuckle_pugz96 7 ай бұрын
thanks!
@slayerzerg
@slayerzerg 7 ай бұрын
cool story bro, neetcoders know
@piyushpal8565
@piyushpal8565 7 ай бұрын
Nice
@sent4444
@sent4444 6 ай бұрын
only basic data structure and algorithm is enough, maybe some advanced data structure such as priority queue other will make you special and has better value than other candidates of cause unless you apply to special role such as data scientist or ai engineer, the machine learning relate algotrthm is required
@CameronFlint07
@CameronFlint07 5 ай бұрын
This is great list. Should Tries be above DP, I wonder?
@vallabhahere1564
@vallabhahere1564 6 ай бұрын
Hello sir,thankyou soo much for all your tutorials, I was following your neetcode 150 and I cracked my first job just because of doing your neetcode 150 and some of dev stuff ,you are doing gods work
@satwiktatikonda764
@satwiktatikonda764 7 ай бұрын
Respect towards you increasing day by day guruji
@KillerBearsaw
@KillerBearsaw 6 ай бұрын
Really grateful for your channel and also all of the problems on leet code. I find the best results when I study and practice the problem to learn new ideas and solutions, rather than just complete them for the sake of completing them. Looking forward to checking out your recommended problems
@pcccmn
@pcccmn 7 ай бұрын
You reminded me that I'm really only grinding LCs to pass interviews. At some point I seem to have forgotten that... well time to go back to our favorite problem DP 😂😂
@kevincollazos9514
@kevincollazos9514 7 ай бұрын
Very appreciative for your content and videos. This information is gold really helps someone like me who is trying to teach themselves everything about programming. Thank you!
@ThinkWithGames
@ThinkWithGames 7 ай бұрын
Nice video! While the situations presented in leetcode problems are not always realistic, knowing when and how to use certain algorithms and data structures is useful on the job. Just knowing DFS (with back tracking) you can generate mazes without loops, as well as solve any maze. All from the same algorithm!
@boojo3
@boojo3 7 ай бұрын
the thing is now you need to do hundreds of leetcode problems not just for the interview but for online assessments in order to get an interview you gotta get near perfect or perfect scores
@chinmaywalinjkar7340
@chinmaywalinjkar7340 2 ай бұрын
I signed my Apple swe summer internship offer letter yesterday, and i wanted to thank you. I hope you continue to put out more of such useful videos for free
@johnflavian
@johnflavian 7 ай бұрын
Thanks a bunch bro, I really needed this rn. There are so many leetcode problems such that I struggle with finding solutions for them. I'll heed your advice, and let's see how it goes... 😊
@amankasat
@amankasat 6 ай бұрын
What an amazingly informative video! Incredible job man
@zzznavarrete
@zzznavarrete 5 ай бұрын
Thanks for your content! I'm currently preparing for an online interview with a MANGA company which I'll have in a month from now and maneuver the effort seems to be the smartest thing to do to optimize time, and your videos are helping me in that effort :)
@calmyourmind5617
@calmyourmind5617 5 ай бұрын
These tips are eye-opening. Thank you so much.
@navaneethmkrishnan6374
@navaneethmkrishnan6374 7 ай бұрын
You know, not many people reveal their tricks like this. Thanks man!
@claudeburbank180
@claudeburbank180 7 ай бұрын
you should do data structure, algorithm, programming concept tier list. i think its fun idea
@carlosduque5174
@carlosduque5174 6 ай бұрын
Second this!!!!
@MIDNightPT4
@MIDNightPT4 3 ай бұрын
Thank you Neetcode, your content is super helpful!
@shehzadahmad4820
@shehzadahmad4820 7 ай бұрын
Thank you so much for this video. 🙌
@CodingWithCesar
@CodingWithCesar 7 ай бұрын
@Neetcode when are you adding a course for decision trees? I’ve gone through you courses and though it mentions during the dp and backtracking problems a video on just recognizing the pattern would be extremely helpful
@Kyle-rf5mb
@Kyle-rf5mb 7 ай бұрын
Does your pathway reflect the frequency/difficulty questions to learn first in your Pro subscrptions? Or if not would you create a pathway that does focus on this.
@kgtw5506
@kgtw5506 Ай бұрын
the only video which can motivate a non coder like me to get through python interview ocean before interviews.... kudos and thanks to bring up this..... channel subscribed...
@shreyabisen4729
@shreyabisen4729 4 ай бұрын
Very informative Video! Thanks for all the help!
@Dg-qc7qm
@Dg-qc7qm 7 ай бұрын
just a tip re hashmaps, AVG case is the key word here. Interviewers are usually looking for the worst case performance where HashMaps have O(n) worstcase for every action.
@Julzaa
@Julzaa Ай бұрын
Wow this is so informative, thanks a lot!!
@bennihana2422
@bennihana2422 6 ай бұрын
Thank you so much for all of your videos and content
@jorkhachatryan317
@jorkhachatryan317 7 ай бұрын
This is helpful, thanks.
@Omikronik
@Omikronik 7 ай бұрын
I just want to say thanks. Appreciate you a lot.
@aw2031zap
@aw2031zap 2 ай бұрын
Basically, these tests give you 30 to 60 minutes per question. You HAVE to be able to do these kinds of problems unconsciously. Reading the problem and comprehending it can take 5 to 10 minutes depending on the layers of obscurity (a story about cherries at dinner parties) and how you're given the inputs (parse some flatfile?) and so you need to immediately identify the solution ("sliding window solution") and then implement the solution in about 25-50 minutes. You will then be graded on whether the solution is the "rightest" (did you just bruteforce the answer? or is it performant?) and whether your code looks neat/clean (or does it look like you LLM'd it). These hazing rituals have gotten so bad that you need to be able to program without thinking to make the time limit, which feels pretty counter to the person you want to hire as an engineer, lol.
@GeorgiyRyabov
@GeorgiyRyabov 7 ай бұрын
Thank you, sir for sharing. Could you please create a video that will show how to learn to deeply understand the basics of algorithm concerts. Please upvote!
@0brooo
@0brooo 7 күн бұрын
I would really like to see a neetcode add a daily question based on my progression in the road map. Like you said, some questions are derived from other questions. So a daily question based on which questions I’ve completed to allow me to flex my understanding to conform to a new yet similar problem would be great. Love your videos ❤
@izayahg4272
@izayahg4272 6 ай бұрын
When going through the neetcode 150. Do you recommend doing all the easy/medium problems for one topic then moving on? Or is there a better way
@abhishekrao3738
@abhishekrao3738 7 ай бұрын
What Concepts should be learned serial-wise to ace the CP ? for ex- array,linklist,dp,tree,etc.
@yazhefeng8914
@yazhefeng8914 6 ай бұрын
🎉very clear
@DiogoMartinsdeAssis
@DiogoMartinsdeAssis 4 ай бұрын
Hello, I would like to ask you a question, does the programming language in which I solve LeetCode really matter? The FAANG look differently if I resolve in language X and not Y.
@yega3k
@yega3k 4 ай бұрын
I wish there were practical everyday problems to solve with these algos (maybe there are but no-one talks about them?). If I (personally) don't have cause to use them in my regular coding projects, they just go away. Out of sight out of mind. Advent of Code is excellent for practicing algos by applying them but again, even AoC is just a bunch of puzzles.
@mohit8299
@mohit8299 Ай бұрын
Thanks 🤩
@kirillzlobin7135
@kirillzlobin7135 4 ай бұрын
Great channel. As an idea for the next series of videos, please, could you consider FANG frontend related questions Thank you
@danie_01
@danie_01 6 ай бұрын
Hello, I am adequate at c programming b/c it is the main language taught by my university at the start which is now transitioning to java. After learning about the two I'd like advice on which language to start next python or java script?
@incarnateTheGreat
@incarnateTheGreat Ай бұрын
I like this video, so thank you. However, all I feel like I'm getting from this is that you need to learn these things for interviews, not jobs. I'm a frontend engineer who mostly dabbles in Typescript and libraries, yet I'm still required to do LC Medium tests
@RawPeds
@RawPeds 7 ай бұрын
Gotta study those DFS and BFS until they become my breakfast meal.
@learningalgos614
@learningalgos614 7 ай бұрын
I see you have the sliding haircut algorithm implemented already
@user-sn4nb3ei8p
@user-sn4nb3ei8p 2 ай бұрын
""" Hi, What do you think about the time complexity of second function here? At first, it looks like cubic() has O(n^3) but both functions practically scale quadratically, considering the cases below. GPT is confused and gives both answers sometimes. """ def quadratic(n): # O(n^2) count = 0 for a in range(n): for b in range(n): count += 1 print(count) def cubic(n): # O(?) count = 0 for a in range(n): for b in range(n): if a == b: for c in range(n): count += 1 print(count) cubic(20) # 400 (20*20) cubic(30) # 900 (30*30) print() quadratic(20) # 400 (20*20) quadratic(30) # 900 (30*30)
@4144758
@4144758 Ай бұрын
Excellent
@ivandrofly
@ivandrofly 2 ай бұрын
2:21 - Learning graph
@rahuljyala8967
@rahuljyala8967 7 ай бұрын
So Neet 🙏
@manuelaguilera6657
@manuelaguilera6657 6 ай бұрын
Im studying CS in college year 2, i know about most of those topics, but if you asked me to code them right know then im not sure i would be able to. Like i can explain to you and give some mathematical demonstrations, but idk if i can implement a heap right away.
@dave6012
@dave6012 6 ай бұрын
“I’ve done hundreds of problems, why do I still suck?” I felt that one. Way too close to home.
@Lukeisun7
@Lukeisun7 7 ай бұрын
Neetcode, how do you feel about books? Such as the Algorithm Design Manual or the classic CTCI? It's without a doubt not the fastest method but do you have any experience with these?
@RaefetOuafiqo
@RaefetOuafiqo 7 ай бұрын
CTCI has easier algos, probably its good for a start then do leet code after
@Supakills101
@Supakills101 7 ай бұрын
I read CLRS cover to cover, most people aren't that masochistic though.
@fark69
@fark69 6 ай бұрын
When you apply to Meta, there is a whole career portal with videos and lessons from the CTCI author going over how to prepare for interviews, so CTCI is definitely respected and still applicable all these years later
@patitatitatitatitona
@patitatitatitatitona 3 ай бұрын
I have no idea what you are talking about in most of the video but I still subscribed because one day I will get there
@dankquan743
@dankquan743 3 ай бұрын
It really is ridiculous that I had to solve leetcode nonsense to get a job where I write crud spring applications
@ivoredafe9660
@ivoredafe9660 7 ай бұрын
It’s really a forbidden jutsu. 🤣😂😂
@abhayshukla322
@abhayshukla322 7 ай бұрын
great one 😂
@yuriipetrenko3595
@yuriipetrenko3595 6 ай бұрын
What drawing app you're using? Thanks
@fabimartinez3071
@fabimartinez3071 6 ай бұрын
Eres bueno, muy bueno
@twilightcoder
@twilightcoder 5 ай бұрын
Many companies also expect experienced developers to know the company's stack well. If you are applying for a Full Stack Laravel React developer position you are expected to know PHP Laravel react very well. Most Full Stack positions expect you to know a Front End and Back End Framework. Solving Leetcode problems is not enough to get a job.
@awnion
@awnion 7 ай бұрын
25 years ago I've heard saying: "Every problem is eventually a graph problem." Just learn graphs. That's it!
@brandoncbh
@brandoncbh 7 ай бұрын
I heard that system design is also important for interviews, are there any good resources that you recommend?
@fark69
@fark69 6 ай бұрын
Every staff dev I know swears by the Alex Xu System Design Interview book. It's worth watching videos of sys design interviews online, but you HAVE TO do a mock interview before your real one. Find someone to do one with and give you feedback afterwards. Pay for a service if you must, but that's really huge because system design isn't like Leetcode where you can see how good you did and iterate and improve by yourself.
@johnj171
@johnj171 18 сағат бұрын
Ohh The GodFather I also love your sarcasm 😂😂 favorite topic dynamic programing
@TheBboyism
@TheBboyism 7 ай бұрын
Sounds like with some consistent studying I can be interview ready in a month's time with these topics in focus?
@hetpatel511
@hetpatel511 4 ай бұрын
please solve leetcode 654. Maximum Binary Tree using monotonic stack
@NihongoWakannai
@NihongoWakannai Ай бұрын
3:37 it would help if there weren't a heap of one letter variables everywhere so I could tell what the code is doing without having to look all around the code for what it is or even what type it is.
@yongenong106
@yongenong106 7 ай бұрын
literally all the online assessments I've taken have tested on dynamic programming lol
@Derek-np7ke
@Derek-np7ke 7 ай бұрын
I actually find dynamic programming to be easier than greedy algo. If you understand recursion well from DFS, then you can transform a DP problem into a DFS problem with a memo table. Greedy, on the other hand, has no consistent design patterns and is truly looking a spark on cleverness.
@asparshraj9016
@asparshraj9016 4 ай бұрын
Don't know man, currently solving dp problems. Somehow it feels very intuitive (im using top down approach), trying to learn to convert it to bottom up. Occasionally still gets stuck 😅😅
@NaourassDerouichi
@NaourassDerouichi 7 ай бұрын
Quality.
@user-lx1wh6uz3e
@user-lx1wh6uz3e 4 ай бұрын
Nice Video! There a competition for women on coding- code to win. Can you make a video on how to ace it?
@leonardospecht4779
@leonardospecht4779 7 ай бұрын
The amazon backpack in the background is a nice easter egg
@cardmaster1799
@cardmaster1799 7 ай бұрын
Appreciate some of the advice. Although you probably shouldn’t have showed the Reddit person towards the end.
@amarbashir4092
@amarbashir4092 6 ай бұрын
@sanchitmishra1895
@sanchitmishra1895 7 ай бұрын
I had a few questions, I know there a patterns that are asked, you don't need to do 500 questions. But as I didn't do much of graphs and trees, The approach I'm currently taking is to cover the topics and learn it, do the questions. Once it is done then ill move to 150 questions you have to practice them and keep applying in mean meantime!@Neetcode is this approach good or i should just learn 150 questions? i know it is different for everyone but just wanted to know what any of you will do!!
@kirillzlobin7135
@kirillzlobin7135 6 ай бұрын
I recommend you under each video pin a comment where people will be able in comments to make their suggestions for the topics they want you to cover Kosaraju's Algorithm - this would be my suggestion for you to cover it when you have time
@Pseudo___
@Pseudo___ 6 ай бұрын
wonder how many programing interview relate videos there are... and how many of these exact video idea most common questions .
@vectoralphaAI
@vectoralphaAI 6 ай бұрын
Tech interview process is broken. Dedicating this much time to solving brain teaser problems like leetcode is a huge waste of time, and its whats wrong with the industry.
@munvut877
@munvut877 6 ай бұрын
What you are saying is 50 50 not 100%
@hifumibestgirl
@hifumibestgirl 6 ай бұрын
Silicon Valley has been very elitist since its earliest days. These interviews are mostly about getting a ballpark measurement of IQ and conscientiousness to show that you can be a productive member of the club in a world where explicit IQ tests have been made illegal.
@lucasalves8072
@lucasalves8072 6 ай бұрын
But so much of the thinking process used to the challengers is required to optimize processes, in machine learning for example use so many of this algorithms
@niceone1456
@niceone1456 6 ай бұрын
How should the process be then? If you can't beat them in those problems, how can I trust you will deliver a better project than them?
@scottnelson1068
@scottnelson1068 6 ай бұрын
100% agree. Thank God we stopped it at our workplace. It doesn’t give us good candidates, it gives us someone who can answer tricky questions, it doesn’t give us engineers who can write scalable enterprise software. The guys doing the real work are too busy to study for leetcode.
@sayanghosh6996
@sayanghosh6996 7 ай бұрын
3:02 isnt a tree a DAG. why did you mention it to be undirected?
@r0hit
@r0hit 7 ай бұрын
1:44
@anasouardini
@anasouardini 7 ай бұрын
But how do you study for each one, doing random problems at leetcode? reading random articles about random variations of them? Algorithms and DS is the most chaotic topic in Software Engineering.
@hrishikeshmane
@hrishikeshmane 6 ай бұрын
Amazon backpack in the background 🤌
@AccerAspire
@AccerAspire 7 ай бұрын
HashMap is really forbidden jutsu
@TheNishant30
@TheNishant30 7 ай бұрын
Backtracking and graph problems are easier than "simple" array problems for me. I guess i'm just weird.
@sandman.38
@sandman.38 6 ай бұрын
Ya our brains are essentially huge decision trees, so we naturally do better with deterministic pathways rather than sequential repetitive operations like with arrays.
@quyiter
@quyiter 7 ай бұрын
Been doing a lot of interviews lately, admittedly not at MAANG companies, but still F500 companies and honestly haven't had a single coding-style interview in the dozen or so I've had in the last 3 months. Still good to keep these skills sharp incase they come up, but starting to seem less common at the senior level.
@fark69
@fark69 6 ай бұрын
These are specifically for tech companies (everyone from startups to MAANG). Non-tech companies like F500 don't ask stuff like this.
@collinkimball6231
@collinkimball6231 6 ай бұрын
@@fark69some do
@priyamprasad624
@priyamprasad624 7 ай бұрын
It would be better if you make a course or series regarding DSA in python. Because on internet or even in KZfaq there are a few courses of DSA in python available. So for python guys and students and beginners it's really hard to get into. The stereotype of "wtf broz you are learning DSA in python?? Go for java or c++ man" is still around. It would be great if you make it.
@sent4444
@sent4444 6 ай бұрын
better learn in c and translate to python or just learn from algorithm theory/concept video if you really dont want to touch non python language ever
@faizsyed658
@faizsyed658 7 күн бұрын
If you are a beginner you shouldn't even be getting into coding interview prep. Learn CS fundamentals first
@AlameenAdeyemi
@AlameenAdeyemi Ай бұрын
The problem i have is optimization I can get the solution but i have to brute force i cant just think of optimized solutions at once
@humaneBicycle
@humaneBicycle 4 ай бұрын
bug report: sometimes solved and marked questions don't work on initial load. almost game me a heart attack.
@carljones9640
@carljones9640 4 ай бұрын
I don't know much about how this stuff is done because I'm not really a developer/programmer by trade (I'm a mathematician), but is this not how stuff is prioritized in normal CS courses? I have my minor in CS, but besides programming 1, 2, and data structures/algorithms, I took all the math-heavy courses and skipped the ones that were about, ironically, actually building or designing systems/apps from scratch. It's kind of ironic that all of these things seem like the entire focus of a math-focused CS course if they aren't touched on as much in the non-math-heavy CS courses.
@samuelsuther1583
@samuelsuther1583 7 ай бұрын
4:48, doesn't heapify operation take O(n log n) time?
@kareemadesola6522
@kareemadesola6522 7 ай бұрын
No, it takes O(n) time
@fark69
@fark69 6 ай бұрын
Think about what heapify does. It goes through the list, finds the min or max and then puts that at the top of the tree. That is an O(n) operation. You can find min / max by scanning list once and build the tree by scanning the list again now that you know the min / max
@Sameer.Trivedi
@Sameer.Trivedi 7 ай бұрын
I like how sooo many leetcode hards are graph/dp 😂 they know people are scared of these.
@darshantawte7435
@darshantawte7435 6 ай бұрын
Explain this to Indian employers here. Asking absurd DP questions in OA as well as interview.
@faizsyed658
@faizsyed658 7 күн бұрын
Which indian employers specifically?
@shreyanshmishra6613
@shreyanshmishra6613 7 ай бұрын
Forbidden jutsu got me
@dgtemp
@dgtemp 2 ай бұрын
You have grown a lot bro! Like I have seen you with less than 50K subs and now it has another zero at the end so I couldn't believe my eyes, had to look again lol.
@mxwelljt
@mxwelljt 7 ай бұрын
time for you to grind codeforces 🧠
@user-ss1xc9ck6z
@user-ss1xc9ck6z 4 ай бұрын
I have the technical skills and can create mid level to senior level software. I learn best by doing as well. I've built AI solutions, and I'm enjoying it. Nonetheless, I want to be part of a bigger team like TikTok, Google, and others Grinding Leetcode seems isnt fun. Just to get through the door. My colleague told me to keep trying and I told him, it's not that I can't keep trying, I just don't like wasting time doing something that's going to such the fun out of everything and only pay off after years. What advice do you have for me I belive I'm not the only one
@DogDog-pu8py
@DogDog-pu8py 4 ай бұрын
Let’s get my man some more views so he can improve his sad looking room 🤣💪🙏
@saurav0203srivastav
@saurav0203srivastav 7 ай бұрын
Cherry Pickup2 gave me nightmares
@zakraw
@zakraw 7 ай бұрын
In Software Engineeriing you don't need to have solved many of those problems, just knowing basic principles are more than enough for absolutely most jobs.
@JoshW5000
@JoshW5000 7 ай бұрын
Is that what you tell yourself bud? Delusional if you think that’s all you need.
@zakraw
@zakraw 7 ай бұрын
@@JoshW5000 What do you mean by "all"? I didn't say that. The most jobs are not FANG and don't even demand solving medium or hard problems. In most cases you don't even need to solve those interview questions completely, all you need is to show an interviewer that you have problem solving skills and ability to communicate on that.
@perfection9669
@perfection9669 6 ай бұрын
Agreed for onsite/hybrid roles. Only reason I am grinding Leetcode is the remote jobs seem to be asking them. I don't even care for FAANG.
@froggin-zp4nr
@froggin-zp4nr 6 ай бұрын
​@@zakraw you're absolutely right, most of these concepts are irrelevant of the day to day. Anyone who works as a developer knows this, only the unemployed and 0.5% of developers that work in FANG will think this is normal
@gintoki_sakata__
@gintoki_sakata__ 2 ай бұрын
​@@JoshW5000"your daily motivational official" but you're speaking nothing but nonsense
@durgaks7260
@durgaks7260 7 ай бұрын
Forbidden jutsu 😂😂
Top 6 Coding Interview Concepts (Data Structures & Algorithms)
10:51
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Which one will take more 😉
00:27
Polar
Рет қаралды 82 МЛН
ISSEI funny story😂😂😂Strange World | Pink with inoCat
00:36
ISSEI / いっせい
Рет қаралды 28 МЛН
The LeetCode Fallacy
6:08
NeetCode
Рет қаралды 360 М.
Big-O Notation - For Coding Interviews
20:38
NeetCode
Рет қаралды 386 М.
Why I Quit Netflix
7:11
ThePrimeagen
Рет қаралды 475 М.
8 Design Patterns EVERY Developer Should Know
9:47
NeetCode
Рет қаралды 976 М.
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 832 М.
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,3 МЛН
Advice from the Top 1% of Software Engineers
10:21
Kevin Naughton Jr.
Рет қаралды 3,1 МЛН
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 423 М.
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 240 М.
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,5 МЛН
Which one will take more 😉
00:27
Polar
Рет қаралды 82 МЛН