Def agree that most ppl shouldn't start with Two Sum, and VERY much agree that understanding the question prompt can be the hardest part 😂 Great video!
@JacoblBroughton Жыл бұрын
Wow, thank you for the kind words and for watching!
@JacoblBroughton Жыл бұрын
There have been a number of times where I speed-read the prompt and think I understand it completely, spend 30 minutes trying to figure it out, then re-read it and realize I was missing a key detail, lol.
@hitendrasingh01 Жыл бұрын
At the beginning of this year, in January 2023, I started practicing on LeetCode. Initially, it was quite challenging for me to solve the questions on the platform. However, as time passed, I managed to solve 257 questions, and my rank improved from 5,000,000 to 247,000. I make it a daily habit to solve at least one problem on LeetCode, and on some days, I even solve up to five problems. This consistent practice has helped me learn a lot and improve my problem-solving skills. For beginners who code in C++, I highly recommend learning the Standard Template Library (STL). The STL provides a collection of useful and efficient data structures and algorithms, which can significantly simplify and optimize your coding process. Keep up the good work and continue practicing regularly!
@Austin_Sky11 ай бұрын
I really appreciate you putting out this video. leetcode really does scare me, and has for the hardest time. Going to get after it
@dipongkorroydipu1613 Жыл бұрын
After watching your video, I gained confidence to start LeetCode as an absolute beginner. Thanks for the motivation!
@JacoblBroughton Жыл бұрын
That's awesome, best of luck to you!
@akashambrose Жыл бұрын
Even most of the hard problems are combination of concepts of easy and medium question.
@HarshSharma-xc3ut Жыл бұрын
i will also start leetcode after watching ur video. Thanks for the video🤗
@JacoblBroughton Жыл бұрын
Thats awesome! I think you'll enjoy it. You will get better as a developer and also find new gaps in your knowledge that you can study for. Also, thanks for watching!
@atosise Жыл бұрын
I tried LeetCode recently and I am not sure how you can debug your own code when you don't have premium and output does not print your prints. Also no auto-complete is really a thing. Any idea?
@JacoblBroughton Жыл бұрын
You should see your logs / prints in the 'stdout' section after you run your code either with 'run' or 'submit'. If you have anymore questions feel free to let me know. Thanks for watching!
@atosise Жыл бұрын
@@JacoblBroughton thanks, will check it later
@sarvarxyz Жыл бұрын
Hello, Jacob. What is your background? Have you studied DSA before doing leetcode?
@JacoblBroughton Жыл бұрын
Hey sarvarside, prior to starting Leetcode I actually did not do any DSA studying. I just started studying that stuff very recently, about the same time as I started Leetcode. By the way, thank you for watching!
@ins3203 Жыл бұрын
Did you do blind 75? If you did, what is your routine?
@JacoblBroughton Жыл бұрын
I haven't tried that one yet, but I will! Would you have any interest in videos of trying to get through leetcode problems? Or walkthroughs of problems I've already completed? BTW, thanks for watching!