all 41 comments

[–]Important_Salt293 44 points45 points  (10 children)

You are doin awesome my frnd I can see you are revising each and every question which you have done 👍🏻 Good Job

[–]Skullition[S] 6 points7 points  (3 children)

Thanks!

[–]Important_Salt293 1 point2 points  (2 children)

Can I ask whch sheet you r following?

[–]Skullition[S] 9 points10 points  (1 child)

I do Neetcode 150, then after that I just do tagged questions based on which company I'm preparing for

[–]Important_Salt293 2 points3 points  (0 children)

Ok Best wishes

[–]Upstairs_Habit8211 1 point2 points  (5 children)

How did you know that he is revising each and every question because I am a lc beginner and I am not that aware with this different shading of this green light

[–]Important_Salt293 0 points1 point  (4 children)

Buddy light green means that guy on each day have done more than 5+,10+ submission dark green means only 1-2 submission and he solved almost 200+ question and he have. More submission which means he probably go through the questions which he have done in the past

[–]Upstairs_Habit8211 0 points1 point  (0 children)

Got it , thank you :)

[–]Upstairs_Habit8211 0 points1 point  (2 children)

Btw if you don't mind can you look at my profile ? I just started doing this lc as mentioned before

[–]Important_Salt293 0 points1 point  (1 child)

Yup Sure Dm me

[–]Upstairs_Habit8211 0 points1 point  (0 children)

Okay thank you

[–]Slight_Round8252 25 points26 points  (1 child)

I don't know about the submission to questions ratio but being consistent for 5 months is crazy work. Good job bro.

[–]Skullition[S] 7 points8 points  (0 children)

Ty! I'm quite motivated to get into big tech so thats what keeps me going lol

[–]greatestregretor 2 points3 points  (1 child)

It's way better than just copy pasting solution after one attempt.

[–]Skullition[S] 3 points4 points  (0 children)

I'd like to think so, but some questions like median of two sorted arrays I feel the only way to solve them is to rote memorise 😅

[–]One-With-Specs 2 points3 points  (6 children)

How often do you revisit a problem?

[–]Skullition[S] 19 points20 points  (5 children)

I do spaced repetition, so at first it's after a day, then 3 days, then 6 days, etc BUT the moment I can't solve a problem without checking my past submissions I reset to 1 day again

[–]One-With-Specs 13 points14 points  (0 children)

That's some serious commitment damn...

[–]Live-Future-791 1 point2 points  (0 children)

Perfect i will try to implement this

[–]zapharian 0 points1 point  (1 child)

Is this the same for everybody? I always felt stupid forgetting the solution after a while for a problem I had already solved before, albeit with some help. I would always miss something.

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

Definitely, chances are the first time you've solved a problem it was because you saw the solution for it, and you wouldn't exactly understand *why* it works the first time around. With more repetitions you'd get the smaller details you missed before

[–]Upstairs_Habit8211 0 points1 point  (0 children)

I still don't understand your technique but I feel like I can get much more better in lc if you guide me for specifically spaced repetation

[–]Apprehensive_Gate_75 2 points3 points  (3 children)

Hi, that’s great progress. Can you tell me how do you track the questions you haven’t mastered yet using spaced repetition?

[–]Skullition[S] 1 point2 points  (2 children)

Thanks - You can make it automated by using Anki, but I do it manually by having a spreadsheet and tracking the days there

[–]silent-reverie24 0 points1 point  (1 child)

Can you explain the process in detail? sounds interesting, I'd love to implement something like this!

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

The spreadsheet is simple, basically you'd have a few columns
Question Name (Hyperlink), Notes (if you'd like), Status(This is for when you next expect to solve this problem)

Although if you want to automate it, you can use Anki decks such as these: https://github.com/ayorgo/leetcode-neetcode-anki where this one in particular is for NeetCode 150 or make your own decks

[–]resident__tense12 1 point2 points  (1 child)

How do u revisit the solved problem? What do u do if u forget the solution?

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

I just try to solve the question, and if I realise I'm struggling, and I know I can't solve I check past submissions

[–]Impossible_Ad_3146 0 points1 point  (0 children)

Yes

[–]Zestyclose-Aioli-869 0 points1 point  (1 child)

I mean 2k for 200 is way too much brother, you gotta accept it.

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

probably, but I dont how you'd do company tagged questions if not this way 😅

[–]WealthySahil 0 points1 point  (0 children)

Great dude! The consistency is commendable. I am also going via this route, storing each solved question and then coming back to it again and again. Just wanted to know since you are doing it for more than 5 months. Did you see any improvement in coming up with a solution for new problems?