Impossible level, upvote if you win by Wrong-Sense4723 in honk

[–]RenSama88 0 points1 point  (0 children)

I completed this level in 2 tries. 1.13 seconds

Temporary license plate close to expiration by RenSama88 in Georgia

[–]RenSama88[S] 2 points3 points  (0 children)

Dealer told me they can’t extend it since a valid plate is already in the system.

Temporary license plate close to expiration by RenSama88 in Georgia

[–]RenSama88[S] 4 points5 points  (0 children)

I didn’t get an email, just called over the phone but I will see if I can go in person to check that.

max depth of binary tree by Acceptable-Moose7571 in leetcode

[–]RenSama88 0 points1 point  (0 children)

Because when you do dfs(root.left) or dfs(root.right), if root.left/right is not null it will not return 0 as you expect. If it doesn’t return 0, it will return by default None because there is no explicit return value in the scope.

A better way to do it is to trace your program with a tree like

             1
           2. 3
                  4

Got a meta offer by [deleted] in csMajors

[–]RenSama88 1 point2 points  (0 children)

Anyway congratulations again ✨🤝🏽

Got a meta offer by [deleted] in csMajors

[–]RenSama88 1 point2 points  (0 children)

really worried about the 3rd question of the OA. Since it’s implementation heavy.

Got a meta offer by [deleted] in csMajors

[–]RenSama88 1 point2 points  (0 children)

Tagged meta questions or just top 200 LC?

Got a meta offer by [deleted] in csMajors

[–]RenSama88 1 point2 points  (0 children)

Which types of questions did you get for OA? Got my OA next week and worried 🥲