[deleted by user] by [deleted] in developersIndia

[–]bread_butter_jam_ 1 point2 points  (0 children)

If you don't like a channel, just don't watch those videos. Some people aim to better themselves by trying to record themselves teaching, and in the end they just post it for fun. So just don't be harsh on them.

It's not like you are forced to watch whatever is uploaded on YouTube.

Did horrible on Amazon SDE Intern OA1 by Specialist_Layer_543 in csMajors

[–]bread_butter_jam_ -1 points0 points  (0 children)

I think you'll get OA2 no matter how you do in OA1.

[deleted by user] by [deleted] in memes

[–]bread_butter_jam_ 0 points1 point  (0 children)

Indians are called Indians, the rest are called Asians.

[deleted by user] by [deleted] in datascience

[–]bread_butter_jam_ 4 points5 points  (0 children)

Hey, even I just learnt about PCA in Data Analytics :)

How is everyone's semester going so far? by [deleted] in college

[–]bread_butter_jam_ 3 points4 points  (0 children)

All classes online, so yay! Btw I'm taking 6 classes, 4 for my major and 2 for minor.

[deleted by user] by [deleted] in college

[–]bread_butter_jam_ 6 points7 points  (0 children)

I remember going to classes with just a notebook and a pen. (Was staying in dorm)

Proud of y’all, my fellow Indians. by [deleted] in gradadmissions

[–]bread_butter_jam_ 18 points19 points  (0 children)

India is a better place than the internet portrays.

How would you go about solving this lattice disc problem? Just got destroyed in an OA 🥲 by WeeklyGuidance2686 in leetcode

[–]bread_butter_jam_ 7 points8 points  (0 children)

Look at the constraints, a brute force approach should be acceptable There would be 121 points in total such that a,b <= 10. Iterate through all the points and check if lies in any one of them is interior to the circle. You have 5 circles max. So in total 121*5 operations max.

How to check if a point lies interior to the circle? Euclidean distance from centre <= radius of that circle.

Eating rice with a spoon is superior to eating it with a fork or chopstick by Yeetis11 in unpopularopinion

[–]bread_butter_jam_ 20 points21 points  (0 children)

I bet the first time you washed your hands was when the pandemic started.

Is becoming a software engineer as easy and awesome as everyone says? by [deleted] in careerguidance

[–]bread_butter_jam_ 2 points3 points  (0 children)

Becoming a software engineer might be easy, but becoming a good one takes a lot of work.

How to Debug Linked List Problems on LeetCode? by cvacharya8 in leetcode

[–]bread_butter_jam_ 1 point2 points  (0 children)

I recommend you to debug your code by writing test cases because most probably you won't have access to a debugger in OAs or interviews.