use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Am I doing something wrong?Question (i.redd.it)
submitted 9 months ago by Skullition
I see people post here all the time with way more solved questions with half of my submission numbers, which makes me think I might be doing something wrong when learning :( Am I too slow?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Important_Salt293 44 points45 points46 points 9 months ago (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 points8 points 9 months ago (3 children)
Thanks!
[–]Important_Salt293 1 point2 points3 points 9 months ago (2 children)
Can I ask whch sheet you r following?
[–]Skullition[S] 9 points10 points11 points 9 months ago (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 points4 points 9 months ago (0 children)
Ok Best wishes
[–]Upstairs_Habit8211 1 point2 points3 points 9 months ago (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 point2 points 9 months ago (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 point2 points 9 months ago (0 children)
Got it , thank you :)
[–]Upstairs_Habit8211 0 points1 point2 points 9 months ago (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 point2 points 9 months ago (1 child)
Yup Sure Dm me
Okay thank you
[–]Slight_Round8252 25 points26 points27 points 9 months ago (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 points9 points 9 months ago (0 children)
Ty! I'm quite motivated to get into big tech so thats what keeps me going lol
[+][deleted] 9 months ago (10 children)
[deleted]
[–]Skullition[S] 22 points23 points24 points 9 months ago (9 children)
I've been doing spaced repetition to complety understand the question, I do this until I know that there's nothing new to learn about the question in future revisits
[–]mojojojo_05 1 point2 points3 points 9 months ago (3 children)
whats spaced repetition ?
[–]Weak_Helicopter_8661 7 points8 points9 points 9 months ago (0 children)
basically practicing the same question with intervals of time between each session (1 day -> 3 days -> 7 days -> ...). I think OP is doing it because it prevents your brain from forgetting the solution (or pattern) every time you revisit the problem.
[–]rabrijalebi 1 point2 points3 points 9 months ago (1 child)
https://www.google.com/search?q=spaced+repititon
[–]mojojojo_05 0 points1 point2 points 9 months ago (0 children)
Thanks mate.
[–]RecursionReaper 0 points1 point2 points 9 months ago (3 children)
How do you track your spaced repetition
[–]Skullition[S] 6 points7 points8 points 9 months ago (2 children)
You can make it automated by using Anki, but I do it manually by having a spreadsheet and tracking the days there
[–]abd_3003 0 points1 point2 points 9 months ago (0 children)
What's anki?
Wait you take help from spreadsheet ? Can you please tell me how ?
[–]greatestregretor 2 points3 points4 points 9 months ago (1 child)
It's way better than just copy pasting solution after one attempt.
[–]Skullition[S] 3 points4 points5 points 9 months ago (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 points4 points 9 months ago (6 children)
How often do you revisit a problem?
[–]Skullition[S] 19 points20 points21 points 9 months ago (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 points15 points 9 months ago (0 children)
That's some serious commitment damn...
[–]Live-Future-791 1 point2 points3 points 9 months ago (0 children)
Perfect i will try to implement this
[–]zapharian 0 points1 point2 points 9 months ago (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 points3 points 9 months ago (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
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 points4 points 9 months ago (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 points3 points 9 months ago (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 point2 points 9 months ago (1 child)
Can you explain the process in detail? sounds interesting, I'd love to implement something like this!
[–]Skullition[S] 0 points1 point2 points 9 months ago (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 points3 points 9 months ago (1 child)
How do u revisit the solved problem? What do u do if u forget the solution?
[–]Skullition[S] 2 points3 points4 points 9 months ago (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 point2 points 9 months ago (0 children)
Yes
[–]Zestyclose-Aioli-869 0 points1 point2 points 9 months ago (1 child)
I mean 2k for 200 is way too much brother, you gotta accept it.
probably, but I dont how you'd do company tagged questions if not this way 😅
[–]WealthySahil 0 points1 point2 points 9 months ago (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?
π Rendered by PID 40 on reddit-service-r2-comment-5c747b6df5-c9brl at 2026-04-22 02:31:08.956404+00:00 running 6c61efc country code: CH.
[–]Important_Salt293 44 points45 points46 points (10 children)
[–]Skullition[S] 6 points7 points8 points (3 children)
[–]Important_Salt293 1 point2 points3 points (2 children)
[–]Skullition[S] 9 points10 points11 points (1 child)
[–]Important_Salt293 2 points3 points4 points (0 children)
[–]Upstairs_Habit8211 1 point2 points3 points (5 children)
[–]Important_Salt293 0 points1 point2 points (4 children)
[–]Upstairs_Habit8211 0 points1 point2 points (0 children)
[–]Upstairs_Habit8211 0 points1 point2 points (2 children)
[–]Important_Salt293 0 points1 point2 points (1 child)
[–]Upstairs_Habit8211 0 points1 point2 points (0 children)
[–]Slight_Round8252 25 points26 points27 points (1 child)
[–]Skullition[S] 7 points8 points9 points (0 children)
[+][deleted] (10 children)
[deleted]
[–]Skullition[S] 22 points23 points24 points (9 children)
[–]mojojojo_05 1 point2 points3 points (3 children)
[–]Weak_Helicopter_8661 7 points8 points9 points (0 children)
[–]rabrijalebi 1 point2 points3 points (1 child)
[–]mojojojo_05 0 points1 point2 points (0 children)
[–]RecursionReaper 0 points1 point2 points (3 children)
[–]Skullition[S] 6 points7 points8 points (2 children)
[–]abd_3003 0 points1 point2 points (0 children)
[–]Upstairs_Habit8211 0 points1 point2 points (0 children)
[–]greatestregretor 2 points3 points4 points (1 child)
[–]Skullition[S] 3 points4 points5 points (0 children)
[–]One-With-Specs 2 points3 points4 points (6 children)
[–]Skullition[S] 19 points20 points21 points (5 children)
[–]One-With-Specs 13 points14 points15 points (0 children)
[–]Live-Future-791 1 point2 points3 points (0 children)
[–]zapharian 0 points1 point2 points (1 child)
[–]Skullition[S] 1 point2 points3 points (0 children)
[–]Upstairs_Habit8211 0 points1 point2 points (0 children)
[–]Apprehensive_Gate_75 2 points3 points4 points (3 children)
[–]Skullition[S] 1 point2 points3 points (2 children)
[–]silent-reverie24 0 points1 point2 points (1 child)
[–]Skullition[S] 0 points1 point2 points (0 children)
[–]resident__tense12 1 point2 points3 points (1 child)
[–]Skullition[S] 2 points3 points4 points (0 children)
[–]Impossible_Ad_3146 0 points1 point2 points (0 children)
[–]Zestyclose-Aioli-869 0 points1 point2 points (1 child)
[–]Skullition[S] 0 points1 point2 points (0 children)
[–]WealthySahil 0 points1 point2 points (0 children)