Hardik Pawar
Hardik Pawar
I have removed the added doctests. Now, there is only one change - the code.
I have opened the PR #10891 which has the added doctests. Thanks!
Added the tests that have been merged to master.
Renamed the variables. Adding strict=True produces this error: TypeError: sort() takes at most 2 keyword arguments (3 given) Edit: Fixed the above error by adding strict=True in the zip function
I'll add the changes tomorrow. Thanks for highlighting the issues.
I have added the input validation check for `capacity` and `max_items` variables, and updated the doctests accordingly.
I have corrected the algorithm.
I have fixed the issue with the build job.
I have fixed the build issue.