LeetCode: The Worst Thing to Happen to Software Engineering

  Рет қаралды 79,425

Coding with Dee

Coding with Dee

Ай бұрын

Should you grind LeetCode all day to get a job? Will LeetCode teach you to be a good coder? If you're tired of grinding endless coding problems and starting to hate it, this video is for you. I don’t think LeetCode is an accurate reflection of a software engineer’s daily duties and it can be misleading for job interviews.
#leetcode #softwareengineer

Пікірлер: 566
@light18pl
@light18pl 22 күн бұрын
This is fundamentally not a problem with leetcode. If it wasn't leetcode, it would have been something else. The problem is interviewers are trying to do their job with the least amount of effort.
@taragnor
@taragnor 17 күн бұрын
Sadly very true.
@mariolix89
@mariolix89 15 күн бұрын
True! But most of the times, interviewers at tech companies are not doing that as full time job but more of a side task. They are just trying to "optimize" the process as much as possible.
@CaptainToadUK
@CaptainToadUK 15 күн бұрын
the actual way to interview is to, well, interview people. Like actual speaking and such. I've conducted hundreds of interviews and hired dozens of good quality coders relying 90% on a face-to-face interview and 10% on a simple exam-style test (using pen and paper) to make sure they're not muppets with the gift of the gab (I've met a few of them). Over-reliance on these tests is poor practice by lazy interviewers and it will come back to bite many of them.
@mariolix89
@mariolix89 14 күн бұрын
It surely sounds an effective process. For personal interest (since I also, need to routinely conduct interviews), may I ask what kind of questions were you asking on the pen-and-paper part?
@CaptainToadUK
@CaptainToadUK 14 күн бұрын
@@mariolix89 certainly. We started with some simple design questions (what is MVC, Ajax, etc., give the pros and cons of soap Vs rest). A couple of coding questions asking for them to show it as they would production code in whichever language they were comfortable with (we were happy to retrain good Devs to c#). And some SQL questions that were not hugely difficult. The candidate was given instructions how to answer and each section was given a percentage score. The gotcha was they had 45 minutes to do an hour test, so they had to prioritise how much effort to give each section. It was as much about technical proficiency as it was time management. The point of the test was to see how they operated under pressure and to make sure they had some technical chops. The rest, actual level of competence, could be teased out in the interview. My favourite interview question: what have you worked on recently that you're proud of? The answer was always varied but it was a level of passion and intensity that I was looking for
@vitspenatek455
@vitspenatek455 18 күн бұрын
Real life analogy of a live coding interview: "Here's a problem, I'm gonna stand here and watch you solve it in a couple of minutes, but no stress, if you don't make it fast enough, you get fired."
@AnotherPersonStoppingBy
@AnotherPersonStoppingBy 17 күн бұрын
This. ☝️
@moonasha
@moonasha 13 күн бұрын
I've heard that some aren't so bad, and that good interviewers just want to see your problem solving process. But yeah I assume the majority are just nasty problems there to filter people.
@luisoncpp
@luisoncpp 11 күн бұрын
Nope, interviwers are more concerned about the thinking process, rather than if you solve the problem or not.
@Patrik6920
@Patrik6920 6 күн бұрын
@@luisoncpp definetly...
@opa-age
@opa-age 22 күн бұрын
Every company I worked for that required leetcode problems, turned out to be toxic in some way. Every company that I worked for that didn't and instead asked questions relevant to the role, ended up being much better places to work. Just my own personal experience.
@athens31415
@athens31415 15 күн бұрын
Same here.
@cumibakar10
@cumibakar10 10 күн бұрын
Most coding interviews are basic CS fundamentals. You're just hating because you're bad at basic CS.
@vectoralphaSec
@vectoralphaSec Ай бұрын
Another HUGE problem is non-FANG companies starting to use leetcode for their interviews because they want to copy these massive FANG companies and be perceived as them. All this does is make it harder for people to actually get a job. Imagine you have to do hard leetcode just to get hired at a small company. This just destroys the industry.
@mudi2000a
@mudi2000a 27 күн бұрын
And then the shocker when they employ the leetcode memorizers and it turns out they don’t know how to tackle any real world software engineering tasks.
@BillClinton228
@BillClinton228 25 күн бұрын
If you can't answer 20 leet code questions, you're not intelligent enough to work on our wordpress site 🤣🤣 that no one uses.
@MartinPowderly
@MartinPowderly 22 күн бұрын
100%
@test-rj2vl
@test-rj2vl 22 күн бұрын
And they are completely different things. Take someone who scored 100 out of 100 in leet code and tell them to upgrade your Spring Boot app from 2.7.2 to 3.3.1 and deal with all the broken entity classes, H2 dependencies, code breaking elasticsearch changes and so on. And see how well he will perform. And on contrary take senior with 10 years of Spring Boot experience who is Oracle Java Certified and so on and send him to leet code interview and see how well he performs...
@quincypitsi8256
@quincypitsi8256 22 күн бұрын
Case in point. But the supply of SWE/Developers is extremely high thanks to bootcamps, online certs and coding schools like wethinkcode. They are the ones who truly ruined the industry. Promising someone to go from knowing nothing about programming to a fully-fledged SWE in one or two years. So now the bar for technical skills must be raised to weed out the imposters which to me makes perfect sense.
@malfunction5448
@malfunction5448 19 күн бұрын
Great video! In 27 years of programming, I've never once been presented with a customer problem that required a software solution within a few minutes or a few lines of code, or that *could* be solved without first spending many, many days understanding the nuances of the problem. The real test of a programmer is seeing how familiar they are with consuming and outputting CSV 😝
@bxp_bass
@bxp_bass 8 күн бұрын
Leetcode and other such platforms are not for mundane manipulation with json and csv. It's for fun, self-improvement, competition, practice and for the art. It's great for brain, for coding practice, for learning algorithms and CS. It's definitely not everything that programmer should know and if some people think that grinding LC can guarantee them dream job - it's their own fault. Just use it right.
@clray123
@clray123 6 күн бұрын
@@bxp_bass sounds like "leetcode" is what you ask the llm to do for you these days (because llms are actually trained on such small stupid algorithmic problems)
@EricT43
@EricT43 20 күн бұрын
I agree with you on this. 99% of my job as a software engineer involves simple code. If I come across a problem that requires some algorithm that I don't remember, I can research it when I need it.
@acasualviewer5861
@acasualviewer5861 17 күн бұрын
I've found that when I find some code where I get to use some awesome algorithm, that I've often failed to consider that I can use some other tool to solve it faster / better and in more maintainable fashion. Sadly for application programming it's rarely justified to write cool algorithms.
@TapetBart
@TapetBart 17 күн бұрын
that can only take you so far. It works great for problems with known unknowns, but sucks for unknown unknowns
@luisoncpp
@luisoncpp 11 күн бұрын
Code interview rarely ask you about specific coding algorithm, and it's usually pretty simple code. Thinks like linked lists and binary trees are the most simple data structures, asking anything different could be too demanding to do it in less than an hour. A simple example of something similar but practical: you receive a JSON with posibbly many nested objects, some of them may have a field named _id of type string with a serialized ObjectId(from bson/mongodb). You want to create a copy of the same object but replacing the _id strings by actual instances of ObjectId. That has happened to me in my workday, but asking this questions in an interview would made it too specific about JavaScript and non relational databases, so it would be better to replace the Json by a tree, and the _id by just a special kind of node.
@hwhack
@hwhack 24 күн бұрын
I do embedded systems. I write C code to control real world inputs/outputs. In 25 years, I've NEVER had to do anything with searching or strings; but that's what all the interviewers ask about.
@evancourtney7746
@evancourtney7746 21 күн бұрын
25 years in C and you never had to write your own search algorithm? But you at least would know where to start, yes?
@hwhack
@hwhack 21 күн бұрын
@@evancourtney7746 I think you missed the "embedded" part. Yes, I know how to research which search algo I'd need but in the bare metal / RTOS world, N is usually very small (like 10), so O(n) search is fast and easy.
@shawn_bullock
@shawn_bullock 21 күн бұрын
@@evancourtney7746 I'd start with LeetCode "search/find [something]" j/k
@BaddeJimme
@BaddeJimme 21 күн бұрын
@@evancourtney7746 In embedded systems, you usually only have a few kilobytes of RAM, so it's okay if you just iterate through an array until you find whatever you were looking for, it won't take long so you don't need to do anything clever.
@z352kdaf8324
@z352kdaf8324 20 күн бұрын
That's weak bro
@kevinb1594
@kevinb1594 Ай бұрын
The really annoying thing is that a lot of the jobs that require leetcode interview problems DONT EVEN REQUIRE THAT LEVEL/STYLE OF PROGRAMMING. If you're hiring for a front end developer position, you aren't writing these complex algos. Guarantee someone has already written a module that works 'good enough' to solve your problem faster than it would take you to sit down and write out your own. Not only that but they skip critical skills actually necessary to do the job in favor of leetcode garbage. I had team members who passed leetcode interviews but didn't know CSS for a front end developer position!!
@BillClinton228
@BillClinton228 25 күн бұрын
It's just lazy hiring practices. Just because you're fresh out of college and can solve some algorithm problem doesnt mean you're good at working on large scale corporate software projects. But its much easier to let an automated program "determine" the technical level of a candidate and disqualify you than have a lead engineer take 30min of their day to write a "real world" technical assesment pdf document. Come on, who's got that kind of time...
@paulscottrobson
@paulscottrobson 25 күн бұрын
I was once asked to write code to swap two variables over (honestly). I made the point by writing it in every language I knew :)
@charlesm.2604
@charlesm.2604 21 күн бұрын
​​​​​@@BillClinton228This! Whether someone knows algo or not does not mean they can design database tables efficiently, does not mean they write future proof code, does not mean they can voice shortcomings or concerns to their managers, does not mean they have any kind of experience using the tooling that we use in enterprise, etc. If anything it's probably the opposite. Someone who spends months blindly memorizing leetcode solutions and optimizing them is wasting time instead of practicing things that their future employers will *actually* expect from them. Most jobs in SWE aren't related to algo at all. I can only think of game dev, robotic/spatial embedded and some specific uses in system programing. When you end up wasting thousands of dollars because your API exposes complete data from multiple endpoints because you were too busy practicing bfs algos instead of practicing real design problems, hopefully then it'll be a wake up call.
@gabrielbarrantes6946
@gabrielbarrantes6946 20 күн бұрын
​@@charlesm.2604robotics and embedded? Not even close... I don't know about games tho... But I suspect that this things are just almost never used... Same as almost every engineer barely usit the advanced math they learned in college...
@charlesm.2604
@charlesm.2604 19 күн бұрын
@@gabrielbarrantes6946 For gamedev algo is super important, trust me I spent countless caffeinated sleepless nights during my indie gamedev phase, that shit gave me PTSD! 😂 I guess you're right for robotics though the sdk libraries are the ones who implement algo so even in most embedded usecases it's not required 😅
@ytechnology
@ytechnology 24 күн бұрын
I'm old enough to remember when software development was fun. What happened?!?
@Daijyobanai
@Daijyobanai 23 күн бұрын
People got into for the money alone and not because they are tinkerers.
@emperorpalpatine6080
@emperorpalpatine6080 22 күн бұрын
you had it good , lucky people. I wish I was a graduate in the 80's or 90's ... at a time where people made real software to solve real problems . now they're pretty much like google : "I have a pretty good search engine , but let's replace it by a stochastic function to interpolate search results , and call this AI" hahaha
@gauravaws20
@gauravaws20 21 күн бұрын
FAANG madness
@ytechnology
@ytechnology 21 күн бұрын
@@Daijyobanai True. For me, the change started with Microsoft's infamous interview question "Why are man-hole covers round?" Whether brain-teasers or leet code, neither are effective measures of job performance.
@brandyballoon
@brandyballoon 19 күн бұрын
The internet is what happened. Almost every aspect of life was better without it.
@emanuelfaisca1783
@emanuelfaisca1783 24 күн бұрын
As a Full-Stack software dev working for small/medium companies I found that learning stuff like software architecture and coding patterns was much more beneficial than learning algorithms and data structures for these are mostly already applied on the frameworks and its internal methods that I use. Technical interviews for small/medium companies that require leet code type deep knowledge are definitely not realistic.
@mariuszstanisawczyk8990
@mariuszstanisawczyk8990 23 күн бұрын
That's right. After 15 years of being a software dev I've used typical algorithms (e.g. graphs) maybe once or twice.
@philmarsh7723
@philmarsh7723 21 күн бұрын
I'm an RF engineer (design of radio circuits e.g. cell phones etc...) and I develop software for internal data analysis and measurements only. This is exactly what I expected. One can and should look up algorithms and can and should get their code from online sources such as Github. Indeed architecture is the big challenge. You can't download that but must create it for each project.
@yinspiron3348
@yinspiron3348 19 күн бұрын
Any good books or other sources to recommend for that kind of thing?
@emanuelfaisca1783
@emanuelfaisca1783 19 күн бұрын
@@yinspiron3348 In my case I feel I went a long way learning from udemy courses and other online platforms. If you search for software architecture or coding patterns on Udemy you can pick and choose (choose ones with good rating) what you want to learn keeping in mind your personal goals or work requirements. I´ts also very common for me to go back to a section of a given udemy course to review some area that I'm having trouble with or even buying a course to learn something that is required for some work I'm doing at some point. Also some tutors update their courses and that makes them better than books ;-)
@MasterSannin
@MasterSannin 18 күн бұрын
@@yinspiron3348 Clean Architecture by Uncle Bob and any Design Patterns book would be your start point.
@mariuszstanisawczyk8990
@mariuszstanisawczyk8990 23 күн бұрын
Testing algorithms and data structures in job interview for a senior dev... Yeah, it's still happening. In my career (15 y) I've had to use typical algorithmic approach maybe a couple of times. The most difficult part is not even memorizing how e.g. streams work in Java or how particular framework works. Most difficult thing in software dev is to read code which is already written and expanding it. Second hardest thing is to resolve bugs of external frameworks and libraries and address exceptional cases.
@barenjunk
@barenjunk 21 күн бұрын
Thank you for this. I was caught up in the game industry layoffs at the beginning of the year and EVERY SINGLE interview used leetcode or something similar. I've been a software engineer for around 20 years now and cant tell you the last time i hand-coded quick sort or a red-black tree... but those were the types of questions asked. Never mind that a candidate has worked in multiple languages across multiple industries... "if they cant code a quick sort in 15 minutes, we dont want them". I've been on the hiring side in the past and I think the combination of leetcode questions on timed, web based, non-interactive tests are completely worthless for anyone with experience. I'd much rather a candidate walk me through a problem they solved in the past and we have a conversation where they explain the problem, solution, why they chose the solution, how they discovered the solution, etc. But that takes time and hiring managers who also have a clue.... which seems to be more and more rare.
@moonasha
@moonasha 13 күн бұрын
it's the dumbest thing. For 99% of algorithms a competent programming would just get a library and save time not writing what is essentially boilerplate. For the rest, it should take more than 15 minutes.
@luisoncpp
@luisoncpp 10 күн бұрын
Implement a quicksort or a red-black tree in the whiteboard?, that seems pretty dumb imho, but at the same time, I'm not sure how much believe you, since I was an interviewer myself in a big tech company and nobody was suggesting that kind of stuff. I also have seen interview problems from a couple of other big tech companies and they didn't ask that. Usually they ask for simple things like a window sliding, simple operations on liked lists or a simple operation in the most basic binary tree (not red-back tree).
@Arrow333
@Arrow333 26 күн бұрын
I think leetcode is misused by interviewers who themself don't know much about coding. When I was involved in the hiring process in my previous company we asked a candidate to bring a project they have worked on (privately) and present it to us. We then did a little live code review and asked based on that project how the candidate would implemented a change that comes out throughout the presentation and review. You learn much more about the person and if it is not their own code you will be able to tell. But such an interview process requires experienced coders taking part in the interview as well.
@RondellKB
@RondellKB 22 күн бұрын
This is brilliant! Wish more interviews were like this
@oleksandrbespalov9713
@oleksandrbespalov9713 21 күн бұрын
Yep, it's the best approach. And I remember the times when it worked. Now it's just a bunch of general questions, leetcode and test task which nobody bothers to even review when it's done.
@YDV669
@YDV669 13 күн бұрын
Which penalizes developers who don't have time to do personal projects.
@Arrow333
@Arrow333 13 күн бұрын
@@YDV669 Well, in that case you also might not have time to train using Leeetcode, right? And it doesn't need to be, as you can just resort to an alternative plan for the job interview in these cases and don't hold it against the candidate.
@casualkuffar2057
@casualkuffar2057 12 күн бұрын
Leetcode or no, the hiring process in software dev and to an extent IT in general is very peculiar. I can't think of any other regular job where people are expected to keep working at their job in their free time. "So, mr. Plumber, can we see some private plumbing you've done recently? Do you spend your weekends catching up on the latest advancements in plumbing tape?"
@BadSpock
@BadSpock 18 күн бұрын
When I was in college these were called programming puzzles or programming contest problems. They're like daily brain stretching exercises. No one ever thought of them as job tests because you almost never run into a need to write this kind of stuff. And you wouldn't actually want to inflict some tight recursive backtracking function on the codebase or your colleagues. If you're using it as a test you're probably just looking for gatekeeping techniques to find people who like the same kind of puzzles you do or went to the same school. Not looking for software developers.
@gizmoknow-how2022
@gizmoknow-how2022 10 күн бұрын
TLDR: Leetcode in itself is a haven of learning software engineering. If you enjoy leetcoding to a certain degree, you're on the right path. Grinding the hell out of Leetcode while not enjoying it at all just because these fucking corporates set their shitty interviews that way is the real problem. I myself was benefitted immensely after spending hours on Leetcode, because I like doing it and learnt a whole lot of new concepts along the way. My programming skills certainly skyrocketed and so did my problem solving skills. It also makes you think more low-level about creating your subroutines for a given problem.
@Alan.livingston
@Alan.livingston 21 күн бұрын
We chose to use a code review for our interview process. We give the candidate a hypothetical ticket and the PR that was submitted against it and ask them to go to town with the red pen. The PR itself is a grab bag of errors we see people commonly making. We chuck in errors in coding style, forget to add unit tests, reimplement a standard library feature because the engineer didn’t consult the docco, nest if/else, basic SQL errors that would deliver a subtly incorrect result, pointless over abstraction, total lack of abstraction, use of inefficient pattern at an architectural level, use of spaghetti algo to solve some real life data requirement, etc The most important thing I look for is the tone of the candidates responses. In our teams view of the world, PR’s should be treated like pair coding and a spirit of collaboration is required. One word feedback like “No.” or know-it-alls who take pointless “I’ll die on this hill” positions over trivial or subjective code are the reason PR’s can spend a eternity in review, killing you velocity. Conversely we get people who are awesome at writing greenfield code but lack ability around reading other people’s code, and they are the reason teams, despite requiring two lgtm’s and a trip through QA, still manage to push trivial bugs. This kind of process isn’t going to work for a lot of teams given their processes and structure, but for us we have found it gives us the most accurate real world idea of what that person is going to be like when we dump them in the jockeys saddle.
@gppsoftware
@gppsoftware 23 күн бұрын
The problem is not LeetCode. The problem is that there are a lot of people responsible for interviewing who simply don't have the skills to do so. They see 'Outsourcing' the responsibility of interviewing to LeetCode as a lazy way out but it is abrogating their responsibilities and putting organisations at considerable risk. Whenever I interview people, I structure questions in ways that will very quickly reveal whether a candidate knows their stuff or not and to what depth. Any competent interviewer should be able to do this. If they can't, the management of an organisation shouldn't be risking the future of their organisation by exposing these people to interviewees.
@luisoncpp
@luisoncpp 11 күн бұрын
I disagree, I think the problem is really LeetCode. I have been an interviewer myself and I was instructed to care more about the reasoning process, the coding style, and the questions that the candidate makes to ponder edge cases rather than if they found the most efficient solution for the problem or not. Interviews are designed to be a conversation with the candidate when they are tackling a technical problem that they haven't found before rather than checking if they memorized the problem or not. When I interviewed to big tech, recruiters recommended me a couple of books, those books mention that. Nobody told me to grind Leetcode and I didn't do it. If interviewers are not the problems, and recruiters are not the problems, the problem is the community itself that has been created around Leetcode, and probably Leetcode as a company hasn't done anything to stop it because it's beneficial for them.
@AshpringtonRoad
@AshpringtonRoad 9 күн бұрын
@@luisoncpp I'd suggest that it is probably both: Leetcode has a vested interest in the status quo and organisations are 'outsourcing' some or all of the interviewing/recruitment processes.
@mohammedalharbi158
@mohammedalharbi158 Ай бұрын
While I agree that memorizing solutions of LeetCode to pass an interview is bad in ways mentioned in the video, understanding COMMON APPROACHES to write a solution that is memory and space efficient can save so much cost especially using cloud services that base total cost depending on how LONG your code takes to run and how much memory it needs. (reduces the need for scaling vertically or horizontally.) simply, memorizing is NOT the objective you should aim for when learning LeetCode, rather understanding the idea on how to forge an efficient code should be.
@a.m.4154
@a.m.4154 Ай бұрын
Someone give this man a damn medal.
@kevinb1594
@kevinb1594 Ай бұрын
Yeah except you can look that shit up, no need to memorize it and you'd often get more bang for your buck switching the language/runtime than swapping out algorithms when it comes to faster execution of things like LAMDA functions...
@josef2577
@josef2577 Ай бұрын
The idea of understanding solutions to problems of any type is good in itself. However, this is not the objective of newcomers (or even some experienced engineers) for using leetcode. Their objective is to pass interviews. The problem is with interviews and the culture of interviewers, which encourages this stupidity.
@loon7181
@loon7181 Ай бұрын
@@kevinb1594yeah, nowadays we can just google it or even ask AI like github’s copilot
@opa-age
@opa-age 22 күн бұрын
Yes I agree that's why I think some level of leetcode makes sense. Someone good at overall coding and algorithms should be able to solve any easy-level leetcode problem. But the hard-level ones, maybe 0.1% of devs who never seen the problem before can solve them. But with leetcode, people can memorize solutions to these hard-level problems. Which kinda defeats the whole purpose of asking them.
@s81n
@s81n 22 күн бұрын
I can pretty much code anything thrown my way but fail miserably at leetcode interviews. My mind overthinks thing, I panic, and I fail. I also noticed that at places I worked that implemented leetcode it gave us people who could answer tricky questions but couldn’t code their way out of a paper bag and would miss such obvious things an experience dev would get. Do interviewers want someone who can write scalable enterprise software or answer tricky questions?
@Daijyobanai
@Daijyobanai 23 күн бұрын
Interviews generally are terrible. Had one recently ask me in the context of structuring a website, "what would that look like?". Realised after the interview he meant what would it look like in an architectural or project organization way, ...I think. But as this was right off the back of discussing UIs, I talked about he actual GUI. This seems to happen a lot, people have a "I know what I mean" question, but forget that I can't read their thoughts, so they need to be explicit in asking the question clearly. And follow up and clarify instead of just going silent and being like "oh they didn't answer correctly".
@luisoncpp
@luisoncpp 10 күн бұрын
There is another point to consider here: some interviewers present very vague problems intentionally just to hear which questions the candidate asks. A programming job is a constant pondering between different constrains, a way to evaluate if you can detect which constrains are important is to check if you ask the correct questions for clarification.
@MartinPowderly
@MartinPowderly 22 күн бұрын
Grinding leetcode is like learning scales on the piano in order to join an industry where you're supposed to write symphonies like Beethoven, given time. When you're in the engineering environment, it doesn't work like that day to day... ever... not even in FANG... (trust me on this, I work there). I've also worked with incredibly competent engineers who, when made redundant, were asked leetcode style questions by small companies who 'think they're Google'. He didn't get the job, confidence so utterly destroyed that he thought he should change industry. On the other hand, the best interview for engineering I ever had was surrounded with questions like: "You live in a country which drives on the left. The government put you in charge of a new initiative to change the traffic system so everyone drives on the right. So... how would you go about it?". You start proposing logistical solutions and in collaboration with the interviewer, you go down the rabbit hole probing the weaknesses with your idea and you collaboratively change the plan and correct your thinking as the interviewer finds holes in your solutions. It's not about 'correctness'. It's about mental agility and can you think flexibly and creatively. You can't study for this, and basically the intake of candidates was from people of all walks of life - not just Comp Sci. I got the job and worked with amazing people who were trained in astrophysics, art and textile design. They still work in the industry, some of the best engineers I ever worked with. While anyone can be a trained monkey, I prefer to work with creative intelligent people and this was (as intimidating as it was) the BEST interview process I have ever come across. The company by the way is a household name and extremely successful in the UK to this very day.
@moonasha
@moonasha 13 күн бұрын
I would disagree with this analogy, because at least scales are useful and used in music all the time, and are good to practice. Imo a better analogy would be leet code is like learning a 3 second piece of a song. It's completely useless, nobody wants to hear it, and you aren't going to learn to play an instrument that way because literally anyone can learn to play 3 seconds of a song on an instrument given enough time
@SvenReinck
@SvenReinck 26 күн бұрын
These problems are perfect for ChatGPT. You don’t need a software engineer for them.
@Daijyobanai
@Daijyobanai 23 күн бұрын
Going to use that in the next interview. Interview with rat-moustache: "how would you [snickers to self] solve this problem [more creepy snickering and inappropriate touching of self]" Me "[types problem into AI, tells rat-tache to g*t ****ed] like this". Same way I wouldn't spend a day writing a regex when I could go to one of 50 regex checker sites and do it there in the pre-AI days.
@shangothrax
@shangothrax 23 күн бұрын
Just what I was thinking.
@januslast2003
@januslast2003 23 күн бұрын
Because ChatGPT is trained on LeetCode. 🙂
@investing_engineer
@investing_engineer 22 күн бұрын
Surprisingly they aren’t lol. Because of the volume of bad solutions online ChatGPT has a ton of bad data
@test-rj2vl
@test-rj2vl 22 күн бұрын
@@investing_engineer I would say that ChatGPT team is separating bad and good learning data quite well. But the problem is rather that ChatGPT cant think on it's own. It's like LeetCode student who has memorized absolutely everything but understands absolutely nothing.
@athens31415
@athens31415 15 күн бұрын
Strong correlation between Leetcode interview questions and Toxic workplace environment.
@joejoe-lb6bw
@joejoe-lb6bw 18 күн бұрын
Excellent! With decades of experience, I rarely had to implement data structure algorithms. The biggest problems were understanding the stakeholders, managing expectations, solving the lack of documentation on systems, and other non-coding tasks. You nailed it. It’s the thinking that matters. Everything in engineering is dependent on managing constraints
@test-rj2vl
@test-rj2vl 22 күн бұрын
I had interview where instead of LeetCode they gave me frameworks that I had never seen before and asked me to code some features to some dummy 100-200 lines long web app they've created. And what they wanted to see was who well I can read the documentation of framework that I have not seen before and how well I can figure things out - they didn't even care that I finish the solution within given time limit. Since I am not a math person I was fine with it because math questions to me would mean that I could only pass them within time limit if I have memorized it before. But with frameworks if you have general understanding, you will get a ton of hints from autocomplete alone so it's much easier for me and much better for company because my real job wasnt to code algorithms.
@mind_of_a_darkhorse
@mind_of_a_darkhorse Ай бұрын
It does seem rather pointless using LeetCode because many problems need to be thought out and not just coding a solution from memory! They need to use a real-world problem and give the candidate a test to see if they can problem-solve the answer using reason. This would be a better determination of their coding ability!
@codingwithdee
@codingwithdee Ай бұрын
Exactly! A lot of these problems are so discrete and in a closed environment. It just doesn’t happen IRL. I just wonder how much affect it has on someone grinding leetcode for 3 months and then coming across an actual SWE problem…
@mudi2000a
@mudi2000a 27 күн бұрын
Very good point, also it gives you insight on how the person tackles the problem which is very important. Leetcode will not give you this.
@mind_of_a_darkhorse
@mind_of_a_darkhorse 27 күн бұрын
@@mudi2000a I totally agree!
@brandyballoon
@brandyballoon 19 күн бұрын
Or ask them to demonstrate and talk through the development process of a personal project.
@mind_of_a_darkhorse
@mind_of_a_darkhorse 19 күн бұрын
@@brandyballoon That is a good point and would do much to show their true capabilities!
@dheereshagrwal
@dheereshagrwal 21 күн бұрын
Leetcode is practice, it's not something you want to memorize
@jacquesduplessis8944
@jacquesduplessis8944 6 күн бұрын
Interviewers seem to not care that these problems are kinda based on CS Data Structures & Algorithms and lots of SWE's don't have formal qualifications, yet the interviewers wants you code like a CS dev when it's not required IRL.
@dera_ng
@dera_ng 25 күн бұрын
IMO, leetCode is great for getting practice questions and storing up on strategies to efficiently solve unnatural problems using data structures and a few algorithms. The issue with the industry is the interviewers. Now it's no secret that you need some math skill to be able to solve some problems efficiently while building software, heck you might need it with something as trivial as a clip-path in CSS, however for sometime now the number of math Olympiad style questions masqueraded as DSA (data structures and algorithms) problems has increased greatly on the platform and interviewers might pick that because it has a low acceptance rate or it just seems too hard for a junior engineer to pass. That's where I draw the line. If a question isn't relying solely on data structures and algorithms knowledge to solve it, and might require some specific math knowledge (for example combinatorics), then in my opinion, it's a screening interview where only the math-heads get through unfortunately.
@kushaagr
@kushaagr 20 күн бұрын
Leetcode is not bad practise, overuse of it is and ignoring others aspects of Software Engineering is.
@raybod1775
@raybod1775 18 күн бұрын
I’m subscribing to your channel because you don’t hold back, wonderful to hear your perspective. Keep it up!
@CristopherVergaraColombo1
@CristopherVergaraColombo1 23 күн бұрын
I have worked with people who solve everything in the LeetCode style and it is horrible, they end up with complicated and untestable code even for the easiest problems.
@viralstuff3419
@viralstuff3419 17 күн бұрын
Software engineers from all countries - unite! in order to change the rules of the game and keep the high salaries
@kcbrown74
@kcbrown74 18 күн бұрын
I've been a developer for 20 years, and I've never had a situation where I only have 10 minutes to devise a solution to a problem. This style of interviewing is certainly horrible. Great video!
@robertgrant721
@robertgrant721 24 күн бұрын
So glad I'm at the end of my programming career rather than at the start! No way I'd get a job today. Back in the day when I was interviewing programmers for a job, we got tired of getting programmers who only knew how to code in theory but had really not put in the time at the computer (i.e. could hardly use the keyboard). In the end I started giving a typing test so we could see if we were getting BSed! :) I guess things have escalated from there!
@modolief
@modolief 23 күн бұрын
Love your commentaries. And am glad you didn't edit out that thing near the beginning. Retired / burned out software eng here. I never had to do much with Leetcode, it was mostly after my time. Though I am giving some of these LeetCode questions to one of my students. I think he needs to know what he is going to face.
@Sarwaan001
@Sarwaan001 Ай бұрын
The company I work for found that there’s a correlation between how well someone answer DSA questions and how well someone answers system design. Might just be because they’re probably interview prepped more but we hope that DSA knowledge bleeds into system design, which kinda makes sense when choosing the right database for the problem.
@varunsharma5582
@varunsharma5582 Ай бұрын
Problem solving ability is indeed related. Solving a lot of maths automatically makes you waaaay better at leetcode and system design as well.
@TapetBart
@TapetBart 17 күн бұрын
There is an attitude that algorithms don't matter and that you won't use them for most of your work anyway. That is insane to me. Algorithms are absolutely everywhere in programming. It is missing the forrest for the trees (god I hope I used that saying correctly)
@taragnor
@taragnor 17 күн бұрын
@@TapetBart Well technically speaking everything is an algorithm. When people talk about using algorithms, they're talking about the leetcode problems like "Check a linked list to see if it has any cycles." And well for the most part, I have to say, the argument is more or less valid. I can't think of the last time I even used a linked list, let alone had a need to run some leetcode algorithm on one. While I use things like Hashmaps, I can't remember the last time I've actually written a hashing function. So for the most part, I don't really need to know much about the algorithm behind the Hashmap, just that it has faster lookup than a vector/list/array.
@genghisdingus
@genghisdingus Күн бұрын
Coding exercises are generally a waste of time because you can make/contribute to functioning projects instead. Leetcode questions teach you next to nothing about broader project structure and working with other people's code.
@mahmoudtokura
@mahmoudtokura Ай бұрын
Right now, I think the software job market needs to strike a balance. It seems DSA is more of an excuse to reduce the number of applicants or some form of hazing ritual. If an applicant is tested for basic DSA and then moves on to the core of the job requirement, it will be a more balanced process.
@lutusp
@lutusp 5 күн бұрын
In Leetcode training, there's an elephant in the room: a perfect Leetcode interview candidate is a chatbot that scanned all the Leetcode canned answers as its training data set. Faster, less expensive than a biological programmer, doesn't complain, doesn't ask for a raise, no unemployment insurance, etc.. This means clever, productive, ingenious programmers will be replaced by Leetcode-trained people. Then the latter will be replaced by AI.
@jimsmith5562
@jimsmith5562 18 күн бұрын
Most refreshing KZfaq video I have seen in such a long time. Keep making these kind of video'sDee
@dirk-piehl28
@dirk-piehl28 27 күн бұрын
the problem isn't just leetcode. at my company we use IKM. the problem with IKM is that it tests for an extremely specific skillset, when the job requires multiple skillsets. so we always overtest and always undertest because the company refuses to administer (read: pay for) the multiple required tests. got so bad for my time i just say ok, 30 minute interview and a thorough check of your CV and i'll take the risk. for the most junior only. for the more senior i do a vague take-home test. the idea is i don't have to tell you to use SOLID and Clean architecture if you're really a senior, it's really how you fill in the technical blanks...
@qwe14205
@qwe14205 18 күн бұрын
LeetCode monkey dance is like playing fast rounds of chess for spinal surgeon interview. It's good if you win most of them in general, but why not test skills that will be actually used during spinal surgery.
@willtyler
@willtyler 14 күн бұрын
I like leetcode for challenges against friends, but agree that it isn't a great interview tool
@chrisg5433
@chrisg5433 20 күн бұрын
When I saw this video I was initially very skeptical. However, as a software developer of 30 years I agree with everything you say here. It seems you are giving out genuinely relevant advice and not just looking for clicks/views like some other KZfaq "developers"
@jumpingphantom
@jumpingphantom 6 күн бұрын
Imagine being able to solve 1000 Leetcode problems just to not being able to center a div.
@femloh
@femloh 21 күн бұрын
Gold Star for this ! Thanks.
@TimSavage-drummer
@TimSavage-drummer 22 күн бұрын
Completely agree with your assessment. Being able to identify when an algorithm is required, what data is needed, and how the feature integrates into the larger application is far more important. You can search or just use pre-built implementations (that are already proven and tested) of most algorithms. You can't do the same for application/solution design.
@olafschluter706
@olafschluter706 9 күн бұрын
As far as I can tell from more than three decades working in the IT business, we do not have leetcode-like interview questions at all in the hiring process here in Germany. We don't ask them, we don't have to answer them. I just recently discovered leetcode on my journey to learn Rust, and took some problems there as exercises on how to do that in Rust. I found that quite helpful. The work on one problem even evolved into a small example of computer generated art. It was fun.
@ecavero1
@ecavero1 3 күн бұрын
I had the best job ever! It was kind of a niche. I was programming in Groovy; a language none of my colleagues new about and it required fluent English which I also am. The coding problem I was given was a homework exercise. No timing. No stress. It also was written in such a way that the concepts in the problem were ones I would be seeing on the job. I have worked there for 3 whole years, but my contract ended a month ago. Now, I am back looking for a "normal" job in software development and needing to solve these leetcode problems as fast as possible!
@sanjaybhatikar
@sanjaybhatikar 21 күн бұрын
Thanks for the video ❤
@augustday9483
@augustday9483 6 күн бұрын
As a fullstack engineer at a fortune 500 company, I can confidently say that my day to day work pretty much NEVER involves writing algorithms or solving Leetcode-style problems. My experience has been much more geared towards interfacing with APIs, processing real-world data, and managing deployments in complex microservice ecosystems. Leetcode doesn't do a good job of teaching programmers practical skills, in my opinion.
@Newtube_Channel
@Newtube_Channel 15 күн бұрын
How does adding numbers backwards work? Do you expect a different answer as opposed to just adding the two numbers?
@GRBtutorials
@GRBtutorials 15 күн бұрын
The two lists each represent a single number, with each node being a single digit. It’s in reverse order because that’s how you do addition: add the two least significant digits and carry to the next one.
@AntonioPetrelli
@AntonioPetrelli 26 күн бұрын
Just a technical question: why has this video only 360p in the video quality list?
@crazydrifter13
@crazydrifter13 18 күн бұрын
Happens when you watch any video as soon as it's released. It has more options for quality now.
@laujimmy9282
@laujimmy9282 22 күн бұрын
Thank you so much for the advice, I do struggle with Leet codes and finds it not as helpful as it seems in real life experience.
@tens0r884
@tens0r884 12 күн бұрын
i do leetcode for fun to take a break from usual SWE tasks, and tbh I must say the platform itself I quite like. It's the culture, like you mentioned, which is the issue
@Gisleburt
@Gisleburt Күн бұрын
Thank you! I'm so sick of this. Meta was the worst genuinely recommended I read "Cracking the Coding Interview" (an over 600 page leetcode style book) twice. Apple was somewhat similar though it felt more off the cuff. As someone who plans interviews I give candidates problems that look like the ones we actually solve on a day to day basis, and ramp up the ambiguity with seniority. (That said, on my latest job hunt I've seen companies who do it even better and might be stealing techniques from them in the future).
@odytrice
@odytrice 17 күн бұрын
I've been a software developer/engineer for close to 20 years and now I am currently in a FAANG company and I can tell you that such trivia questions are rarely what you will be doing on a day to day basis. The more important skill is the problem solving. You know.. The VERY THING Leet code is trying to determine. Being able to collaborate, think and talk through problems is way more important. Efficiently writing and communicating ideas is also a really useful skill. That said, doing leet code to build your Datastructures and Algorithms knowledge is definitely helpful. But we are way past that point with the current Leet Code culture between companies and interviewees
@doc8527
@doc8527 17 күн бұрын
Based on my own experience, my upset part of the current status is that huge amount of ex-faang ppl are typically weak, comparing to last decade. They used to be the strongest of strongest, a lot of my CS heroes were mostly work in faang during the 05 - 14/15ish era. Also, huge amount of leetcode people appear to have no interests in computer science other a pay check, which is fine. But there must be a balance, I just felt like it could hurt the entire industry in a long term. Many people from SF just keep talking about leetcode, salary and stock options, many got pissed off when you said something CS (except leetcode) outside of the job. I don't know the solution, I also think people should have a simple understand of the runtime of your code in Big O. They don't really appear to understand the fundamental data structure other than apply them into the leetcode.
@daves.software
@daves.software 18 күн бұрын
Leetcode is basically a puzzle site to me that I do for fun.
@No-no-no-no-nope
@No-no-no-no-nope 21 күн бұрын
I didn't know LeetCode at all and in an interview I was asked three questions by the platform. They weren't really difficult and in the end it's fun to solve such tasks. I think that's exactly what the companies want to find out, i.e. whether you enjoy it and how you approach such tasks. They don't want people to practice up and down a platform like this. I'm sorry, every developer should be able to solve the simple to intermediate tasks without having to practise.
@BohdanTrotsenko
@BohdanTrotsenko 20 күн бұрын
TLDR: leetcode is for other smarter people out there, who can generalize rather than memorize a solution
@tolkienfan1972
@tolkienfan1972 23 күн бұрын
I've been in software engineering for decades. I'd never heard of leetcode, lol. I've interviewed hundreds of times. And the way you describe problem solving irl is how I see it. It's usually a set of trade offs. Not a very specific graph theory problem with a single very specific solution.
@oleksandrbespalov9713
@oleksandrbespalov9713 21 күн бұрын
One thing I like about leetcode is you can see other people's solutions, analyze them and discover some new tricks which might make your code look nicer or work better. They're sorted by performance and it can really help to adopt better practices in my opinion. But of course grinding and memorizing solutions it's something opposite of programming. I didn't even know it was a thing.
@aaron-ps7ht
@aaron-ps7ht 17 күн бұрын
I know this isn't the point of the video, but ive never used leetcode, but after seening the examples you gave in the video I might give it a try. Don't get me wrong, i have 0 aspirations to get into faang, nor am I the "grind for interviews" type, but solving the problems sounds kinda fun.
@akialter
@akialter 15 күн бұрын
Swe in the past are master of DSA because that’s how they optimized our computers to work under constraints. From making an OS, designing underlying architecture like cache, instructions scheduling. Now we only have to solve a couple of puzzle problems and we are complaining?
@relaxingsounds5469
@relaxingsounds5469 10 күн бұрын
The biggest markers of success for most of the types of corporate engineering jobs out there have less to do with accumulated knowledge in a specific domain, and more to do with being resourceful and having the ability learn quickly and produce results when working with unfamiliar tools/tech stacks/code bases while also facing a deadline.
@JohnRSippy
@JohnRSippy 5 күн бұрын
This highlights the difference between a "coder" and a "developer"/Engineer! When I was responsible for hiring developers/Engineers I wanted to see how the candidates approached the problem, first. If they just jumped directly into coding, I would stop them and ask them to explain their analysis of the problem first. If they couldn't it was a hard pass.
@yummyfunnybunny5167
@yummyfunnybunny5167 10 күн бұрын
Never used leat code. Self taught myself code and just landed a job 💪🏻
@UdayKiran-mw4cr
@UdayKiran-mw4cr 10 күн бұрын
I am pretty sure she is actively practicing leetcode
@blah1632
@blah1632 12 күн бұрын
Leetcode is a good way to get better at a programming language and writing efficient code snippets. If you do a few questions each week you can get pretty good.
@mariusg8824
@mariusg8824 23 күн бұрын
My typical workday contains three questions: 1) What's actually is our problem? 2) Can we fix it? 3) Should we fix it? Fixing anything has often a ton of side effects that you need to consider. So you need to communicate A LOT with stakeholders. Question and Answer riddles like these are unrealistic, because in reality you don't even have the question.
@Evilanious
@Evilanious 10 күн бұрын
I haven't done a huge amount of these types of problems, probably a few dozen or maybe a hundred across various types of lessons and exercises I've done. I have done more maths exercises in my life and much more chess puzzles. As I understand it these types of problems have the following didactic purpose, in descending order of importance. 1. Help understand concepts. Hearing about a tree, or a hashmap is one thing, but implementing it is different. It's possible to think you understand without really understanding, but after you solve a few representative problems you know you at least understand it well enough. Or if you get stuck you know you have some work to do. 2. Help internalize concepts. This is especially important if these concepts are later going to be a small part of a larger picture. If there is one or two elements of the larger picture that give you pause, you can still piece it together, but it shouldn't be too many. The datastructure and algorithmic side is one side that might give you pause, and if it doesn't you are one step ahead. It will probably be easier to spar with stakeholders if you can quickly think about solutions in your head and that's easier if you've solved some similar problems before. 3. Speed. The first benefit of speed is that you can solve a problem faster, and the second and underrated benefit is that you can explore more options if you can code your options quickly. I have limited sympathy for the idea that leetcode problems abstract away many factors of real life coding. That's sort of the point. You focus on one part of it, to teach yourself that precise part. This only becomes a problem if little practice problems become the only type of study you do. People who know how to learn will supplement this with theoretical reading or viewing that the exercises are hopefully paired with, and with bigger personal projects (coding your own apps for practice, for example), studying important tools, design patters and so on. Unfortunately a lot of people study these problems for a fourth reason: to do well on important tests. Job interviews in this case. Studying for a test is usually not didactically sound. In this case it leads to internalizing concepts beyond any need and memorizing problems instead of understanding the concepts.
@Zayelion
@Zayelion 29 күн бұрын
Pretty sure this whole debacle was a sinfully effective marketing campaign that has gotten everyone fucked up. For a software company you want as smart a person as you can, with good communication skills but effectively no spine. They arent gonna tell you "no that's a dumb idea, let us not do that" they are just gonna take nootropics and not sleep till they come up with an answer. But you cant say that or your interview will get gamed. Leetcode acts as a cultural barrier and an IQ test. It only tells the interviewer if the person is from the culture of the founders. As a smaller business owner you don't want this, its how you end up with a daycare and then a union.
@Aim54Delta
@Aim54Delta 13 күн бұрын
To make it short, most programming tasks revolve around either being able to reduce real world problems into puzzles to be solved with programming, or communicating with a team of people working on a very large puzzle and making sure your solution is collaborative with those of others. Hiring the puzzle solving savants won't necessarily make for a functional programming department.
@uplink-on-yt
@uplink-on-yt 21 күн бұрын
Are you saying that people who don't know how to use a for loop learn enough loops by heart to pass an interview but not enough to actually solve problems and explain why they do things the way they do?
@TheLucanicLord
@TheLucanicLord 8 күн бұрын
I can bounce a ball 200 times on my head. Yet Real Madrid won't hire me.
@chrisstevens3776
@chrisstevens3776 13 күн бұрын
I don't code any more - moved to management roles. When I did I only ever got one coding test in an interview. It was to sort a list of words - I was 8 years into my career by this point, so I racked my brain and implemented Bubble Sort. But, in reality - pretty much any sorting that I did in real life was already in a database - so my 'real world answer' was select * from customer sort by last name ( or whatever ). I got the job, and it turned out to be pretty good. Although, funnily enough the code base I was given to work on was a complete disaster. I feel sorry for people younger than me needing to go through a grind like this and need to rote learn - part of the joy of software engineering is solving different problems and not needing to rote learn.
@lepton555
@lepton555 Ай бұрын
LC is good for learning CS. That's it.
@Websitedr
@Websitedr Ай бұрын
Leetcode is only for interviews it's not the actual job. Need to start looking at how to interview people for the job.
@mudi2000a
@mudi2000a 27 күн бұрын
Leetcode is also not good for interviews. The only thing a leetcode interview will show is if the candidate memorized / grinded leetcode. It doesn’t say anything else about other skills which are usually more important. Therefore I think it has zero value.
@KeepItFresh02
@KeepItFresh02 22 күн бұрын
@@mudi2000a this
@jacquesduplessis8944
@jacquesduplessis8944 6 күн бұрын
So many good devs who apply based on the ACTUAL JOB REQUIREMENTS are being passed because they can't do coding puzzles? Maybe they should ask questions about how/what/why you dev in vs can you solve this puzzle to get a job, I don't actually know that you can do your daily job but at least you memorised LeetCode to get a job, now will you be replaced after 6 months coz you don't know how to dev in our tech stack?
@andrewdempsey5312
@andrewdempsey5312 22 күн бұрын
As a Product Leader who has not written code for over a decade - you are so right. As a hiring manager who has hired over 100 people over the years - you are so right. A good software engineer always asks clarifying questions on edge cases and failure modes. After all, with big data even a small percentage of edge cases, is still a lot of edge cases…
@chrisroode
@chrisroode 12 күн бұрын
First of all, I agree with what you are saying. I do just want to mention this…I’m self taught and did most of a career in music education before switching to software dev. Leetcode was a great teaching tool in the transition. I only did it for a few months, and not intently. It was great at helping me understanding the big o complexity problem, and I use a lot of the skills I learned there to this day. Maybe there was a better way to learn that, but for me, being able to dive through linked lists and binary trees was super helpful down the road when dealing with optimization problems that surfaced as my app grew. For the record though, I no longer subscribe to leetcode.
@gumbilicious1
@gumbilicious1 5 күн бұрын
If I ever make an algorithm at work that does anything abstract it’s mainly my own doing. Most jobs at work just require going through large amounts of info and grooming it, or making a front end for data entry
@CaptainToadUK
@CaptainToadUK 15 күн бұрын
25 years ago I had an interview which included a variant of "sort items in alphabetical order", the wrinkle being it was using pen and paper, no computer. I quickly devised something and wrote it down, then finished up and left. I realised in the way home that my algorithm didn't really do that. "Oh well", I thought, "won't get that one". I got the job. First day, I said, "that code of mine didn't do what you wanted, how come I got the job?" They replied "You were the only candidate who tried" The moral being, it doesn't have to be the most amazing code (or even work) if you can explain your thinking clearly.
@AdamFiregate
@AdamFiregate Ай бұрын
The thing is even in Hungary, many small companies and scaleups are doing Leetcode style interview, which you would say that doesn't make any sense. They are not FAANG, they are small and cheap attitude companies and they still do it.
@jacquesduplessis8944
@jacquesduplessis8944 6 күн бұрын
FAANG started it
@viralsheddingzombie5324
@viralsheddingzombie5324 15 күн бұрын
I assume that most software engineers will have a related college degree in CS, CE, etc. Won't they have already learned the algo's and data structures in their college courses?
@eladkadosh7668
@eladkadosh7668 17 күн бұрын
Just found your channel - very nice. Did not hear about LeetCode, maybe because I didn't do interviews for the last 15 years... May I be the devil's advocate for a second? First, don't blame "companies". There are people there. Interviewers. Blame us. Yes, I say "us", because I'm an interviewer. Now, as an interviewer, I have a problem. I need to know whether the person that stands in front of me is someone that would help the project that I'm working on. If he does, that's great. If he doesn't, most chances are that he/she would suck my time, my patience, and maybe my life. Really, it's that bad. A bad developer is not just contributing nothing, it is also taking away from everyone's time, making everything more difficult. Now, how do we solve this issue? And in 2 hours? Well, first I would like to hear something that candidate did in the past. I want deep understanding in that project. I want to hear about the various options you could have taken, what you did, and whether it was good or bad. I will be able to know whether you are BSing me. Any person who did a big project have scars from bad decisions. I want to hear those scars, those cannot be faked. Second, I need to see you code. Not fast, not 100% accurate, but code. With different approaches to solving the problem. If you show me one approach, that is the complicated one which is the solution, I will figure out you know the problem already. And, of course, I will ask you many questions about the solution. If you copied the solution, I will know. This is how I solve the problem. If you think of a better way, please let me know.
@_Mentat
@_Mentat 20 күн бұрын
People seem remarkably weak on basic computer sci these days. At interview I asked if 0xAA was odd or even? Some candidates were foxed by the question.
@SK-yb7bx
@SK-yb7bx 18 күн бұрын
This is refreshing. Some exercises such as 2some is well worth learning.
@Strrroke
@Strrroke 9 күн бұрын
One big fat like for one big fat rant! I'm a dev with 3.5 years of experience, built quite a bit of projects, got pretty decent at 2 programming languages in addition to my main one, and gained cloud expertise. Why the fk do I need to solve leetcode problems to prove my worth? Sick of this shit.
@konradhunter1407
@konradhunter1407 23 күн бұрын
I’ve been doing leetcode everyday for a couple months. Don’t know if it will ever lead to work, but I’m thoroughly enjoying it. It’s like doing the crossword puzzle for me.
@brandyballoon
@brandyballoon 19 күн бұрын
Glad to see a comment here from someone else who does it for fun!
@rikthecuber
@rikthecuber 18 күн бұрын
Same, I do CodeForces and LeetCode for the fun of it. Getting THE job will be favourable, but that is not the primary motivation.
@luisoncpp
@luisoncpp 10 күн бұрын
I'm a critic of leetcode myself, but I think as long as you are learning something it's worth doing; just pay atention to recognize the time to move on.
@luisoncpp
@luisoncpp 10 күн бұрын
@@rikthecuber I would advise you to eventually ditch LeetCode and just stay with CodeForces. Leetcode is like an eternal beginner difficulty and CodeForces it gets more difficult.
@jacquesduplessis8944
@jacquesduplessis8944 6 күн бұрын
Doing it for fun versus looking for a job are 2 different things
@jimzielinski946
@jimzielinski946 10 күн бұрын
I'm guessing it was about 40 years ago (I'm retired now), I interviewed at a company where they gave me a problem to solve in C. At the that time, it was normal to just write out your code with pencil and paper. In any event, my interviewer looked at my code and agreed that I solved the problem, but dug into me for not solving it the way it was written in the K & R (bible?). She then spent the rest of the interview impressing on me that her masters degree from a big university was enough to judge my work as an expert. I remained polite but was glad to leave.
@refusalspam
@refusalspam 22 күн бұрын
Interviewers need to stop being lazy and create their own role specific coding questions. Your subject domain probably has some problem in it that requires data structures and/or algorithms. Derive a question from that. If your domain doesn’t have anything remotely complicated then why are you asking leet code questions in the first place?
@luisoncpp
@luisoncpp 11 күн бұрын
When I interviewed for big tech, the recruiters told me to read Programming Interviews Exposed, where it explains that talking about the thinking process and asking the right questions is important. I also was a Google employee and we didn't use Leetcode problems to interview people, we were actively told to choose problems that were not in that kind of websites. Overall I am happy that someone finally talks about this issue, I'm planning to talk about that as well.
@EffKayDownSouth
@EffKayDownSouth 17 күн бұрын
Agree with your take that solving thousands of similar small problems does not really help in the real world when you are faced with a problem you've never seen yet. The approach you take to tackle these problems, is all the difference between a successful software engineer / dev and those who will not get it.
@flameofthephoenix8395
@flameofthephoenix8395 8 күн бұрын
4:45 This question is unclear it could mean a number of things, it says that each node contains one digit, however we can tell this is not strictly one digit because that would not allow it to also contain a reference to the next and previous node which means that they really mean it must contain at least one digit, this means the whole number could be stored in a single node of a 1 length list or it could be infinitely long which leads to there being infinite ways to interpret the question from thereon, it also does not tell the base the numbers are stored in, this means that it accurately could store a number like 314 without having more than one digit if it is in base 314, additionally it is also possible that it could be storing the next and previous node references encoded directly into the single digit but it did not explicitly say this leading to another possible interpretation, it does not say how the resulting linked list should be stored, and also it does not tell where the decimal point is so we can not know whether the nodes 1, 4, and 1 are 1.41 or 141. I could go on, but I haven't the time at this moment.
@NorbertdeRooy
@NorbertdeRooy 19 күн бұрын
This is how the sys/net admin for Microsoft/Cisco exams (used to) work(s). I hope they finally fixed those
@RobertBartlettBaron
@RobertBartlettBaron 10 күн бұрын
Leetcode aslso assumes that their tests are canoical. For example, for some of the problems, you can solve them using floating points or you can solve them using integers. Of course, if you solve those problems using integers you will get exact solutions, but if you solve them using floating points you may have answers that are off by a little. Leet code assumes that you are using floating points, so if you are off by the same amount, then it is ok - if you solve it using integers operations some of the test cases will fail.
@LucTaylor
@LucTaylor 2 сағат бұрын
Did I ever have to add numbers backward at work? No But one time we needed an automation suite converted from c# to Java and I was able to automate about 90% of it. Everyone was manually looking at logs to see timings manually and I parsed the logs to generate graphs over time. Everyone is studying for the aws prep exam, but I'm the only one who made a flashcard app with graduated interval recall. All this required algorithms that other people seem to struggle with more than me for some reason
@olafbaeyens8955
@olafbaeyens8955 14 күн бұрын
Back in the 1990's I had one very cool hiring test. It started with abstract symbols, then it got more and complex basically building a programming language. It was a test to see if you as a developer could learn new things fast you never saw before.
@MrSageAdam
@MrSageAdam 2 күн бұрын
I will do the devils advocate and say that leetcode style questions are an OK 20 minute process to assess someone’s coding skills. I am not in favor of asking any complicated DP of Graph questions (unless you use these kind of algorithms in your product). As an interviewer I ask usually something very simple like “write me a key value data structure” (for the majority of people crying it’s a map) and then I start adding complexity to it. It gives me an insight how the candidate is thinking in advance and adapts their code to new requirements. I believe the issue with Leetcode questions comes because of skill issue from both candidates that only memorize/don’t understand the solutions and interviewers that don’t know how to drive an interview.
It’s time to move on from Agile Software Development (It's not working)
11:07
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 569 М.
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 16 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 35 МЛН
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 1 МЛН
I Left Software. A Cautionary Story About Burnout
18:38
Created By KC
Рет қаралды 258 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 139 М.
laid off from my tech job | what's next?
3:49
Becca
Рет қаралды 21 М.
Simulating the Evolution of Rock, Paper, Scissors
15:00
Primer
Рет қаралды 334 М.
My Career Advice For Anyone Feeling Stuck In Life
7:26
Travis Media
Рет қаралды 46 М.
7 Years of Software Engineering Advice in 18 Minutes
18:32
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 587 М.
The World Depends on 60-Year-Old Code No One Knows Anymore
9:30
Coding with Dee
Рет қаралды 474 М.
Stack Overflow stopped caring about developers a long time ago
22:33
Coding with Dee
Рет қаралды 31 М.
Jonathan Blow on why C++ is a bad language for games
13:45
Jonathan Blow Highlights
Рет қаралды 50 М.
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,5 МЛН
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,6 МЛН
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 8 МЛН