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

Remove error conditions from Largest-First. #76

Merged

Conversation

jonathanknowles
Copy link
Contributor

Related Issue

#75

Summary

Recent changes to the design of Largest-First mean that it is now impossible for the algorithm to encounter the following two error conditions:

  • InputCountInsufficientError
  • InputsExhaustedError

This change removes these error conditions from the documentation for Largest-First.

The current design of Largest-First makes it impossible for these error
conditions to occur.

We therefore remove them from the documentation.
@jonathanknowles jonathanknowles merged commit 65d5108 into master May 12, 2020
@jonathanknowles jonathanknowles deleted the jonathanknowles/remove-impossible-error-conditions branch May 12, 2020 10:31
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

Successfully merging this pull request may close these issues.

API docs for Largest-First include impossible error conditions.
2 participants