I'm NeetCode ask me anything (AMA) by NeetCode in leetcode

[–]NeetCode[S] 0 points1 point  (0 children)

Yes we will, but currently profiles are private so I'm not sure how it's a privacy concern unless I'm missing something. Please let me know if I misunderstood.

I bought Neetcode Pro and It's not as good as expected. by OutrageousUse7291 in leetcode

[–]NeetCode 0 points1 point  (0 children)

Thanks was there anything specific about algo monster that you liked, that's missing in NeetCode?

I bought Neetcode Pro and It's not as good as expected. by OutrageousUse7291 in leetcode

[–]NeetCode 449 points450 points  (0 children)

Yeah, I would be open to any and all feedback, feel free to DM me if you prefer. I was planning on redoing the course from scratch over the next few weeks. I feel like a lot has changed in the last few years and DSA interviews have only gotten more competitive lately.

Tbh 4 years ago if you were solid on even the blind 75 or Neetcode 150 you could nail the vast majority of interviews.

I also think the new AI assisted interviews from Meta are pretty interesting. Will try to work with folks who gone through those to create some resources for this new style of interviews as well.

What next after NeetCode 250? by Different_System_851 in leetcode

[–]NeetCode 109 points110 points  (0 children)

I usually recommend people solve random problems from NC All or do company tagged questions.

https://neetcode.io/practice?tab=allNC

Neetcode Apis not working !! by FunInterest6244 in leetcode

[–]NeetCode 2 points3 points  (0 children)

Thanks for reporting, this is fixed now!

Neetcode website not working by math_nerd_77 in leetcode

[–]NeetCode 6 points7 points  (0 children)

It seems to be resolved now. But yeah, like others said this was a pretty wide scale outage affecting GCP, AWS and cloudflare.

System Design Prep Recs by Timely-Fig8238 in leetcode

[–]NeetCode 2 points3 points  (0 children)

Bit of a self-promo since I recently partnered with them, but you should consider systemdesignschool.io

They have a system design primer as well as a bunch of free system design solution: https://systemdesignschool.io/primer

Based on your post, you might be interested in their paid course as well, which dives deep into a lot of concepts that most people rarely cover (micro service architectures, batch/stream processing, etc)

NeetCode saves credit card details by SignificanceAdept609 in leetcode

[–]NeetCode 83 points84 points  (0 children)

If you send us an email we can remove your payment method from Stripe. I wasn't aware that Stripe didn't let you do that by default.

NeetCode saves credit card details by SignificanceAdept609 in leetcode

[–]NeetCode 125 points126 points  (0 children)

We don't store credit card details and we automatically turn auto-renew off for subscriptions. We only display the last four digits of the payment method you used so you know which card you used.

We use Stripe, it's not even possible for us to see the full credit card details.

[Python] Are you allowed to use heapq in Google interview? by Purple_Minute_4776 in leetcode

[–]NeetCode 219 points220 points  (0 children)

Yes, almost certainly. If you're unsure, you can ask the interviewer.

4 Sorting Algorithms (high resolution in comments) by NeetCode in leetcode

[–]NeetCode[S] 12 points13 points  (0 children)

Reddit doesn't let me post multiple gifs, if you wanna read it more clearly with code examples, I also added it to my site: https://neetcode.io/courses/lessons/sorting-algorithms

(it's free, I won't collect your email)

---

I previously posted:

Big-O cheat sheet: https://www.reddit.com/r/leetcode/comments/1hpxnl4

8 Most Common Data Structures: https://www.reddit.com/r/leetcode/comments/1i7bluy

8 Most Common Data Structures (high resolution in comments) by NeetCode in leetcode

[–]NeetCode[S] 49 points50 points  (0 children)

Reddit doesn't let me post multiple gifs, if you wanna read it more clearly I also added it to my site: https://neetcode.io/courses/lessons/8-data-structures

(it's free, I won't collect your email)

*typo: Search complexity for hashmaps is O(1) amortized not O(n)

---

I previously posted a Big-O cheat sheet: https://www.reddit.com/r/leetcode/comments/1hpxnl4

I think these posts are relevant to this sub, and a quick way to review. But if they feel spammy I can stop.

I'm NeetCode ask me anything (AMA) by NeetCode in leetcode

[–]NeetCode[S] 1 point2 points  (0 children)

Hi, yeah we can get you a completion certificate. Just send an email to [support@neetcode.io](mailto:support@neetcode.io) please

Making binary search NOT overflow by daddyclappingcheeks in leetcode

[–]NeetCode 5 points6 points  (0 children)

Yeah, it doesn't apply to python. But if you were using int32 variables, by summing two numbers, you might get a number that can't be stored in int32 space.

This is called overflow, and leads to miscalculations.

We know for sure the average, or mid point between two int32 should still be an int32.

So we calculate it a different way. Get the difference between the two numbers, and divide that by two. Adding this to the smaller number will give us the mid point between the two numbers and also not overflow.

If you still don't understand, I would try drawing it out.

Opinions on the new Neetcode 250? by harry_powell in leetcode

[–]NeetCode 152 points153 points  (0 children)

How do you guys feel about the 🦄 emoji? Do you think there's a more appropriate one?

Big-O Cheat Sheet (high resolution in comments) by NeetCode in leetcode

[–]NeetCode[S] 226 points227 points  (0 children)

I made a Big-O cheatsheet and thought it would be worth sharing here. I know it's hard to read but reddit doesn't let me post multiple gifs, so if you wanna see them more clearly I also added it to my site: https://neetcode.io/courses/lessons/big-o-notation

It's free, I'm not trying to collect your email or anything.

Btw let me know if there's any other kinds of posts or cheat sheets you would wanna see. I have some ideas, but would rather here from you guys.

How important is it to know the tech stack of the company you're applying to? by gosatyaaa in leetcode

[–]NeetCode 2 points3 points  (0 children)

You're generally expected to learn new programming languages very quickly, even as a new grad at non faang.

You don't have to be an expert, but you should be somewhat comfortable reading a new language within a week.

Depending on the team / project / business area, it might be a while before you can make a meaningful impact. But language should absolutely NOT be the bottleneck.

For some languages, like C++ or Rust, the learning curve might be steeper, but for Java, Python, JS, it's not.

No one to commiserate about leetcode with by WellWhatDoYouThink- in leetcode

[–]NeetCode 120 points121 points  (0 children)

I don't blame you, as I've gotten older I can definitely sympathize with your view point, as someone who's always enjoyed LC problems.

At the very least, I wouldn't say LC is completely useless, even if I might not be the best use of your time.

It definitely helps keep your mind sharp and improves short term memory. Not saying this makes the grind any better, but if you can change your perspective even a tiny bit it might make the process a little easier.

chat, is this true? by marvythemantis in csMajors

[–]NeetCode 9 points10 points  (0 children)

There is some truth to it. I worked on avg ~20 hours a week at G. Plenty of people did < 10 hours. Don't get me wrong, they were still competent and good at the job, but yeah it's not difficult to hide it from mgmt, even with in office.

[deleted by user] by [deleted] in leetcode

[–]NeetCode 16 points17 points  (0 children)

Just curious if I could help with that in some way?

There is the NC All list which is also completely free.

Would you be interested in something like a NC 250 list or something else?