I Solved 100 LeetCode Problems

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 241

  • @Green-Code
    @Green-Code  3 месяца назад +34

    Go to brilliant.org/GreenCode/ to learn more about Computer Science with a free 30-day trial and 20% off the premium subscription!

    • @mz2760
      @mz2760 3 месяца назад +1

      try to solve 100 problems in codeforces

    • @mz2760
      @mz2760 3 месяца назад +1

      make a video about codeforces

    • @mz2760
      @mz2760 3 месяца назад +1

      we want a video about how to improve problem solving skills using codeforcrs

    • @bbrother92
      @bbrother92 3 месяца назад

      Hey what was most common solution pattern?

  • @sowoul_
    @sowoul_ 3 месяца назад +442

    im a leetcode knight (1872) and have 600 problems solved.
    Always lovely to see new programmers start leetcoding!

    • @sinatfahad2283
      @sinatfahad2283 3 месяца назад +15

      I literally SUUUUCK at DSA. Can you guide me like how I should start learning and practicing? Although I have been saving playlists but getting too tough to understand.

    • @Green-Code
      @Green-Code  3 месяца назад +26

      Wow. Respect.

    • @scarymojo5809
      @scarymojo5809 3 месяца назад

      @@sinatfahad2283 Learn basic dfs, bfs, binary search and how hashmaps and arrays work and that should be enough to start practicing. I would look up dfs algorithm etc. for all those topics and once you feel like you understand them conceptually, solve a leetcode easy to reinforce your knowledge. This should be enough to start.

    • @PixVox
      @PixVox 3 месяца назад +1

      How long did it take

    • @LordVlader
      @LordVlader 3 месяца назад

      @@sinatfahad2283 Start by watching the DSA video from freeCodeCamp. It's explaining the very basics in an easy to understand way.

  • @ohimdabiggestbird
    @ohimdabiggestbird 3 месяца назад +174

    bro the lip syncing on your animations are mad accurate i love it

    • @harshvardhan-d5e
      @harshvardhan-d5e 3 месяца назад

      he made them manually or used some AI product ?

    • @JuzuButFake
      @JuzuButFake 3 месяца назад +2

      @@harshvardhan-d5e 100% manually

    • @goos42
      @goos42 2 месяца назад +4

      ​@@harshvardhan-d5e my guess is some sort of program which takes his mic audio and when it sees a certain volume spike or some other pattern it changes the sprite.
      At least that's how I would do it

    • @Coz3erz
      @Coz3erz 13 дней назад

      Yeah there's alr tools for automation of lipsync

  • @Latestfit
    @Latestfit 3 месяца назад +48

    HOW TF ARE YOUR ANIMATIONS SO ON POINT, even the lipsyncs are so accurate

    • @Scolar69
      @Scolar69 Месяц назад +1

      i think there are some software that does that for u

  • @ZaneMouakket
    @ZaneMouakket 3 месяца назад +67

    11:21 Both of those solutions are DFS, one is iterative DFS, one is recursive DFS

    • @Green-Code
      @Green-Code  3 месяца назад +14

      Yeah yeah I know :) I just think recursive DFS is so much cooler

    • @shubhgupta9277
      @shubhgupta9277 15 дней назад

      @ZaneMouakket hey mann can you please tell me where did you study both these topics?

    • @ZaneMouakket
      @ZaneMouakket 15 дней назад

      @@shubhgupta9277 Almost all of what I know about data structures and algorithms is from doing a lot of leetcode problems.
      When I can't solve a problem I find Neetcode's explanation of it (Neetcode is a RUclips channel). He always has very very good explanations. Once I fully understand the explanation (without watching the end of the video with the answer) I try to code the solution myself.
      Then I find another problem I can't solve, then I find neetcode's video for it, then make sure I completely understand it.
      Then after a few months of doing this for like 10 hours a week (around 100 leetcode easy problems solved) you will have a very good understanding of all the simple algorithms like DFS and you will mostly understand most of the other algorithms too
      Once you get to 150 medium problems (so like 300 total problems) you will have a very good understanding of basically all the common data structures and algorithms.
      I would recommend trying to do Leetcode problems that Neetcode has videos for, so that if you can't solve it you can watch his video.

  • @chandanr4303
    @chandanr4303 3 месяца назад +24

    Excited to see you back but didn't expect u to get on leet code but it works because I am kind of looking to solve leet code problems too so a boost for me ig

  • @KenesuEXE
    @KenesuEXE 3 месяца назад +14

    I like the learn first then answer next leetcode approach, especially as a self-learner

  • @zerocoolcorp9517
    @zerocoolcorp9517 3 месяца назад +306

    Do Codeforces next, and try to reach Specialist in a month

    • @Green-Code
      @Green-Code  3 месяца назад +82

      Haven't tried Codeforces. I'll take a look. I don't know what specialist is, but it sounds hard lol

    • @zeroanims4113
      @zeroanims4113 3 месяца назад +23

      you know that's impossible right lol

    • @SamDaBest
      @SamDaBest 3 месяца назад +4

      It’s not that hard tbh. But you definitely need to work harder than doing leetcode

    • @higgsboson6274
      @higgsboson6274 3 месяца назад +4

      Specialist in 1 month will be tough pupil in one month might be good

    • @stoppls1709
      @stoppls1709 3 месяца назад +13

      beat tourist in 1 hour

  • @RobinKlok20
    @RobinKlok20 3 месяца назад

    Really love your edit style and your way of entertaining / explaining. Keep on the good work👏🏼

  • @kpunkt.klaviermusik
    @kpunkt.klaviermusik 3 месяца назад +4

    8:28 "Imagine you have this really, really long list of nubers..." I laughed so hard :D

  • @reyankhan4702
    @reyankhan4702 3 месяца назад +7

    Dude, you're awesome. I had a huge leetcode phobia and you completely solved it ! Idk how to thank you.

  • @musab9334
    @musab9334 3 месяца назад +20

    I just solved my 100th question today on Leetcode, with 5 hard and 41 medium, and, it was hard. Really. I struggle a lot without the help of hints or AI when I'm stuck with the algorithm or the optimisation. When I see a question, I know how to solve and the algorithm appears on my head in a few seconds but since I cannot use AI tools on coding interviews, I feel demotivated to debug my code and just give up depending on the hardness of the problem.

    • @HamzaHamouch-d9b
      @HamzaHamouch-d9b 3 месяца назад

      You're self taught ?

    • @musab9334
      @musab9334 3 месяца назад +4

      No, I'm a Bsc CS student at university. I will graduate summer 2025 so I'm grinding leetcode already

    • @testAccount-eb2ve
      @testAccount-eb2ve 3 месяца назад

      Just hard work and patience, you'll get there!

    • @chip7140
      @chip7140 9 дней назад

      @@musab9334you study in the uk?

    • @musab9334
      @musab9334 9 дней назад

      @chip7140 Netherlands

  • @devinalexander7265
    @devinalexander7265 2 месяца назад

    Idk how u haven’t blown up yet, ur videos are fantastic. Favorite coding Chanel next to code bullet.

  • @divine203
    @divine203 3 месяца назад +6

    Once you land ur first job. You completely forget this platform exists lol. Awesome video 🔥

    • @Green-Code
      @Green-Code  3 месяца назад +2

      Dude I've watched your videos! They're sick!

    • @divine203
      @divine203 3 месяца назад +2

      Broo, same here. Your videos are awesome. love your character design btw 😅

  • @BrianDevJourney
    @BrianDevJourney 3 месяца назад +2

    Respect for the dedication. I emailed you about a sponsor opportunity. Cheers!

  • @xqasazas2026
    @xqasazas2026 2 месяца назад +5

    What did you do before leetcode problems bro?
    how do u exactly "learn"?

  • @acid_heart22
    @acid_heart22 3 месяца назад

    Bro, I am subscribed to you since you had less then 10 subs, really happy to see you pop off, great content 🔥🔥🔥🔥

  • @NikitaVonuchiiEblan
    @NikitaVonuchiiEblan Месяц назад

    Good job! I’m into the programming for less than the week and solved 10 leetcode problems, I hope I will get better sometime

  • @reyankhan4702
    @reyankhan4702 3 месяца назад +1

    Alright, I have decided. I will also do a hundred leetcode problems now.

  • @MianUsmanjaved-ht7lg
    @MianUsmanjaved-ht7lg 3 месяца назад +1

    Bro, what amazing storytelling and what an incredible video! 🔥🌟

  • @uncensoredCode
    @uncensoredCode 3 месяца назад +1

    Damn, first time seeing you channel and I'm in love with it haha I wish you all the best!

    • @Green-Code
      @Green-Code  3 месяца назад +1

      Appreciate that dude :)

  • @shubhampawar1226
    @shubhampawar1226 3 месяца назад

    Glad to be an early follower of you, youre gonna go big!

  • @AvionicsDev
    @AvionicsDev 3 месяца назад +2

    I also play table tennis...Ma Lin is a Dope player 🙌

  • @muleo6005
    @muleo6005 23 дня назад +1

    Bro how did you make the animations, doesn't that take ages?

  • @thomasdinh2k
    @thomasdinh2k Месяц назад

    Thank you for inspiring me to start my leetcode journey

  • @chiefkeeflover2006
    @chiefkeeflover2006 3 месяца назад

    so glad that your channel is growing bro

  • @mz2760
    @mz2760 3 месяца назад +15

    try to solve 100 problems in codeforces

  • @nagadioy9859
    @nagadioy9859 3 месяца назад +1

    Bc you went to a library at 11PM, imma subscribe

  • @rushimithagar
    @rushimithagar 27 дней назад

    Bro you have boosted my moral by atleast 50 from 5

  • @adbb1404
    @adbb1404 3 месяца назад +57

    Gg i have 2 hard, 64 solved and am rank 1.3M. hats off to you

    • @pd5873
      @pd5873 3 месяца назад

      Bruh that's literally me....but i hve solved 22 medium nd 1 hard till now can u tell which hard question u attempted?

    • @pratik.0010
      @pratik.0010 3 месяца назад

      ​@@pd5873 merge k sorted linked list

    • @I61void
      @I61void 2 месяца назад

      I’m similar, I got like 5 hard, 52 med, 82 easy, I’m like 700k

  • @blaseyojali
    @blaseyojali 3 месяца назад

    Edith is awsam bro. The way you explained was great.

  • @JDoesMath
    @JDoesMath 3 месяца назад +3

    I wish, only 4 questions in rn, started c++ like a week ago. Long road in front but oh well it will be worth it ig. What language did you start with?

  • @RasamRohit
    @RasamRohit 3 месяца назад +1

    Took you 4 hrs for 12 questions!!!
    Took me 4 hours for 2 questions that too 1 easy and 1 medium so I guess you are doing much better😅😅

  • @Pambasico
    @Pambasico Месяц назад

    I recently discovered your channel i really like the way you explain things you should make some tutorial videos i would break it

  • @NexusCoderX
    @NexusCoderX 3 месяца назад

    Too good man!! Your inspiring to someone like me who hasent even started 😢

  • @AnandaKrishna-t3h
    @AnandaKrishna-t3h 3 месяца назад +1

    I agree 100% when you say "hard" problems are impossible to solve

  • @ganeshniranjan895
    @ganeshniranjan895 3 месяца назад

    Awesome Bro .. nice work and inspiring

  • @chadchailife988
    @chadchailife988 3 месяца назад

    Cool, I enjoy how you present your content.

  • @savagesarethebest7251
    @savagesarethebest7251 2 месяца назад

    02:04 it is really weird looking with the spikes in the graph, I would guess they have some trouble measuring the performance of the code

  • @akhildonthula6160
    @akhildonthula6160 3 месяца назад +1

    I find you videos very cool and funny... don't stop making videos...i am waiting for next videos

  • @Overlycomplicatedswede
    @Overlycomplicatedswede 3 месяца назад +1

    i just hit my 150 solved milstone not long after this video went live, leetcode is great for somone like me (a C++ dev) trying to learn python lol

  • @onlinealias622
    @onlinealias622 3 месяца назад

    Noice, I started doing leetcode last fall, did 585 problems, and now work for a FAANG. I’m still going though, I slowed downy pace bit but I’m at 660 now. At this point I may as well try to do them all lol

  • @drollshorts8
    @drollshorts8 13 дней назад

    In April 2024, a LeetCode profile became famous as it bore Ma's photo and description and was in the top 0.01% of LeetCode users.[11] Chinese journalists investigated this and discovered it has nothing to do with the famous tennis table athlete.

  • @GrowMode_YT
    @GrowMode_YT 3 месяца назад

    Your channel is a PG Code Bullet, and i love it

  • @Clacksper
    @Clacksper 3 месяца назад

    lmaoo i literally just opened leetcode 5 min ago (which i never do) and now u upload this

  • @tarekelectron
    @tarekelectron 3 месяца назад

    Wow ,you make me felling motivated now ❤😂

  • @zanies6288
    @zanies6288 3 месяца назад

    Cool vid! Tho I am close to 2100 on LC contests, and even I don't think that I am anywhere close to "Ma Lin's" skill level. Think you underestimated that dude lol.
    Also I am pretty sure that account is from a former GM on cf who is a huge fan of Ma Lin.

  • @normanenrickobautista9266
    @normanenrickobautista9266 13 дней назад

    did u answer in neetcode first before diving in leetcode?

  • @ベロラ
    @ベロラ 3 месяца назад

    I can't get over the fact that your name is GREEN CODE man

  • @davidmurphy563
    @davidmurphy563 Месяц назад

    No need to loop at all. Just exploit the fact that sets contain unique values:
    def is_unique(nums):
    if len(set(nums)) == len(nums):
    return True
    return False
    print(is_unique([1, 2, 1, 4]))

  • @Ahmad_Faraj
    @Ahmad_Faraj 3 месяца назад

    Very cool idea
    maybe even consider competitive programming and Codeforces because it's so much fun too

    • @Green-Code
      @Green-Code  3 месяца назад +1

      I'll look into it :)

    • @Ahmad_Faraj
      @Ahmad_Faraj 3 месяца назад

      @@Green-Code about Competitive Programming
      Can you make a video about you participating in Meta Hacker cup
      it starts next week
      it's like a online contest consists of 4 rounds
      document your experiment
      I think that would be really cool

  • @quallejellyfish7413
    @quallejellyfish7413 3 месяца назад

    good video im gonna try out leetcode too now

  • @davidferty
    @davidferty 3 месяца назад +2

    when I saw hashing I thought it was about building a hash algorithm like md5.😢😢

  • @ReshabSharma-q8e
    @ReshabSharma-q8e 3 месяца назад

    I wouldn't still be watching your videos irrespective of other watch or not.

  • @ahmednazar765
    @ahmednazar765 3 месяца назад +1

    How long did this take you, and for someone who is pretty familiar with CS and programming but hasn't learnt DSA, how long do you think one can learn DSA in?

    • @Green-Code
      @Green-Code  3 месяца назад

      I still gotta learn a bunch more, like a lot. But it took me like a month or so I would say. If I can do it, you can do it (and probably much faster than me)

  • @sandeshchordiya6801
    @sandeshchordiya6801 3 месяца назад

    Good Video, Just Checking in

  • @HELPME-g2p
    @HELPME-g2p 3 месяца назад

    Finally you uploaded a video 🎉

  • @KayaSilly0
    @KayaSilly0 3 месяца назад

    Should I give this a shot? I don’t want a tech job or anything, and I’m pretty nooby at programming in general, so I’m not sure I could solve the problems!

    • @testAccount-eb2ve
      @testAccount-eb2ve 3 месяца назад

      Doesn't hurt to try, may be difficult since some of them require algorithm and data structure knowledge

  • @f-8ght
    @f-8ght 2 месяца назад

    how does he makes videos like this character and all with the character animations what the style called ?

  • @muzamilshaikh838
    @muzamilshaikh838 3 месяца назад

    Bro where did you learn Vedio animation that you used in your vedios

  • @Tart-gs3kj
    @Tart-gs3kj 2 месяца назад

    would it be smart to try and learn to code using leetcode?
    i want to get into coding but i dont know what to code, so this could be a nice start right?

  • @skylo706
    @skylo706 3 месяца назад

    I am really interested in how long you have been coding. You said your unemployed (if it wasnt a joke i wooshed) but I've watched a couple of your videos. I've been an employed programmer for around 6 years now and when I started out like in my first 2 years or so I did a lot of codewars and also tried to solve difficult problems. Nowadays I just can't really do that anymore, like your maze video which was great btw, I guess I just became to stupid by now but your skills look very promising. Do you plan on a specific job like faang or what its called for example?
    Small edit here: I forgot to mention but if you like to challenge yourself and to solve puzzles basically, you should try and learn some assembly, whatever variant it may be. It's not as difficult as it seems but if you understand it, its a ton of fun (start with 6502 asm, it's extremely easy and great for understanding asm in general. Also you can mod and write games with it for nes and atari 2600)

  • @Pontiff03
    @Pontiff03 18 дней назад

    bro already solved leetcode problems

  • @buffettmorandini508
    @buffettmorandini508 3 месяца назад

    By the way, Mai Lin leetcode profile isn't actually him according to chinese journalist

  • @VinceePlayz
    @VinceePlayz 2 месяца назад

    we can use counter for first problem

  • @aadhithyavenkatesan4242
    @aadhithyavenkatesan4242 3 месяца назад +7

    4:01 bro just spoke in Tamil language. The word NAGARAM means range of place like states

    • @TutorialTechie
      @TutorialTechie 3 месяца назад +3

      there is also the same word in malayalam too with same meaning

    • @Green-Code
      @Green-Code  3 месяца назад +2

      Ohh no way that's funny

  • @erthboy47
    @erthboy47 3 месяца назад

    Are there web languages (JavaScript) on there? I could use the practice for my web design job!

  • @manuelteres7583
    @manuelteres7583 3 месяца назад

    What an absolute legend

    • @Green-Code
      @Green-Code  3 месяца назад

      I deeply value and greatly appreciate that remark Dr. Teres :)

  • @anjaliupadhayay839
    @anjaliupadhayay839 3 месяца назад

    came to yt after solving leetcode problems just to watch another person solve them :)

  • @MohammedHasmi577
    @MohammedHasmi577 3 месяца назад

    Nice video sir btw where are you from? Lots of love from india❤

  • @Spicekid-r9b
    @Spicekid-r9b 3 месяца назад +2

    How TF you solve 100 problems in 13 days. I am solving 2 questions per day :(

  • @gandalfthegrey2777
    @gandalfthegrey2777 2 месяца назад

    how long it took you for 100 questions?

  • @TheCoolestCrocodileEver
    @TheCoolestCrocodileEver 3 месяца назад +11

    Why are you the best?

  • @Luis_1605
    @Luis_1605 3 месяца назад

    why am I watching this, I have never seriously coded in my life?! Still entertaining though

  • @fsocietytrading
    @fsocietytrading 3 месяца назад +1

    pls how did you mak ethis character i like it

    • @Green-Code
      @Green-Code  3 месяца назад +3

      Premier Pro + After Effects + Lazykh software animation :)

  • @chiki4604
    @chiki4604 3 месяца назад +2

    Bro I wish I can be like you where do I start

    • @Green-Code
      @Green-Code  3 месяца назад +1

      Anywhere. Just start. Learn Python, learn AI, learn algorithms and data structures :)

  • @awful999
    @awful999 3 месяца назад

    you’re cracked

  • @pranjalsaxena4455
    @pranjalsaxena4455 3 месяца назад

    Bro how do you make these videos please tell me. How you made this character

    • @Green-Code
      @Green-Code  3 месяца назад +1

      Premier Pro + After Effects + Lazykh software animation :)

    • @pranjalsaxena4455
      @pranjalsaxena4455 3 месяца назад +1

      @@Green-Code Bro your channel is amazing. You've motivated me to start my own channel. I'll definately start in some time. I'm a data science student. I love coding related content. Your channel is so cool. Keep making this type of content. Have a nice day. Bye

  • @starry_shivam
    @starry_shivam 3 месяца назад

    But did you get employed after this?

  • @Cuwubiq
    @Cuwubiq 3 месяца назад

    well while this is pretty cool and i mean, congrats on that, leetcode is meant to be there for a routine, generally speaking 1 or 2 challenges a day is way way better than tryharding 15 one day and then being so exhaused by it that you atop doing these for the whole month lol

  • @vatsalpatel8694
    @vatsalpatel8694 Месяц назад

    Neetcode is GOAT!

  • @ninadxperia4417
    @ninadxperia4417 3 месяца назад

    Ha ha ha ha whats Ma Lin doing here. I will rename my account to Ma Long now

    • @Green-Code
      @Green-Code  3 месяца назад

      Legend

    • @ninadxperia4417
      @ninadxperia4417 3 месяца назад

      @@Green-Code Yeah true legend. And thanks for this wonderful video

  • @JosePerez-u1c
    @JosePerez-u1c 3 месяца назад

    Hey CG, let's go 🚶‍♂️ 😎!😅😊

  • @gabrielprasenaraj
    @gabrielprasenaraj 3 месяца назад

    back again! 🤟

  • @rubyciide5542
    @rubyciide5542 3 месяца назад +73

    I solved 0 and i have a job 💀⚰️

    • @mro9912
      @mro9912 3 месяца назад +5

      Same 💀

    • @TheAzeyHD
      @TheAzeyHD 3 месяца назад +4

      Same

    • @gamertech7707
      @gamertech7707 3 месяца назад +4

      Can u tell me how

    • @MuhammadYasirJaved-g1d
      @MuhammadYasirJaved-g1d 3 месяца назад +8

      Well your priorities seem to be a bit tangled. LeetCode is not their JUST to land on a job, its way more than that.
      Thank you :)

    • @rubyciide5542
      @rubyciide5542 3 месяца назад

      @@MuhammadYasirJaved-g1d ik dude, just being sarcastic

  • @HardWorkingGeniuses
    @HardWorkingGeniuses 3 месяца назад

    great video

  • @waytoeterrnalpeace
    @waytoeterrnalpeace 3 месяца назад

    Can i know if you are in college right? If so which year?

  • @WhosShamouz
    @WhosShamouz 3 месяца назад

    Leetcode speedrun 💀

  • @guigui0246
    @guigui0246 3 месяца назад

    Doing a LeetCode video sponsoring Brilliant...

    • @Green-Code
      @Green-Code  3 месяца назад

      I love Brilliant. I love LeetCode. Brilliant + LeetCode = Amazing

  • @dusvn1484
    @dusvn1484 3 месяца назад

    Bro you are crazy, you like recursion ahahahah I'm stuck there.

  • @7navy_
    @7navy_ 3 месяца назад

    what if u r like a noobie r there beginners courses ?

    • @skylo706
      @skylo706 3 месяца назад

      My personal tip for you would be codecademy. It also has great free courses and it tought me programming 6 - 7 years ago. It gives you small fun projects and guides your hand while introducing you to different things. One project was for example a text based adventure game which taught you about printing stuff to the screen, if and else statements, strings and variables and lists. It is extremely good for a beginner, so give it a try :)

  • @PinkmanZero
    @PinkmanZero Месяц назад

    Nice Bookmarks.

  • @sandeshchordiya6801
    @sandeshchordiya6801 3 месяца назад

    Commenting just to check the network settings

  • @nickhermann5858
    @nickhermann5858 3 месяца назад

    i like you videos
    👍

  • @TheHollowCube
    @TheHollowCube 3 месяца назад +2

    5:23 Dude, Stop Looking At My Stuff. You are extremely ANNOYING! STOP! Seriously! I'm not gonna dox myself. You There'll be a mom...

  • @mindasb
    @mindasb 2 месяца назад

    Leetcode should stop designating Python2 as "Python".

  • @FelixNielsen
    @FelixNielsen 3 месяца назад

    I cannot for the life of me figure out leetcode. I am not talking about the code challenge, but the site, the interface and not least, the abomination of a code interface. Doing C, type bool is a thing, apparently, and so is integer overflow, which is to say, this is apparently an error?! WHAT?
    Furthermore, I cannot for the life of me find the interface you're apparently using and all the interesting problem require paid subscription?
    I have no idea how you're doing it. Perhaps I am just old...

    • @zanies6288
      @zanies6288 3 месяца назад

      Nah the free ones are more than enough to get good at LC unless you are talking about mysql, js ones which are not traditional data stucture problems.

  • @avibega
    @avibega 3 месяца назад

    Hey Sir I am a flutter developer i need some guidance please give your linkedin or anything else..

  • @Dr.DomAPI
    @Dr.DomAPI 3 месяца назад +1

    Bro I need DSA in python to give me the best resources

    • @m0r4ag
      @m0r4ag 3 месяца назад

      Neetcode’s webpage offers the solutions in Python, his video explanations are conceptual so it’s pretty language agnostic

    • @Aditya-gp2ih
      @Aditya-gp2ih 3 месяца назад +1

      DSA is independent thing.... learn in any language....there are many Indian videos....if you are outsider try find something in English.... there's one on freecode channel. Do buy books

    • @Green-Code
      @Green-Code  3 месяца назад +1

      One word: NeetCode

  • @xtgamer8550
    @xtgamer8550 3 месяца назад

    Make python classes bro