-
Notifications
You must be signed in to change notification settings - Fork 540
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
reorg Silver sorting and searching modules, move some modules to Gold #5176
Conversation
most of the problems in the pq module use sets |
I am rewriting some of the internal sols to remove the sets (William and Robots, Convention II). There is no reason to use sets here. I don't think any other internal sols use sets. |
can i ask for proof of ac? |
I have resubmitted all the code I modified. |
@SansPapyrus683 does it look good now? |
should difficulty be updated |
difficulty of what? |
feel free to change them if you want (or not) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh, i suppose i'll get used to this with time
TODO: read through Silver and Gold sorting / ds sections again to check that ordering of topics makes sense.
Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.