Found 141 repositories(showing 30)
shuzijun
Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
akarsh1995
Create leetcode plugins for your code editor, extensions for web browser, etc. from the graphql queries of various leetcode web pages.
This Google chrome extension adds the Format button to the LeetCode code editor.
Saif64
A collection of all the necessary questions and DSA (libraries, services, editors, tools, cheatsheets, etc.) 😊 Here you can get all the codes built from scratch and leetcode solutions that I have done in Javascript. Resources are gathered from many places and pushed into a single repository so that everyone can get what they want at a glance 😄
No description available
hiderrick
This Chrome extension automatically resets the code editor on LeetCode, helping you avoid spoilers when revisiting old problems
vishnuvardhan-s
Leetcode Custom Themes for Code Editor
D-Arijit57
A remote interview platform for live technical interviews with video calls, LeetCode‑style code editor, and server‑side judging, plus scheduling and recordings.
NuyoahCh
The ACM mode leetcode-editor problem-solving summary.
pranavkale07
A browser extension that adds "tab out" functionality to LeetCode's code editor
Nikesh-Nikki
A Chrome extension that provides context-unaware intellisense in LeetCode code editor.
zou-hong-run
一个在线算法练习网站,模仿leetcode答题,使用vue3+vite+md-editor-v3+monaco-editor
ShubhamNegi4
A Visual Studio Code extension for programmers to fetch LeetCode problems, set up local C++ testing environments, and stress-test your solutions with random and sample test cases—all from within your editor.
Kaushik-Kalesh
A Chrome Extension for working on Leetcode problems in your local system on your favourite text editor
yogendrasinghx
This is a Google Chrome extension that automatically starts the timer on the LeetCode platform just after user click on code editor in a coding challenge. It helps you keep track of the time spent on each question without manually starting the timer.
Algo-Monster
What interviewers look for On the technical side, there are a couple of things interviewers look for: Problem solving skills Bug-free coding abilities For non-technical qualities, there are things like communication, culture or even “leadership principles” (looking at you, Amazon), but those things are much easier to prepare. You don’t need two months to learn to say nice things to an interviewer, but you probably need that much time to learn to solve coding problems. Problem solving skills essentially means how you reason a problem. Even if you don’t know a problem, you should be able to systematically infer from known problems. In his classic book “How to solve it”, mathematician George Pólya offers many good tips: “look for a pattern”, “draw a picture”, “solve a simpler problem”. We will use some of these techniques in AlgoMonster’s articles. Bug-free coding is self-explanatory. Unlike the tricky math problems you get asked during interviews, most of the days you’ll be implementing solutions after discussion with your colleagues. Your actual bug-free coding-to-specifications ability is especially important. This is not hard to prepare. You just have to practice A LOT. The System At AlgoMonster, we love systems. We are big believers in systems over goals. Throughout this website, you’ll see systems for solving common interview patterns such as the three-step system for backtracking. For mastering coding interview in general, we have summarized a three-step system: Understand how basic data structures work like the back of your hand Mastering common patterns through practice Working through many problems and derive mental solutions 1. Understand basic data structures This means basic stuff like array, stack, linked list. Stuff you’d use in daily programming. If you have any real-life coding experience, you should know these already. Although depending on your understanding, you may have to brush up on how things work behind the scene a little bit. We have language-specific data structure overviews to get you started. 2. Mastering common patterns There are literally thousands of problems out there on the internet you can practice and that can be really overwhelming. The good news is they are only a handful of common patterns you need to know. Once you master the patterns you’ll be able to apply the techniques to solve other problems. The key is to understand the common patterns really really well and being able to code them bug-free. For each pattern and its example problems, we have inline editors and test cases for you to practice what you’ve learned right away. Do this as many times until you can code them bug-free quickly. Why mastering the pattern is important Because we don’t know what we don’t know. Humans can only infer from the things we know. If a problem requires prior knowledge and we don’t have that knowledge, then it’s essentially intractable. This is especially true in a coding interview with limited time. When the pressure comes, we don’t normally rise to the occasion. Instead, we fall to our highest preparation. Can’t I figure out these patterns myself? You totally can. It just takes time and experience to do many problems and figure out patterns. To quote Issac Newton, “if I have seen further it is by standing on the shoulders of Giants.” We’ve done the leg work for you. And we are constantly updating the content to stay up to date to current interview trends. 3. Work through many problems and derive mental solutions The third step might seem odd at first glance. Shouldn’t you code every problem you see? In theory, yes. But we only have so much time in a day. We have our jobs, school work, or even kids to take care of. We don’t have time to code every problem out there. And that’s totally OK. After we mastered Step 2, we should be able to look at a problem, identify which pattern it belongs to, and derive a mental solution. By going through as many problems as you can, you save a lot of time and greatly expand your knowledge. This makes it easy for you to figure out the problem type quickly during a real interview. In summary, Step 1 you can learn in an intro to programming online course. Step 2 is what AlgoMonster is designed for. Step 3 you can achieve with websites like Leetcode or Hackerrank. Doing coding interviews is no easy task. But with a good system in place, all you need is the practice to conquer the coding interview.
VanjaRo
Python script for convenient md tables editing.
akhilkammila
The leetcode editor promotes lazy spam submissions – so I am writing my code locally here
naveengoudamk
"A premium coding practice platform similar to LeetCode, built with Next.js 16 and Monaco Editor."
HimkarSingh
A LeetCode-style platform for DSA & interview prep with multi-language code editor, real-time execution, progress analytics and AI-enabled features.
RaedNine8
A Chrome extension that solves Leet Code Problems for you Leveraging Meta's Code LLama Instruct and it auto writes the answer for you in the LeetCode editor.
tanay-jagadeesh
Real-time 1v1 competitive coding platform where players race to solve LeetCode problems. Built with Next.js 14, TypeScript, Supabase (realtime), and Monaco Editor. Features matchmaking, bot opponents, live opponent status, a global leaderboard, and instant code execution via Piston API.
A LeetCode-like coding platform built with Next.js, TypeScript, and Tailwind CSS, where you can add your own questions, practice them, search problems, solve using the Monaco editor, run/submit via Judge0, and track progress with user authentication—all in a clean, responsive UI.
TusharSachdeva29
Pravah-X is an AI-powered competitive programming platform inspired by LeetCode, tailored for Codeforces problems. It delivers a seamless problem-solving experience with personalized daily challenges, an integrated code editor, and an AI assistant to help users understand, debug, and learn more efficiently.
vishalyadav0987
MERN stack coding platform mirrors LeetCode, offering coding challenges of varying difficulty levels. Users can solve problems, receive real-time feedback, and track their progress with features like a code editor, submission evaluations, and leaderboards. The platform fosters learning through interactive problem-solving and community engagement.
codest0411
Ask CPT — Ask Code Problem Transformer is a fast AI-powered Chrome extension that helps solve algorithm problems on LeetCode. It reads your editor context, analyzes errors, and generates optimized fixes instantly. Powered by Groq Llama 3.3, GPT-4o-mini, and OpenRouter, it delivers reliable, ultra-fast code generation.
Avijit200318
A LeetCode-style coding platform built with Next.js and TypeScript, featuring real-time code execution via the Judge0 API and a Monaco-powered editor. Users can solve problems in C, C++, Java, JavaScript, and Python, share solutions, and track their progress. It includes secure authentication with NextAuth, a modern UI built with ShadCN, and email
jaiswalprabhakar
Leetcode problem solution with explanation and 2 approach 1>Brute force 2>Optimized with test cases.
shivalikaa
Providing editorials or solutions to leetcode problems in JAVA!
Shlok2
Clone of code editor (Leetcode)