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

Add commit with the most optimal solution incase of multiple solutions #170

Closed
vedangwartikar opened this issue Dec 30, 2021 · 0 comments
Closed

Comments

@vedangwartikar
Copy link

Is your feature request related to a problem? Please describe.
Most optimal solution can be added. For ex: My first submission is 68ms (5% faster) but my second submission is 31ms (83% faster). It would be better to add another commit with the better submission data and code.

Describe the solution you'd like
Compare the submission's parameters like runtime, faster than, and memory usage to find out the most optimal submission and add a commit (if needed) accordingly.

Additional context
Older submission (available in the LeetHub repo): https://leetcode.com/submissions/detail/609709381/
Newer submission (expected in the LeetHub repo): https://leetcode.com/submissions/detail/609709708/
Commit (fyr): vedangwartikar/leetcode-solutions@8439a7d

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

2 participants