Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate README.md Creation with Problem Description, Runtime, and Memory Usage from LeetCode #36

Open
Harshit-Dhundale opened this issue Jun 7, 2024 · 0 comments

Comments

@Harshit-Dhundale
Copy link

Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to manually create a README.md file after submitting a solution to LeetCode. This process is time-consuming as I need to copy the problem statement description, runtime, and memory usage, and then format it properly in the README.md file. Additionally, I would like more control over the commit messages.

Describe the solution you'd like
I would like the LeetHub extension to automatically create a README.md file in the repository for each submission. The README.md file should include:

The problem statement description copied directly from LeetCode.
The runtime and memory usage of the submitted solution.
An option to customize the commit message or change the default commit message.

Describe alternatives you've considered
I've considered manually copying and pasting the problem description and performance metrics into the README.md file for each submission, but this is not efficient and can lead to inconsistencies.

Additional context
This feature would streamline the process of documenting LeetCode submissions, ensuring that each solution is accompanied by a detailed problem statement and performance metrics. This will also make it easier to track and review past submissions directly from the GitHub repository. Below are some example screenshots of the current manual process and how the automated process could look.

Thank you for considering this feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant