-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Need different folders for different levels of difficulty. #111
Comments
To add, just adding a general folder structure support would be beneficial, especially if we want to link leethub to an existing repo (with a specific code/folder structure already in place). |
Yes like if we are solving questions of array, so we can make an array folder where all array questions can be stored. In this way we can have all the questions topic wise. |
gfg practice code auto push also ? |
Different folders for different topics would be beneficial. |
It would be nice to have a feature of migrating an existing repo to the new file structure also! :) |
@QasimWani My latest push #230 implements this |
I can see PR #369 but how to get this done? |
Hey i just wanted to know if anyone implemented the folder structure support in their forked repos |
I am unable to link contest problem solutions, It would be great if this gets added as well |
@RaghaRao314159 as far as I know contest problems aren't pushed automatically, submit the code to online judge after contest, it should work then. |
It would be great if we can push different language solution with one question only. |
I couldn't able to connect leetcode with github |
As of now all problems are simply pushed in the repo, so the length of repo on the front itself becomes very long. It would be great help if we can get a feature that problems are added in different folders according to their difficulty.
Like most commonly 3 folders, one consisting of easy problems, one medium and one for hard.
Thanks!
The text was updated successfully, but these errors were encountered: