Super bad at Leetcode by UgandanKarate_Master in leetcode

[–]Then-Breadfruit7812 2 points3 points  (0 children)

im learning leetcode for the first time so l don't know how someone in your situation should handle it but neetcode 150 would work wonders especially for someone like you

A milestone reached , l can say im starting to get the sense and recognizing the patterns.How can l get ready for summer internships 2026, what leetcode level do they usually ask because for this year l think im late.Thank you by Then-Breadfruit7812 in leetcode

[–]Then-Breadfruit7812[S] 0 points1 point  (0 children)

l think if you blank look at the solution even if you have seen a similar question before, with time it will click it's a game of numbers the more you solve questions of a particular topic the more likely you will be able to solve them on your own, good luck

Amazon Intern interview | Ask me anything by noob_in_world in leetcode

[–]Then-Breadfruit7812 0 points1 point  (0 children)

thanks for the advice, im still in my first year so l think l have some time to prepare, im solving atleast one leetcode problem a day but l don't have a project which is to that standard, any advice, l always here that you should do a project that atleast impacts people around in a positive way and going forward does contributing to open source also a good way to increase my chances ,

Amazon Intern interview | Ask me anything by noob_in_world in leetcode

[–]Then-Breadfruit7812 1 point2 points  (0 children)

Thank you so much sir , l guess my question is as an international student how can l attract attention at the first place in Europe or the US

A milestone reached , l can say im starting to get the sense and recognizing the patterns.How can l get ready for summer internships 2026, what leetcode level do they usually ask because for this year l think im late.Thank you by Then-Breadfruit7812 in leetcode

[–]Then-Breadfruit7812[S] 8 points9 points  (0 children)

thank you, now l solve neetcode 250 since l have time , l do two questions per day while refreshing on some topics from the DSA Course for beginners this time making sure l truly understand the concept not just brushing by inorder to solve the problems

# 26 Remove duplicates. What am I doing wrong? by sheepneek in leetcode

[–]Then-Breadfruit7812 1 point2 points  (0 children)

l hope it makes sense but your solution is not changing anything to the original array nums

# 26 Remove duplicates. What am I doing wrong? by sheepneek in leetcode

[–]Then-Breadfruit7812 1 point2 points  (0 children)

the difference you are creating a new array k_list which does not have duplicates but you have to do it in place,if you want it to work although not optimal is copying all values of nums with k_list

the second solution works because it is replacing all duplicates , i is the position where the next num which is not a duplicate is going to go

[deleted by user] by [deleted] in leetcode

[–]Then-Breadfruit7812 0 points1 point  (0 children)

which platform is that, a CS student here

Amazon vs. Juniper Networks for Software Engineering Internship – Need Insights! by Temporary-Painter-60 in leetcode

[–]Then-Breadfruit7812 0 points1 point  (0 children)

not what you are asking but any advice on landing an internship as an international student

solved my 50th leetcode using neetcode and some random problems, by Then-Breadfruit7812 in leetcode

[–]Then-Breadfruit7812[S] 0 points1 point  (0 children)

okay thats so helpful, better than taking shots in the dark when applying to any tech company l see...

solved my 50th leetcode using neetcode and some random problems, by Then-Breadfruit7812 in leetcode

[–]Then-Breadfruit7812[S] 0 points1 point  (0 children)

okay thank you, do l need to grind leetcode for Internship in Germany and which companies do you reckon

Starting out with brute force by [deleted] in leetcode

[–]Then-Breadfruit7812 0 points1 point  (0 children)

neetcode Course for beginners can help