DEV Community

Cover image for Top 7 LeetCode extensions
Abanoub Asaad
Abanoub Asaad

Posted on • Updated on

Top 7 LeetCode extensions

We all know that LeetCode is so useful for problem-solving or preparing for interviews, but you can do a few tweaks to make it more fun and useful while solving problems. Some of these extensions will help you increase your productivity, and some of them will help you to have good open-source contributions. So in this blog, I'll be talking about six useful leetcode extensions for browsers, and one more we can use with VS Code. Enjoy :)


1. LeetCode Video Solutions

Through this extension, you will enjoy:

  • Watching free helpful LeetCode video solutions on the problem page itself, the solutions are in different programming languages and cover different solving techniques and algorithms
  • Not being distracted by watching cat videos on YouTube when you should be solving a LeetCode problem!
  • Seeing the solution videos' duration, upload date, views, channel, and other information.

🔗 It's available for Google Chrome and Mozilla Firefox.

Video Solutions Extension overview

2. LeetCode Enhancer

This extension can boost your productivity by hiding unnecessary visual elements from the screen, enabling you to focus on what is important. You can change your preferences from the popup menu and find out what best suits your needs.

It has the following features:

  • Hide problem difficulty
  • Hide locked problems from the table
  • Hide / Show any table column
  • Highlight solved problems
  • Hide solved problems.

🔗 It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.

LeetCode Enhancer overview

3. LeetHub

With this extension, you can automatically integrate and push your Leetcode submissions to GitHub when you pass all tests on a Leetcode problem.

This extension is beneficial because:

  1. Recruiters want to see your contributions to the Open Source community, be it through side projects, solving data structures/algorithms, or contributing to existing OS projects
  2. It would be so easy to access your leetcode problems and solutions in one place, and you will not spend any time pushing your code to GitHub!

🔗 It's available for Google Chrome.

LeetHub overview

4. Leetcode Timer

Easily time your leetcode practice sessions with automatic time setting based on difficulty.

It has the following features:

  1. Set time for difficulty levels to increase your solving speed
  2. Automatically detects difficulty and sets the time accordingly
  3. Alert when time is over.

🔗 It's available for Google Chrome.

Leetcode Timer overview

5. LeetCode Timer

Don't worry, I'm not repeating myself :) It's a different extension.

It has the following features:

  • Track time when solving problems on LeetCode
  • Auto start timer functionality
  • Automatically, pause timer on successful submission
  • Hide acceptance rate and more other features.

🔗 It's available for Google Chrome.

LeetCode Timer overview

6. LC Predictor

  • This extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself on the right side
  • After participating in Leetcode contests, you wait too long for seeing your new rating. so this extension will be helpful here.

🔗 It's available for Google Chrome.

LeetCode Predictor overview

7. LeetCode "VS Code extension"

  • Solve LeetCode problems in VS Code
  • Filter problems by company, difficulty, or topic.

You can also watch this video to know how to install the extension.

LeetCode on VS Code demo


Conclusion

In this blog, I discussed some useful LeetCode extensions that I know. If you know any other useful extensions, it would be great to share them with us :)

Which extension do you like more? Let me know!

Previous Articles

Top comments (3)

Collapse
 
geekysrm profile image
Soumya Ranjan Mohanty

Hey @Abanoub Asaad, thanks for sharing my extension, LeetCode Video Solutions!

Glad you found that helpful.
Hoping other find value out of it as well!

Collapse
 
abanoub7asaad profile image
Abanoub Asaad

Thank you, Soumya for making these awesome extensions :)

Collapse
 
zuby profile image
zdevelops • Edited

You should add Leetcode Explained to the list :]