How to Use LeetCode Effectively

  Рет қаралды 361,526

PIRATE KING

PIRATE KING

Күн бұрын

Пікірлер: 317
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
📝 My ULTIMATE LeetCode Cheat Sheet 👉 piratekingdom.com/leetcode 🎖️ $1000 OFF ANY Online Tech Bootcamps. See if you qualify for the JOB GUARANTEE! 👉 piratekingdom.com/deals/springboard 🏅 LEARN CODING and EARN UNLIMITED certificates from renowned institutions like GOOGLE, META & STANFORD with Coursera Plus! 👉 piratekingdom.com/courses/coding 💻 $300 DISCOUNT! Land a Tech Job with NO or little Coding! 100% Money-back guarantee! 👉 piratekingdom.com/deals/careerist ⬆️ 100% FREE until you're hired! 1-on-1 career mentorship from top-notch professionals at FAANG 👉 piratekingdom.com/deals/pathrise ▶ The best programming languages for LeetCoding 👉 kzbin.info/www/bejne/p5-Tc4xphNaUgtE
@tejasphirke3436
@tejasphirke3436 3 жыл бұрын
This is the most effective video I have ever seen!! Step1: get the premium subscription Step2: start with the top 100 questions Step3: focus on questions topic by topic Step4: practice with a plan Step5: Solve company specific questions PS: don't look my comment unless you have watched the entire video. I have written just a summary the whole video is explained very well
@divyathomas7332
@divyathomas7332 2 жыл бұрын
Points from the video: Plan: - First start with the 100 most liked questions. First 50 should be only easy or medium-level questions - Next choose a topic, order the questions from highest to lowest acceptance rate. Solve at least 20 questions or until the patterns "click" before moving on to another topic. Sample list to start off: Binary search, Two pointers, Binary Tree, Backtracking, DFS, BFS, Graphs, Dynamic Programming How to practice: -Start with easy and medium. Go for hard once you know you are ready - Don't spend more than 30 mins on an easy and not more than an hour on a medium. Then if you can't solve on, look at the solution and move on - Learn from the solution. Understand the pattern and techniques. Look at discussion board/ videos to optimize solution and understand better - Revisit questions especially once you couldn't solve - Solve company-specific questions (premium subscription comes useful here)
@AurelianoShowsTheWorld
@AurelianoShowsTheWorld Жыл бұрын
The "-Start" kills me
@MrjavoiThe
@MrjavoiThe Жыл бұрын
The most liked questions are the harder even the “easy” ones couldn’t solve under 1h
@hnwlightsugar2280
@hnwlightsugar2280 3 жыл бұрын
Thank you so much for sharing this! I just solve like 200 questions and most of them were ez, but however I can't do most of them and have to check the solutions, but a few days before I'm starting to find out a way to make the pattern to solve similar questions, like two pointers for array, sliding windows for reducing runtime...etc
@divyareddy7622
@divyareddy7622 3 жыл бұрын
Hey, where can I get leetcode solutions?
@hnwlightsugar2280
@hnwlightsugar2280 3 жыл бұрын
@@divyareddy7622 Click discussion or if you subscribed, there's a solution option you can click.
@dreamershope2158
@dreamershope2158 3 жыл бұрын
Soo glad this was recommended by the algorithm!! Just a thing I noticed, I don't know if you're reading a script or looking yourself but try making direct eye contact to the lenses while speaking! makes a huge difference, makes you appear more confident, and also helps in maintaining audience retention!! Thanks for these tips and hope you grow a lot😀👍
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Glad you found it helpful! Will incorporate your suggestion and be more natural in my future videos XD
@dw4525
@dw4525 2 жыл бұрын
Please don’t look directly at the camera lenses. Some of us are uncomfortable with direct eye contact.
@luisv526
@luisv526 2 жыл бұрын
@@dw4525 lol
@niharikapatil902
@niharikapatil902 3 жыл бұрын
This is the best plan in the whole of KZbin, Leetcode blog, medium and the whole of internet 😍
@randompeb
@randompeb 3 жыл бұрын
Just started my preparations. This was really helpful :)
@gauravuttarkar9682
@gauravuttarkar9682 2 жыл бұрын
How is the prep going? Did these techniques help? Also, how different do you feel now from 4 months ago with regards to coding?
@elle381
@elle381 2 жыл бұрын
Ngl I trust u with my life tech wise bc of your coding while laying down video. Seriously. I shall listen.
@beingcheercool
@beingcheercool 3 жыл бұрын
I will complete this all and update here ❤️ Thank you brother for suggestion My Goal Is to Complete 180 Strivers DSA Sheet 🔥
@AhmedSK143
@AhmedSK143 2 жыл бұрын
Hello
@beingcheercool
@beingcheercool 2 жыл бұрын
Update : Learned Data Structures Implementation Now Solving Leetcode Questions 🎯😍
@AhmedSK143
@AhmedSK143 2 жыл бұрын
@@beingcheercool nj gl 👏
@pr3ttyy0
@pr3ttyy0 Жыл бұрын
Immediately followed. Easily the most helpful video on the internet on how to break this down.
@jiretkatharpi1099
@jiretkatharpi1099 Жыл бұрын
Is it worth it to get the premium? Like I want to invest but I'm hesitating. Can you share your experience till date
@RC-qi6hs
@RC-qi6hs 3 жыл бұрын
Thanks man, i only focused on ml upto now. I will now prepare for both data science and se roles
@mahmedfarid3201
@mahmedfarid3201 2 жыл бұрын
rare for me to like a video , you kept it short and honest thank you
@CraigMine
@CraigMine 3 жыл бұрын
Is it normal that im not able to solve almost any problem without looking for hints or the solution? LOL
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I was like that at first
@nated7373
@nated7373 3 жыл бұрын
Everyone was like for their first hundred
@FPLogistic
@FPLogistic 3 жыл бұрын
@@nated7373 This makes me feel so much more relaxed omg I thought I was just really stupid (which makes sense for me cause I haven't even been to university yet)
@nated7373
@nated7373 3 жыл бұрын
@@FPLogistic Most people with their first 100 - 200 problems were like that. (Most likely 200). After you go throu your first 200 problems couple times you will start having ideas on how to solve problem without seeing solution. start from some basic Binary search, 2 pointer, BFS, DFS, BT/BST for your first 100, then add graph for your 100 - 200. dont do any other topics.
@maxdegreat566
@maxdegreat566 3 жыл бұрын
@@nated7373 my boy i haven't even taken DS yet 😭
@sussyimposter7224
@sussyimposter7224 Жыл бұрын
You are a life saver thank you
@Josh-ge1cr
@Josh-ge1cr 2 жыл бұрын
im busily applying for jobs now, but If I want to go for FANG i'm definitely gonna do this. just been grinding random leetcode questions and I now have a much more better timeline. thank you!!!!
@prashikganer4820
@prashikganer4820 2 жыл бұрын
Hey, your way of explaining us this is so humble and perfect. I would surely follow your steps! Thanks Mr. Pirate :)
@joaodemacedo9645
@joaodemacedo9645 3 жыл бұрын
Hi Pirate! In a few weeks, I will finish my dissertation so, I am starting to prepare myself for the interviews. One question, how much time, per day, did you spend in leetcode while you were preparing for the interviews? Another thing, what do you think about doing a video on how you prepared for the interviews? I just started watching your videos yesterday, and I am loving it! Thank you so much and best regards from Portugal!
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I think I spent at least two hours a day. I’ll consider making a vid in the future. Thanks for the suggestions!
@stanleychukwu7424
@stanleychukwu7424 3 жыл бұрын
thanks for this video man, i have been looking for a clear guide on how to tackle leetcode, i've not had a tech interview for over 5years now!! overall, your channel has great contents! i've subscribed and will be loojing forward to much greater contents in the future!!
@saralee548
@saralee548 3 жыл бұрын
this is such an awesome video. love the approach that you laid out!
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Glad you liked it!!
@bluevulpe
@bluevulpe 3 жыл бұрын
Really great advice for beginner who has to climb a big mountain of hell of algorithms and data structure, thank you! but wondering whether your recommended course would be good for who is between jobs for beginner have to prepare javascript algorithms test🤔
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
The only resource I used is literally the solutions and discussions in leetcode. I don’t have anything else to recommend for that reason, but try searching in youtube for leetcode tutorials :)
@bluevulpe
@bluevulpe 3 жыл бұрын
@@PIRATEKINGDOM Wow..thank you for your gentle comment and sharing your experience! wish you spend happy sunday:)
@nelsonthekinger
@nelsonthekinger 2 жыл бұрын
The 30 minute tip was one of those that took me a lot of time to get!
@TokugawaSounds
@TokugawaSounds 2 жыл бұрын
I really appreciate this. I assumed it was best to just get started wherever but this is a better plan.
@keshavakumar9828
@keshavakumar9828 2 жыл бұрын
starting to prepare for amazon - the goal is to crack within this year. thank you for the great advice will follow these for sure. ill update my journey here 1 month update - learned javascript es6 to es22 learned and implemented Arrays HashTables, linkedList ,statcks and queues on side learned about Version Control - And made 2 MERN Stack project currently learning NEXT.js and TypeScript and practicing 2question of dsa everyday after 4 months Got a frontend Job at a small startup
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
gl!
@funtrap2289
@funtrap2289 Жыл бұрын
I'm learning Java now, along with java what I want to learn to clear interviews in startup Please guide me.
@bossgd100
@bossgd100 Жыл бұрын
How is your journey ?
@JJSmalls
@JJSmalls 2 жыл бұрын
Thank you for this. Every other video says to just solve 300-1000 questions. I had a hard time figuring out where to start.
@djudsod959
@djudsod959 2 жыл бұрын
Thanks for the advice. I will start topic wise solving now
@satyamgupta6030
@satyamgupta6030 Жыл бұрын
thanks alot for the guidance.
@theonly1me
@theonly1me 3 жыл бұрын
The new Tech Lead
@nathanjbee
@nathanjbee Жыл бұрын
Your advise is really straight forward and no BS. Thank you for the upload! : - )
@sajaldewangan4343
@sajaldewangan4343 3 жыл бұрын
Damn, this video is so underrated
@rodygod3421
@rodygod3421 3 жыл бұрын
Its a fairly new channel but do share it with your peers its good
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Thanks! Glad you like it! XD
@Ritesh_2401
@Ritesh_2401 3 жыл бұрын
@@rodygod3421 I think u r his wife Right
@SachKol
@SachKol 2 жыл бұрын
I really want to solve Leetcode questions but I feel that my basics(Arrays, Strings and Recursion) aren't up to the mark, so what should I do to improve on those!? And thank you so much for this video, it really was an eye opener!
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
Try codingbat.com if you know java/python
@SachKol
@SachKol 2 жыл бұрын
@@PIRATEKINGDOM Thank you so much Daniel!
@jadriantan9917
@jadriantan9917 3 жыл бұрын
What are your thoughts on the infamous book CTCI, is it really necessary or should I just follow the steps above? Edit: Thank you so much for helpful tips!
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I’ve had the book myself, read it, done it, and found out that the same questions are available on LeetCode with better explanations and solutions. Long story short, just leedcode :)
@_tanzil_
@_tanzil_ Жыл бұрын
Wow. Never thought like that. Thank you so much for such valuable information and tricks. ❤
@MegaSpiderpunk
@MegaSpiderpunk 3 жыл бұрын
Really appreciate the video !!! Looking forward to more amazing videos !
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Thanks! Will try my best! XD
@frosty_teacup
@frosty_teacup 2 жыл бұрын
Thanks for the video, just what I needed!
@wilsonwang8641
@wilsonwang8641 3 жыл бұрын
Very helpful and really a leetcode-oriented and interview-oriented learning method.
@tangwu3924
@tangwu3924 Жыл бұрын
the hardest part for me is how to make a plan. I have practiced for couple weeks, but have no clue about the learning plan.
@imiims6017
@imiims6017 Жыл бұрын
Brilliant video. Thanks for these tips. Really helpful 👍
@ramyar4227
@ramyar4227 Жыл бұрын
You are not only Pirate king and also motivation king😂♥️
@NgocDucDo
@NgocDucDo Жыл бұрын
Thank you very much for your videos.
@crash100
@crash100 Жыл бұрын
Thank you
@georgesmith9178
@georgesmith9178 2 жыл бұрын
Awesome job. Thank you for putting this together.
@zhenliu4779
@zhenliu4779 3 жыл бұрын
Thank you very much!
@mrchispa4541
@mrchispa4541 2 жыл бұрын
Your videos are awesome and you have a great charisma! Subscribed 👌👌
@aarons.8129
@aarons.8129 2 жыл бұрын
Thank you so much for this 🙏
@bavidlynx3409
@bavidlynx3409 2 жыл бұрын
For the buying subscription part. I am planning to buy once i solve 100 problems on leet code.
@DevashishJose
@DevashishJose 3 жыл бұрын
thanks, this was very helpful and a very good video.
@BM-zy8qo
@BM-zy8qo 2 жыл бұрын
How do you think I should approach this? Should I learn DSA topics first, then do leetcode questions later? Or For each topic I learn I do questions on that topic, and repeat for other topics?
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
You should first grasp a comprehensive knowledge on the overall DSA.
@BM-zy8qo
@BM-zy8qo 2 жыл бұрын
@@PIRATEKINGDOM Thank you man ; ) Will learn the concepts of DSA on my university break. Appreciate your answer as well.
@anomolisagag2270
@anomolisagag2270 2 жыл бұрын
Great Explaination . . . but did you find any of the leetcode problems and solutions in the on-desk job when u got the job after the interview?
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
Some
@cloudwithjd4068
@cloudwithjd4068 3 жыл бұрын
thank you king , it will be helpful
@jianlu9841
@jianlu9841 2 жыл бұрын
I think the first step is to learn the syntax of at least 1 language and get to know data structures if you have never programmed at all like me when I made up my mind to change my career path to Software Engineers
@patriciohernansanchez1148
@patriciohernansanchez1148 2 жыл бұрын
Thanks you very much for sharing! I'd really like to recover what I have lost in the last years of my Software Engineer professional career. I want to start writing effective algorithms again and why not, apply for a better job. A few months ago I got a proposal from Amazon ES and I remember getting getting struggle with all the topics that I needed to revise I the end I didn't find the time to study all while I was working. It's time to spend some time of every day on practice with this tool.
@AnushaHejamady
@AnushaHejamady 3 жыл бұрын
Thank you so much for sharing this!!!. This was really helpful :)
@gowrisajith6865
@gowrisajith6865 3 жыл бұрын
Ok so Im a software engineer with 3yrs experience. But I feel like my coding abilities are not upto to mark. Will this video be helpful to boost my confidence in coding?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I can say that solving lots of problems on leetcode definitely improved my problem solving and algorithmic skills in general
@gowrisajith6865
@gowrisajith6865 3 жыл бұрын
Thankyou👍🤩
@Mstrickster2
@Mstrickster2 2 жыл бұрын
I really liked this style of video!
@mousefrust
@mousefrust Жыл бұрын
Would it be wise to buy premium straight away and start going through all questions slowly? Also I assume it would totally improve an individuals skills and enhance the likelihood of successful tech related interviews. I guess would you suggest this to any person with any starting skill set to learn and also to prepare for jobs?
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
Yes, solutions are only available with lc premium, and premium members aren’t restricted to the frequency of submissions.
@mousefrust
@mousefrust Жыл бұрын
@@PIRATEKINGDOM Thank you boss!
@NirmalSilwal
@NirmalSilwal 3 жыл бұрын
good plan. Thank you for it. Just random question, how many problems u solved each day? any such daily goals u followed?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
When I prepared for a company jump, I solved at least 5 a day. Just before interviews, at least 10 a day.
@NirmalSilwal
@NirmalSilwal 3 жыл бұрын
@@PIRATEKINGDOM awesome. So like mentioned in video when u get stuck u watch solution after 30 mins in Easy and 1 hrs in Medium problems? or how was that?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
@@NirmalSilwal I did exactly that + I always revisited them at some point
@NirmalSilwal
@NirmalSilwal 3 жыл бұрын
@@PIRATEKINGDOM got it. Thank you for your response 😊
@almightyblazettv8421
@almightyblazettv8421 2 жыл бұрын
LIKED! THANK U BRO
@ekekw930
@ekekw930 2 жыл бұрын
Thank you!
@IC-kf4mz
@IC-kf4mz 2 жыл бұрын
Really well said. Thank you.
@TheRetrobek
@TheRetrobek 3 жыл бұрын
This is so helpful!
@jim1309
@jim1309 2 жыл бұрын
This video was super useful
@coderebel3568
@coderebel3568 Жыл бұрын
I have a question for you about the time restriction on solving problems.. Why have a time restriction? Yes, I understand that in business, speed is valued by many companies.. But honestly, desire for speed is also what gets the great majority of software companies into trouble because of developers creating bad code that's too coupled, violating principles, buggy, rigid, etc.. Plus, although your customer would sure like you to solve a bug faster rather than slower, they will usually however, still prefer you taking a week, a month, or even a year, to fix something over you not fixing it at all.. They will however not be ok with you creating additional problems for them as a result of fixing something quickly. And doing it anyway will sooner or later damage the customer's trust in you having control over the product. We can conclude then that to a customer, quality of the product (and therefore quality of the source code) is way more important than the speed at which you fix things. As such, me as a developer who had his first experiences in the 1980s on an MSX home computer, I don't give a damn about how fast you are.. I will hire a correct coder over a fast coder any day.. And I think that in order to protect our integrity, we sometimes need to respectfully push back to managers and directors and even customers and let them know the pressure they apply and speed they expect is not good for the product in the long run.. I am therefore very opposed to time limit challenges like this, because it seems to me to reinforce the idea and culture that faster is better.
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
companies prefer those who can come up with the same solution in a shorter time period. I think they’re willing to risk potential issues for quicker problem solvers
@coderebel3568
@coderebel3568 Жыл бұрын
@@PIRATEKINGDOM I agree they are willing to take some risk.. But are they really aware what risk they are taking and what culture they are introducing? There are developers out there burning out because of anxiety over losing their job, making 14 hour days to compensate for their lack of self-confidence which was inspired by a "beat the clock" culture.. This is bad.. It can ruin a companies reputation and put them out of business.. It's ruining people's lives, making them physically and mentally ill. We have to stop accepting this attitude I think.
@jykw1717
@jykw1717 3 жыл бұрын
Thanks for the video, really helpful. Where do you think is a good place for me to refresh/learn those DS & Algo used for "Focus on topic by topic" section?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Try focusing on the topics you think are the weakest. e.g. Binary Search, Trees, Graphs (DFS, BFS), Dynamic Programming, Backtracking, Recursion, Two Pointers, etc. Out of these, which are the ones that you need to work on the most? Only you can answer that :)
@fahidabdullah5637
@fahidabdullah5637 Жыл бұрын
You know I’ve tried all of these points but I feel like no matter how much I go I just never fully understand a concept. Been trying so many resources from neetcode 150 to grokking to specific company questions. Doing problems learning from solutions and then doing similar problems. But not matter what it just feels like I haven’t learned anything. I know I have but it just never feels like enough
@elchapo_efootball
@elchapo_efootball 6 ай бұрын
I really like what you do bro and been following buh wanted to ask if I can help you open other channels for other languages so that I translate most of of your videos to others languages 😊
@lydiayang3408
@lydiayang3408 3 жыл бұрын
when you chose leetcode questions by specific companies, did you choose it from "6 months" or "all time" category?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
6 months
@brothermalcolm
@brothermalcolm 2 жыл бұрын
Everybody start here!
@tn9711
@tn9711 2 жыл бұрын
Also try to solve them as quickly as you can. It helps you get better at leetcode faster.
@evelynsummer4020
@evelynsummer4020 2 жыл бұрын
I am so weak at problem solving and Im not good at dsa do you have advice?
@archierathod9594
@archierathod9594 Жыл бұрын
heyyyy! am still in my first year of graduation , can you please tell me which languages should i start learrning from now? and when should i start solving leetcodes?
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
www.piratekingdom.com/blog/coding-languages-i-would-learn www.piratekingdom.com/blog/best-programming-languages-for-leetcode
@archierathod9594
@archierathod9594 Жыл бұрын
@@PIRATEKINGDOM thank you ! I currently started using VSCode but i can't code in it . I intalled VSCode and minGW but still it aint working
@maxdegreat566
@maxdegreat566 3 жыл бұрын
Im subscribing this is such good advice
@pavankumar-gp9zx
@pavankumar-gp9zx 3 жыл бұрын
you got a new subscriber
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Thanks and Welcome!
@EmmaAxe
@EmmaAxe 2 жыл бұрын
I’m a computer science student and I’m scared for my future as I feel like my skills aren’t enough for the industry yet. I only know around 3 programming languages (C, C++, Python) and I’m not even very much good at it. What can you suggest I should do? Can I still make it and succeed in coding interviews in the near future? I feel like quitting because I feel so left behind my peers :(
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
3 PLs r more than enough for an entry level. Make ur own website/project. I have a video to get u started on what to build (learn to code for free). Join my discord server (links in descriptions) for career advice from the community :)
@EmmaAxe
@EmmaAxe 2 жыл бұрын
@@PIRATEKINGDOM Omgggg I'm fangirling rn!! Thank youuuuu 🥺 I love uuuu
@rawanabodyak8658
@rawanabodyak8658 Жыл бұрын
How long this should take ? how many should we do daily ?
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
I recommend at least 3-5 a day.
@goose2935
@goose2935 2 жыл бұрын
Exactly the video I wanted
@FernandoRodriguez-et7qj
@FernandoRodriguez-et7qj 2 жыл бұрын
you're a king
@darkgray7160
@darkgray7160 2 жыл бұрын
thanks bro!!!
@Cuzinz
@Cuzinz 2 жыл бұрын
What language do you use on leetcode ? my first language is java so that's what i'm more comfortable with , what about you ? i see many people using c++ in problem solving , what's your opinion on that.
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
I use java. C++’s isnt great for lc
@patite3103
@patite3103 Жыл бұрын
Which languages are supported by Leet Code? thank you
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
most of the popular ones. i recommend using python or java though. see kzbin.info/www/bejne/p5-Tc4xphNaUgtE
@ahmedmaa4380
@ahmedmaa4380 2 жыл бұрын
thansk, great advice!
@_XY_
@_XY_ 2 жыл бұрын
*Me:* grinds leetcode 3 months to get cool tech job *Job:* fix divs in project with dead web framework
@yusufspahi1693
@yusufspahi1693 Жыл бұрын
i’m not intending on becoming a software engineer but I wanna get good at leetcode lol 😅
@sathviklakkaraju6367
@sathviklakkaraju6367 3 жыл бұрын
Where to learn the data structures before starting this?
@balavikashkandukuri6139
@balavikashkandukuri6139 2 жыл бұрын
Same doubt for me too 🥺
@shivamsays2861
@shivamsays2861 3 жыл бұрын
Helpful
@sebastiantu6212
@sebastiantu6212 11 ай бұрын
Does it not make more sense to start with algorithms specific first? And then 100 most liked? I feel like that would build a better foundation for the 100 liked questions, rather than the other way around. Either way I’ve never studied by topic for leecode so I’ll try that!
@lockedwiththeword
@lockedwiththeword Жыл бұрын
Hi Pirate King I trust that you are doing well, I'm a Software Development student just starting out and I would really appreciate some mentoring and I strongly believe you are the right person I need. I would really appreciate your reply and consideration.. Thank you
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
Come join my discord 👉piratekingdom.com/discord
@utkarshsingh6451
@utkarshsingh6451 3 жыл бұрын
Thanks Brother👍
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
No problem 👍
@LatinoGames
@LatinoGames 3 жыл бұрын
Could you tell us how to use the premium questions? thanks in advance.
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
There’s no special guide on the premium questions. The biggest benefit of premium subscription is that it allows u to filter questions by companies which is critical for preparing for faang
@LatinoGames
@LatinoGames 3 жыл бұрын
@@PIRATEKINGDOM And filtering by frequency is good? I mean, regardless if the question is for a faang
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
yes
@vallamsettymanikanta7750
@vallamsettymanikanta7750 3 жыл бұрын
Sir how many problems per day u solve at early stage
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I solved at least 5 a day when I seriously began studying
@vallamsettymanikanta7750
@vallamsettymanikanta7750 3 жыл бұрын
@@PIRATEKINGDOM thank u
@kanimozhipandiyan2382
@kanimozhipandiyan2382 Жыл бұрын
Hi Pirate, I want to learn Java coding to work on Test Automation. DO you think I can still follow the same steps that you provided in this video?
@PIRATEKINGDOM
@PIRATEKINGDOM Жыл бұрын
I don't think companies require heavy LeetCoding (coding interview skills) for test automation, but I might be wrong.
@M.I11397
@M.I11397 4 ай бұрын
Can i codding with python what did you started with
@Ritesh_2401
@Ritesh_2401 3 жыл бұрын
Did you do codeforces ever ?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Nope
@abcefg7045
@abcefg7045 Жыл бұрын
Hii, I got some negatives in me I can solve questions but I require time to think about it maybe i am not doing it correctly please suggest me how to improve it
@kellyd2973
@kellyd2973 3 жыл бұрын
This video was super helpful! Just wondering, does this plan assume you’re leetcoding at least 1 hour everyday for 3 months?
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
Hmm... it depends on your timeline I guess. But I did spend at least three hours a day :p
@kellyd2973
@kellyd2973 3 жыл бұрын
@@PIRATEKINGDOM even on weekends? 😵‍💫
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
@@kellyd2973 I actually did during the last month of the preparation
@mauriciogeorgessilvaassad272
@mauriciogeorgessilvaassad272 Ай бұрын
thank yoouu!!!
@keshavt6982
@keshavt6982 2 жыл бұрын
Quick question being a .net developer do you think it’s worth the time to learn python just for the sake of acing the interview and never really have done any project using python? Also am not sure if other companies beside fang will test me only on c#
@PIRATEKINGDOM
@PIRATEKINGDOM 2 жыл бұрын
most companies are language agnostic so i don't think they'll care what programming language u use to interview with. if you have the time to learn a new language, then i'd definitely suggest you learn python not only to help you in the interviews but i also think it's just a good skill to have nowadays
@keshavt6982
@keshavt6982 Жыл бұрын
1 year after everyone is testing me only on my technology stack which is c# and sql only
@yashsolanki069
@yashsolanki069 3 жыл бұрын
What programming language did you use in Microsoft interview? Or recommend to use when doing leetcode? Thanks for making this video got my doubts clear on how to solve and not try to be perfect always ✌️👍
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
I used java. However, companies usually don't care about the language you use for interviews as long as you write readable + understandable code. For leetcoding, I recommend two programming languages: either Java or Python. Java because many of the popular solutions are in Java + sheer number of examples & submissions in LeetCode database already. Python because it's the language that you can solve a LeetCode problem with the least amount of code. Less code -> less prone to error -> faster coding which is critical in real interviews because you have to whip up a working solution within the time limit. Python seems to be more trending nowadays too. More importantly, however, these two are mere suggestions from my experience, but you should ALWAYS use the language you are most comfortable with in actual interviews. Programming language proficiency, I would argue, is the number one thing interviewers look at.
@yashsolanki069
@yashsolanki069 3 жыл бұрын
@@PIRATEKINGDOM thanks you so much for answering sir! As i mostly code in python so i would stick with it. 🙌
@PIRATEKINGDOM
@PIRATEKINGDOM 3 жыл бұрын
@@yashsolanki069 Fantastic choice!
@subhadeepsengupta8313
@subhadeepsengupta8313 3 жыл бұрын
Please make a video on how to begin coding on free platforms like 1st or 2nd yera student, I'll be really grateful if you do this,btw love you bro🙇
@yasinnabi
@yasinnabi 2 жыл бұрын
Luck is 0.0001% Hard work is 100% .... instead of waiting to get lucky, start working hard and get lucky.... Hard work and investing in yourself is the best investment ever. a fellow creator
@alejandrogarcia-martinez7816
@alejandrogarcia-martinez7816 2 жыл бұрын
Ty ty ty 🙏
How to Use LeetCode Effectively
4:31
PIRATE KING
Рет қаралды 383 М.
I Asked Googlers How To Get Hired
9:44
Namanh Kapur
Рет қаралды 1,5 МЛН
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 2,8 МЛН
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 79 МЛН
MY ULTIMATE LEETCODE TRICKS
8:12
PIRATE KING
Рет қаралды 250 М.
Advice from the Top 1% of Software Engineers
10:21
Kevin Naughton Jr.
Рет қаралды 3,3 МЛН
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 622 М.
How I would learn to code (if I could start over)
10:52
PIRATE KING
Рет қаралды 1,3 МЛН
The Harsh Reality of Being a Software Engineer
10:21
Gyasi Linje
Рет қаралды 2,9 МЛН
How to Start Leetcode (as a beginner)
8:45
Ashish Pratap Singh
Рет қаралды 942 М.
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,6 МЛН
Mindset of Successful Programmers
4:56
bigboxSWE
Рет қаралды 1,1 МЛН
FASTEST Way to Learn Coding (for FREE) and ACTUALLY Get a Job
8:32
PIRATE KING
Рет қаралды 1 МЛН