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

Generation algorithm for k unique values in a given range #1

Closed
YeluriKetan opened this issue Jun 7, 2022 · 1 comment · Fixed by #4
Closed

Generation algorithm for k unique values in a given range #1

YeluriKetan opened this issue Jun 7, 2022 · 1 comment · Fixed by #4
Labels
enhancement New feature or request
Milestone

Comments

@YeluriKetan
Copy link
Owner

YeluriKetan commented Jun 7, 2022

  • Need to update the algorithm used for generating k unique values in a given closed range [a, b]
  • Current algorithm is naïve and is placed as a temporary stub for the actual algorithm
  • Access the function to update here
@YeluriKetan YeluriKetan added the enhancement New feature or request label Jun 7, 2022
@YeluriKetan YeluriKetan added this to the v1.0 milestone Jun 7, 2022
@parzival979
Copy link
Contributor

Algorithm Added and issue resolved in the Pull Request #4

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

Successfully merging a pull request may close this issue.

2 participants