Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
donuts236787y@fuck2code so how do you understand this like conceptually/English. i cant understand the explanation in the Solution. You have 2 Sorted lists and somehow you can use binary search to find the mid.
Usually i think, how would i do this manually. And the solution is merge them both.
And then I realize i only need to check the middle values so I only have to merge until i reach half the total length. -
donuts236787yBut the other question i had was like at Google, Apple, tech companies, is this what the source code looks like... and the documentation?
-
uuid25567y@billgates I also go with my intuition and how I would solve it manually and try to implement that.
Apparently that's not enough đ -
If I need this kind of math I use the wrong approach, language or I'm doing something wrong in general.
There was once something we call KISS. I feel like as soon as there is an interview or a math teacher around we completely forget this.
Artificial complexity I would call it. Problems designed to be completely stupid complex (which isn't a bad thing) without any consideration if the problem has a real-life use even (which is a bad thing) -
donuts236787y@daintycode yes my biggest complaint is that you'll never this on the job units you're an algo designer and well I have no interest in being one...
Tech interview prep on leetCode... I solved this but wanted to read the optimal solution. I check the Solution page..... đ đ âšī¸ đŖ đ đ đĢ đŠ đŠ đĻ đ§ đŽ đŦ đŦ đĩ
https://leetcode.com/problems/...
The way I solved it, basically just did a merge of the 2 lists as is iterates thru them...
Ialright i need a break after i try to understand this...
btw, tech/CS workers, when you approach a real problem do you think like this? Solve the problems in Big O and math symbols?
rant
i'm so screwed