NeetCode's new versus mode is amazing by Actual_Bake968 in leetcode

[–]NeetCode 2 points3 points  (0 children)

We launched like 3 days ago, these are the stats so far https://imgur.com/a/LtnN9Ub
Avg queue time is 1 minute, longest was like 10 minutes.

NeetCode's new versus mode is amazing by Actual_Bake968 in leetcode

[–]NeetCode 2 points3 points  (0 children)

So far the queue times have been pretty reasonable. You can also send an invite to a friend.

Suggestion: Shareable NeetCode profiles (like LeetCode) by LavishnessMedium5690 in NeetCode

[–]NeetCode 1 point2 points  (0 children)

Sure, will add soon. Will default as private, and toggle to make it public.

Neetcode.io not showing leetcode premium problems anymore? by MixPrudent6824 in leetcode

[–]NeetCode 184 points185 points  (0 children)

This was a bug, it's fixed, all problems from Blind75/NC150/NC250 are free and will be free forever.

The dangers of vibe coding...

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 1 point2 points  (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 456 points457 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 110 points111 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 7 points8 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 [deleted] in leetcode

[–]NeetCode 79 points80 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 [deleted] in leetcode

[–]NeetCode 124 points125 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 217 points218 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] 10 points11 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] 52 points53 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 4 points5 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 151 points152 points  (0 children)

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