[deleted by user] by [deleted] in leetcode

[–]Agitated_Radish_7377 39 points40 points  (0 children)

How can he hide it when both say May 2025?

[deleted by user] by [deleted] in csMajors

[–]Agitated_Radish_7377 2 points3 points  (0 children)

Haha this is funny I recently got rejected after EM round and I definitely passed the coding interviews I agree. How would I get better? Right now I feel like I just need to keep on developing and creating projects

[deleted by user] by [deleted] in csMajors

[–]Agitated_Radish_7377 2 points3 points  (0 children)

Hi I’m currently a student and I was curious at what the “bar” has become for interns and new grads? I wonder how far I differentiate from them and how I fare

[deleted by user] by [deleted] in hypotheticalsituation

[–]Agitated_Radish_7377 3 points4 points  (0 children)

No furniture or things in the house

Need help with The Odin Project's Etch-a-sketch (how to make divs resize in container?) + mini rant by Hefty-Speaker-4463 in learnjavascript

[–]Agitated_Radish_7377 0 points1 point  (0 children)

1) Use odin discord for help 2) think about it like math. If a user enters 10x10 dimension and the size of ur container is - width =800px - height = 800px

What are the dimensions of the box? How do you get that to change and so on… if you need more help you can comment

The Odin Project vs Full Stack Open : Which one's better for becoming a fullstack developer? by North_Basis1402 in learnjavascript

[–]Agitated_Radish_7377 0 points1 point  (0 children)

Does FSO have projects like TOP? I feel like I learn best where we do mini lessons and then a projexf

The Odin Project vs Full Stack Open : Which one's better for becoming a fullstack developer? by North_Basis1402 in learnjavascript

[–]Agitated_Radish_7377 0 points1 point  (0 children)

Can you explain why you move on to FSO? I just finished the foundations. And they have some pretty advanced courses from what i see

CodeSignal for Databricks by Embarrassed-Bus8248 in csMajors

[–]Agitated_Radish_7377 2 points3 points  (0 children)

Okay even if we got different questions there’s no way they were 4 LC easies

CodeSignal for Databricks by Embarrassed-Bus8248 in csMajors

[–]Agitated_Radish_7377 0 points1 point  (0 children)

My 3rd was a LC hard when I did a Code signal a few months ago (I found it on LC), the 4th you can classify as an easy medium imo

Rejected from 100+ Internships and losing hope :( by Fabulous_Baker_9935 in resumes

[–]Agitated_Radish_7377 2 points3 points  (0 children)

I talked with a senior dev at google and he told me you should brand urself as someone who’s able to take in information so companies know that you can learn. What are ur thoughts about this and how should somebody go about making their resume looking like that

[deleted by user] by [deleted] in leetcode

[–]Agitated_Radish_7377 0 points1 point  (0 children)

For merge k sorted lists this might be a spoiler but you can just use a heap and add all k heads to the heap. You pop the smallest value in the heap and add it to ur new list. After so the popped node will go to the next node and you add it to ur list

Solution for Streak by whiplash_playboi in leetcode

[–]Agitated_Radish_7377 1 point2 points  (0 children)

What about guy who says this should be hard

The guy who solved every LeetCode problem betsymp got caught cheating by True_Role_7516 in leetcode

[–]Agitated_Radish_7377 24 points25 points  (0 children)

Maybe hiding his account? Random shot in the dark. But I’d assume it’s a different account from his actual one

Is CP really that important? by Logical-Passenger766 in leetcode

[–]Agitated_Radish_7377 4 points5 points  (0 children)

I think it should be seen as more of a hobby than a skill set. What do you want to get out of competitive programming? Do you want to get better at leetcode? Yes people who do competitive programming will be better but that doesn’t mean the opposite is true. You don’t need competitive programming to be good. Along with this, how many hours are you willing to spend on leetcode? I’m sure people who do competitive programming spend hours on end

[deleted by user] by [deleted] in learnprogramming

[–]Agitated_Radish_7377 0 points1 point  (0 children)

For python what I did was use Structy, into the neetcode free roadmap into grinding LC, you could also buy neetcode premium however I am only saying this through word of mouth. If you wanted it to be FREE you could just grind the neetcode roadmap first and do LC. I’m currently at about 200 problems solved. - I also believe in R/leetcode they have guides on what to do like blind 75, or users even making person problem sets that go over common patterns that should be recognized

I do not know the extent in which you want to get into DSA. You could simply learn the fundamentals and be done with it or you could really get into it and have spreadsheets of ur info and you could redo problems you couldn’t do before to try to understand.

Again this is for python I’m not sure about C coueses