0DhruvHere0/Leetcode-Journey ? reverse-engineered prompt
Reverse engineered prompt
I want a simple personal LeetCode journey repo built out for me in Python. The idea is that each solved problem lives in its own folder named with the problem number and title, and inside it there should be a clean working solution for that problem. Some of the problems are SQL ones too, so include the right kind of answer there instead of forcing everything into Python.
Also make the repo feel organized and trackable. Add a main README that groups solved problems by topic like arrays, binary search, math, hash table, two pointers, and so on, with links to each solution folder. Include a small stats file so I can keep count of what I have solved.
Keep the code straightforward and readable, like something I could use to study from later. If a folder is needed for each problem in the list, create it and wire everything up so the repo looks complete and consistent. If you need to confirm exact problem names or categories, look up the current LeetCode titles online.
Have a live product UI? Try website reverse