Тёмный

LeetCode: The Worst Thing to Happen to Software Engineering 

Coding with Dee
Подписаться 29 тыс.
Просмотров 108 тыс.
50% 1

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

Наука

Опубликовано:

 

6 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 703   
@vitspenatek455
@vitspenatek455 Месяц назад
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 Месяц назад
This. ☝️
@moonasha
@moonasha Месяц назад
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 28 дней назад
Nope, interviwers are more concerned about the thinking process, rather than if you solve the problem or not.
@Patrik6920
@Patrik6920 23 дня назад
@@luisoncpp definetly...
@travispulley8899
@travispulley8899 2 дня назад
@@luisoncpp I'm either thinking about the people I'm talking to or thinking about solving the problem, not both. Doing both is like having one foot on a boat and the other on the dock for me.
@EricT43
@EricT43 Месяц назад
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 Месяц назад
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.
@luisoncpp
@luisoncpp 27 дней назад
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.
@meritocratik
@meritocratik 12 дней назад
"I work on simple stack - everything should be simple". Bro, painting buttons and writing low level code on C - completely different. Im completely sure that you are not working on low level (and I don't say you are painting buttons on css, it's an example)
@bobsemple9341
@bobsemple9341 8 дней назад
​@@meritocratikyou've no idea what ur talking about. The fact u think C code can't be simple is embarrassing. Maybe it's time to give up being a dev?
@meritocratik
@meritocratik 6 дней назад
​@@bobsemple9341 where i said that C cannot be simple? what is simple for you? some shit like udp server? or writing driver for linux? or no brain DHT from scratch is simple for you? specify pls. everything is judged by comparison, low level is obv harder than margin right, padding left, that is my point. if u are not agree, never ever talk to me or to any "it's time to give up being a dev" and learn context before making argument. and yes, I wrote code on both stack for reasonable amount of time, so pls dont make any assymptions if you arent aware. another thing - difficulty is subjective, if u are not stupid enough you should notice that subjectiveness surprisingly exists in our world and wow (how it is even possible) not all people equal, but as we can see - you didn't notice that, so it's a sad commentary. but objectively, css is simpler than C, ask anyone who have both experience. just relax and go ahead to linux repo, help them with your brilliant easy-coded chad contribution if u are so bored in your work. trust me, its better than trying to some infant flex here presumably while procrastinating
@opa-age
@opa-age Месяц назад
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 Месяц назад
Same here.
@cumibakar10
@cumibakar10 26 дней назад
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 Месяц назад
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 Месяц назад
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 Месяц назад
100%
@test-rj2vl
@test-rj2vl Месяц назад
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 Месяц назад
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.
@light18pl
@light18pl Месяц назад
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 Месяц назад
Sadly very true.
@mariolix89
@mariolix89 Месяц назад
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 Месяц назад
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 Месяц назад
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 Месяц назад
@@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
@hwhack
@hwhack Месяц назад
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 Месяц назад
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 Месяц назад
@@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 Месяц назад
@@evancourtney7746 I'd start with LeetCode "search/find [something]" j/k
@BaddeJimme
@BaddeJimme Месяц назад
@@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 Месяц назад
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 Месяц назад
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 Месяц назад
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 Месяц назад
​​​​​@@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 Месяц назад
​@@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 Месяц назад
@@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 😅
@malfunction5448
@malfunction5448 Месяц назад
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 24 дня назад
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 23 дня назад
@@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)
@driguesbarcellos
@driguesbarcellos 14 дней назад
​@@bxp_basswow, you Just solved the problem
@elenatres
@elenatres 14 дней назад
they should test if you can adjust a button margin instead 😂 that would cover 90 % of daily job tasks
@octomancer
@octomancer День назад
Query a REST API and parse the JSON that comes back. It's the Hello Worldest real world problem I can think of. In nice languages it might only be 3 or 4 lines of code.
@BadSpock
@BadSpock Месяц назад
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.
@petaflop3606
@petaflop3606 9 дней назад
'almost never need to write this kind of stuff' maybe not to extent of mediums/hards on leetcode, and rarely in such arcane ways, but otherwise your statement is just false, or perhaps only true in your own anecdotal experience. Using some of the common patterns like DFS, sliding window, etc, that you learn when solving leetcode problems are for sure powerful in day to day engineering? The truth usually is somewhere in between two extreme views rather than 'almost always' or 'almost never' as you put it. Also... if it means getting paid an absolute ton of money and adding FAANG to your CV, is it really so bad to just play the game and 'learn the secret handshake'? I do agree but just not with the 'almost never' bit
@BadSpock
@BadSpock 7 дней назад
@@petaflop3606 no, really. Almost never. If I was saying such things were useless I would say never. I didn't say that, didn't mean that. I'm also not saying developers shouldn't play whatever game hiring managers demand of them. We don't have a choice. You deal with the world as it is not as you want it to be. Rather, I'm saying hiring managers should stop playing this game. It can make it harder/more costly to find people by arbitrarily reducing the pool you hire from. And it is risky in that you may be reducing the diversity of the developer pool by finding people "like you" versus "able to do the job." In this case, you are selecting people who spent time on Leetcode, or who studied in a Computer Science program and maybe competed in programming contests. Does that get you the best bang for your hiring and development buck?
@petaflop3606
@petaflop3606 7 дней назад
@@BadSpock I hear you. I don't agree with the first bit because I have a different experience where it's not 'almost never'. But I hear you on your second paragraph and appreciate you taking the time to respond. Have a good one.
@ytechnology
@ytechnology Месяц назад
I'm old enough to remember when software development was fun. What happened?!?
@Daijyobanai
@Daijyobanai Месяц назад
People got into for the money alone and not because they are tinkerers.
@emperorpalpatine6080
@emperorpalpatine6080 Месяц назад
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 Месяц назад
FAANG madness
@ytechnology
@ytechnology Месяц назад
@@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 Месяц назад
The internet is what happened. Almost every aspect of life was better without it.
@emanuelfaisca1783
@emanuelfaisca1783 Месяц назад
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 Месяц назад
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 Месяц назад
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 Месяц назад
Any good books or other sources to recommend for that kind of thing?
@emanuelfaisca1783
@emanuelfaisca1783 Месяц назад
@@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 Месяц назад
@@yinspiron3348 Clean Architecture by Uncle Bob and any Design Patterns book would be your start point.
@gppsoftware
@gppsoftware Месяц назад
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 27 дней назад
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 26 дней назад
@@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.
@athens31415
@athens31415 Месяц назад
Strong correlation between Leetcode interview questions and Toxic workplace environment.
@onlinealias622
@onlinealias622 4 дня назад
There’s also a strong correlation between leetcode interview questions and making a lot of money
@MartinPowderly
@MartinPowderly Месяц назад
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 Месяц назад
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
@mariuszstanisawczyk8990
@mariuszstanisawczyk8990 Месяц назад
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.
@Alan.livingston
@Alan.livingston Месяц назад
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.
@Arrow333
@Arrow333 Месяц назад
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 Месяц назад
This is brilliant! Wish more interviews were like this
@oleksandrbespalov9713
@oleksandrbespalov9713 Месяц назад
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 29 дней назад
Which penalizes developers who don't have time to do personal projects.
@Arrow333
@Arrow333 29 дней назад
@@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 28 дней назад
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?"
@barenjunk
@barenjunk Месяц назад
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 Месяц назад
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 27 дней назад
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).
@s81n
@s81n Месяц назад
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?
@SvenReinck
@SvenReinck Месяц назад
These problems are perfect for ChatGPT. You don’t need a software engineer for them.
@Daijyobanai
@Daijyobanai Месяц назад
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 Месяц назад
Just what I was thinking.
@januslast2003
@januslast2003 Месяц назад
Because ChatGPT is trained on LeetCode. 🙂
@investing_engineer
@investing_engineer Месяц назад
Surprisingly they aren’t lol. Because of the volume of bad solutions online ChatGPT has a ton of bad data
@test-rj2vl
@test-rj2vl Месяц назад
@@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.
@Daijyobanai
@Daijyobanai Месяц назад
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 27 дней назад
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.
@jacquesduplessis8944
@jacquesduplessis8944 22 дня назад
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.
@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 Месяц назад
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.
@kushaagr
@kushaagr Месяц назад
Leetcode is not bad practise, overuse of it is and ignoring others aspects of Software Engineering is.
@rendomstranger8698
@rendomstranger8698 18 дней назад
In my opinion, Leetcode should be used for only 1 thing. Learning how to code more effectively. It should be used as training exercises only. Not as an indication of how good someone is at a job that has nothing to with algorithmic programming.
@genghisdingus
@genghisdingus 18 дней назад
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.
@test-rj2vl
@test-rj2vl Месяц назад
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.
@gizmoknow-how2022
@gizmoknow-how2022 27 дней назад
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.
@bogdyee
@bogdyee 2 дня назад
I think solving problems did enhance my ability to code by a wide margin. When I was younger I liked solving problems but I never had to grind for them. Even tho these algorithms don't really come up that often in my day to day work, It did help me solve some problems in a creative way and helped me design systems a little better since I found edge cases much easier. I'm generally against giving very specific algorithms at interviews (like number theory or really weird data structures) but good devs should be able to solve ad-hoc problems.
@joejoe-lb6bw
@joejoe-lb6bw Месяц назад
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
@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 Месяц назад
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 Месяц назад
@@mudi2000a I totally agree!
@brandyballoon
@brandyballoon Месяц назад
Or ask them to demonstrate and talk through the development process of a personal project.
@mind_of_a_darkhorse
@mind_of_a_darkhorse Месяц назад
@@brandyballoon That is a good point and would do much to show their true capabilities!
@viralstuff3419
@viralstuff3419 Месяц назад
Software engineers from all countries - unite! in order to change the rules of the game and keep the high salaries
@modolief
@modolief Месяц назад
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.
@lutusp
@lutusp 22 дня назад
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.
@raybod1775
@raybod1775 Месяц назад
I’m subscribing to your channel because you don’t hold back, wonderful to hear your perspective. Keep it up!
@dera_ng
@dera_ng Месяц назад
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.
@CristopherVergaraColombo1
@CristopherVergaraColombo1 Месяц назад
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.
@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.
@taragnor
@taragnor Месяц назад
@@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.
@robertgrant721
@robertgrant721 Месяц назад
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!
@RasmusFrederiksen169
@RasmusFrederiksen169 15 дней назад
I just enjoy the puzzles and making them performant after; but it is a tiny amount of time during my week
@jimsmith5562
@jimsmith5562 Месяц назад
Most refreshing RU-vid video I have seen in such a long time. Keep making these kind of video'sDee
@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.
@kcbrown74
@kcbrown74 Месяц назад
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!
@iTzFiNaL
@iTzFiNaL 7 дней назад
As someone who has recently started learning web development and is enioying it, it was very disheartening to get to data structures and end up really struggling with things like algorithms, leetcode problems and big o notation etc. I just want to make websites in react and stuff like that makes me feel like i can't be a web dev.
@dheereshagrwal
@dheereshagrwal Месяц назад
Leetcode is practice, it's not something you want to memorize
@willtyler
@willtyler Месяц назад
I like leetcode for challenges against friends, but agree that it isn't a great interview tool
@olafbaeyens8955
@olafbaeyens8955 Месяц назад
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.
@laujimmy9282
@laujimmy9282 Месяц назад
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.
@AutobotsTransform
@AutobotsTransform 2 дня назад
Love your channel ❤ You speak the truth!
@odytrice
@odytrice Месяц назад
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 Месяц назад
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.
@TimSavage-drummer
@TimSavage-drummer Месяц назад
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.
@femloh
@femloh Месяц назад
Gold Star for this ! Thanks.
@dirk-piehl28
@dirk-piehl28 Месяц назад
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 Месяц назад
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.
@andrewdempsey5312
@andrewdempsey5312 Месяц назад
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…
@TheLadyEx
@TheLadyEx 8 дней назад
God I had to find a new job last year and I hated these stupid automated tests. None of this stuff has anything to do with actual software engineering job duties, or actual problem solving skills. It’s just a “how well do you remember your computer science 102 midterm?” test. Eventually I did so many practice problems that the ones in interviews were ones I had already seen before so I could solve them within minutes.
@uplink-on-yt
@uplink-on-yt Месяц назад
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?
@jumpingphantom
@jumpingphantom 23 дня назад
Imagine being able to solve 1000 Leetcode problems just to not being able to center a div.
@sanjaybhatikar
@sanjaybhatikar Месяц назад
Thanks for the video ❤
@user-gn1em4ly4b
@user-gn1em4ly4b 4 дня назад
Thank you for your video. I agree with you that lots can be hidden behind an interview that’s based on Leetcode. But apart from real world experience, what alternative to Leetcode can you find to actually help candidates prepare for software engineering jobs?
@rnickerson43
@rnickerson43 7 дней назад
I love to see this kind of video. Coding interviews are a real issue with this industry.I've been doing various kinds of software development for more than 20 years and about 10 years ago I decided I was never going to write code during a formal interview again. I'm happy to broadly discuss various strategies for solving problems (heck I would do that for hours if they let me) and describe how I might break down any given problem into smaller, more solvable chunks, but I wont write code. If they want to see code I always suggest that they pair me with one of their developers for a few hours. That way I'm solving real problems, not "interview" problems, and the developer I'm paired with will get to see if I know what I'm talking about and how well I work collaboratively with another developer. And yes, this means I've had some very short interviews with some companies since the interviewer (often not a developer at all) doesn't know how to proceed if I wont write code on the spot. But I've still been very successful and I think handling interviews this way has helped me to find projects and jobs that I enjoy far more than I would have otherwise.
@tolkienfan1972
@tolkienfan1972 Месяц назад
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.
@yummyfunnybunny5167
@yummyfunnybunny5167 26 дней назад
Never used leat code. Self taught myself code and just landed a job 💪🏻
@jordanjackson6151
@jordanjackson6151 2 дня назад
Your vids always had an honest air about them. I feel like I was waiting for someone to post something like this. Liked and finally subscribed! I wasn't understanding why Leet code was so pushed as of recently. Especially when companies now are in more demand for employing fresh IT blood than ever. I mean, "Oh the industry is in a severe need. So lets make it harder for them to get in the damn door!", is what its starting to look like now.... Not exactly gate keeping (overused term). But it is something counter-effective. And it's stupid weird. I've had fun and trouble with the languages I've so far learned. But the courses I took to learn them all taught me problem solving and product generating measures. You know, the actual shit that is on a job?
@maestro69hz
@maestro69hz 11 дней назад
Saw the video on agile and now this one. Subbed.
@SK-yb7bx
@SK-yb7bx Месяц назад
This is refreshing. Some exercises such as 2some is well worth learning.
@Newtube_Channel
@Newtube_Channel Месяц назад
How does adding numbers backwards work? Do you expect a different answer as opposed to just adding the two numbers?
@GRBtutorials
@GRBtutorials Месяц назад
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.
@alejandromedina4540
@alejandromedina4540 10 дней назад
good video. i have one question tho. what would the alternative be? im in uni rn to become a software engineer, and i thought leetcode would be pretty useful. what would be the alternative then in order to become a better software engineer?
@andrehil
@andrehil 2 дня назад
Thank you for this video. I've had a grudge with this type of interview since before leetcode (hackerrank, codillity...) It absolutely doesn't prove that the candidate is good or knows how to code, it's just lazy interviewing (especially when it's 100% automated). In most cases, it just proves that the candidate has already solved it before. I passed in two interviews that used this in the past. For one of them I barely passed and for the other one I passed with flying colors because I studied for it and knew the solution for the most complicated of the three problems that I had to resolve in 90 min (which was an extremely specific solution).
@oleksandrbespalov9713
@oleksandrbespalov9713 Месяц назад
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.
@vinitvsankhe
@vinitvsankhe 16 дней назад
We are a startup and we also do Coding challenge. But it's a full stack project of the candidate's choice of problem statement and technology for 3 days. This gives us a holistic view of their critical thinking, design thinking and also skills. And then we ask them to explain it by scanning the code and propose scenarios e.g. best data structures for improving a given logic or best infrastructure architecture that would work for a given question or if the technology used moves from SQL to Nosql etc. It keeps them grounded and forces them to learn the code even if they had to do a blind copy paste
@luisoncpp
@luisoncpp 28 дней назад
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.
@augustday9483
@augustday9483 23 дня назад
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.
@SGD2718
@SGD2718 6 дней назад
I have spent hundreds of hours on projects and zero hours on leetcode. Would it be a good idea to spend some amount of time on LeetCode? (I am still in high school)
@chrisg5433
@chrisg5433 Месяц назад
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 RU-vid "developers"
@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 Месяц назад
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 Месяц назад
@@mudi2000a this
@jacquesduplessis8944
@jacquesduplessis8944 22 дня назад
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?
@anthonyhawkes4101
@anthonyhawkes4101 10 дней назад
As a cybersecurity engineer (with some software dev background) who sits in on interviews as a technical interviewer, I spend time looking at someone's resume and asking questions to validate their knowledge as well. If someone manages to get to an interview and that don't exactly meet the requirements we find out if they are a team fit and ask abstract questions to see if they could fit the role. A key question I always ask in some way or another is "if you didn't know the answer what would you do?" and I'm literally just wanting them to tell me they Google it. I'm not an expert interviewer but I've not been disappointed by the several candidates I've given a thumbs up for. To get quality hires, you need quality interviewers, which requires a pool of existing quality talent who don't have an ego so large they need to flex hardcore unrealistic problems on candidates. I've certainly asked challenging questions - I've been surprised to get right answers but I'm more asking to see how they handle a problem.
@akialter
@akialter Месяц назад
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?
@valcubeto
@valcubeto 15 дней назад
The worst part is people just copy-pasting the solution
@vadymkvasha4556
@vadymkvasha4556 6 дней назад
what about not yet software engineers? is it a good thing to level up some basic skills?
@BohdanTrotsenko
@BohdanTrotsenko Месяц назад
TLDR: leetcode is for other smarter people out there, who can generalize rather than memorize a solution
@mariusg8824
@mariusg8824 Месяц назад
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.
@viralsheddingzombie5324
@viralsheddingzombie5324 Месяц назад
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?
@aaron-ps7ht
@aaron-ps7ht Месяц назад
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.
@captaingabi
@captaingabi 8 дней назад
I just did a leetcode interview. My thoughts exactly. When I am interviewer, I never do leetcode.
@No-no-no-no-nope
@No-no-no-no-nope Месяц назад
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.
@ecavero1
@ecavero1 20 дней назад
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!
@EffKayDownSouth
@EffKayDownSouth Месяц назад
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.
@scottmorton21
@scottmorton21 4 дня назад
After 25 years of Software Engineering, I can honestly say that I have never heard of LeetCode. I am blessed. After watching this video, it reminds me of preparing for the Engineer In Training exams that are two days long, 8 hours a day. Or maybe for the SAT. In real life, the customer doesn't care and wants the best solution for his problem. The solutions I have found are rarely, and I mean rarely, based on a detailed LeetCode question. God, I hope I never have to deal with this in an interview.
@AntonioPetrelli
@AntonioPetrelli Месяц назад
Just a technical question: why has this video only 360p in the video quality list?
@crazydrifter13
@crazydrifter13 Месяц назад
Happens when you watch any video as soon as it's released. It has more options for quality now.
@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 22 дня назад
FAANG started it
@konradhunter1407
@konradhunter1407 Месяц назад
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 Месяц назад
Glad to see a comment here from someone else who does it for fun!
@rikthecuber
@rikthecuber Месяц назад
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 27 дней назад
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 27 дней назад
@@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 22 дня назад
Doing it for fun versus looking for a job are 2 different things
@tens0r884
@tens0r884 29 дней назад
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
@daves.software
@daves.software Месяц назад
Leetcode is basically a puzzle site to me that I do for fun.
@olafschluter706
@olafschluter706 26 дней назад
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.
@yogabija
@yogabija Месяц назад
Good video, well said.
@lepton555
@lepton555 Месяц назад
LC is good for learning CS. That's it.
@UdayKiran-mw4cr
@UdayKiran-mw4cr 26 дней назад
I am pretty sure she is actively practicing leetcode
@guybrushthreepwood2910
@guybrushthreepwood2910 6 дней назад
Based. It's quite a sham because it's not like most candidate jump straight to the coding. People that grind Leetcode know very well that it is frowned upon, so they pretend they are thinking through the problem when in reality they have the solution pre-cooked 80% or more. I enjoy playing with Leetcode every now and then but I despise the interview culture around it. It has nothing to do with the mental process that you go through with real work. If you are not on a day where your mind is super inspired, you might not get to the working solution on time, but you might solve it with 30 minutes, or 1 or 2 hours more. And that means nothing if you are comparing with a person that solved it in 30'.
@bigthebird-
@bigthebird- Месяц назад
I think there is also a certain level of creativity that makes a great developer. My background was in bioinformatics, so using analytical tools like R and Python to draw conclusions from biological data like genomics. I wanted to expand my skills from what was becoming monotonous number crunching so I would make an interactive app for each plot I made. I started out making basic Shiny apps but then started hooking them up to backend dbs like Mongo prettying them up with HTML, CSS, and JS. Then Docker, deployment, and workflow managers, etc. Then I moved onto other frameworks like Svelte. I’m not a true developer, still an analyst, so I’m still not super knowledgeable about development, but I found that for me at least learning software development was more about abstraction and planning than just writing code to solve problems. Understanding how services worked and interacted together help me out heaps. Then the more I built everyday, the more familiar I became with development. I guess also knowing I don’t have a true dev background takes the pressure off to be “good” at it and just have fun with it and make mistakes.
@kcm624
@kcm624 4 дня назад
In Faang interviews they do expect you ask question about edge cases, what format to return etc. before starting to write code.
Далее
▼КОРОЛЬ СОЖРАЛ ВСЕХ 👑🍗
29:48
Просмотров 358 тыс.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
This Is Why Managers Don't Trust Programmers...
28:04
Просмотров 236 тыс.
How to NOT Fail a Technical Interview
8:26
Просмотров 1,4 млн
Why Most Programmers DON'T Last
18:56
Просмотров 287 тыс.
The End Of Jr Engineers
30:58
Просмотров 407 тыс.
The LeetCode Fallacy
6:08
Просмотров 456 тыс.
No Code App Development is a Trap
9:31
Просмотров 179 тыс.
#engineering #diy #amazing #electronic #fyp
0:59
Просмотров 2,4 млн