519 LeetCode problems list in ascending ELO format served with a tiny Python HTTP server. Built to feel like you’re leveling up as you solve LeetCode problems.
seamlessly get better at leetcode.
- Python 3.8+ installed
- Download or clone this folder to your machine. Keep
index.html,data (1).json, andserver.pyin the same directory. - Optional: create and activate a virtual environment if you prefer, though only the Python standard library is used.
- Open a terminal in the project folder.
- Start the server:
python3 server.py
- Your browser should open
http://localhost:8001. If it does not, open that URL manually. - Stop with
Ctrl+C.
- Port already in use: pick a different
PORTinserver.py. - Nothing loads: ensure you ran the command from the project folder so the server can find
index.htmlanddata (1).json.