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

Modify the generateRandomLeetCodeProblem function to reduce the chance of an already solved problem #33

Open
The-CodingSloth opened this issue Sep 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@The-CodingSloth
Copy link
Owner

Modify this function to take into account the user's already solved problem (not sure based on solved extension problems or leetcode submissions)
From then make a randomize system to lower the chance to get the same problem.
Edge case:
If by some miracle they get the same problem they solved yesterday, change the problem (might need to have a previousProblem in the storage for this, just to make it easy)
If you guys have any other suggestions/ideas put a comment here

@The-CodingSloth The-CodingSloth added the enhancement New feature or request label Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant