Skip to content

update README #1

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

Open
wants to merge 435 commits into
base: master
Choose a base branch
from
Open

update README #1

wants to merge 435 commits into from

Conversation

starktonys
Copy link
Owner

No description provided.

phishman3579 and others added 30 commits September 2, 2016 11:09
Hi Justin, I'm a big fan of your code, but, I think I may have spotted an issue in your add method for ArrayList. When the index of the element that you want to insert is smaller than the size of the list, you shift the array down one spot and insert the value at the desired position. However, I think you forgot to increase the size of the list after that, which may cause some problems when iterating through the arrayList.
KMP == Knuth–Morris–Pratt
aniders and others added 29 commits February 14, 2018 23:45
Changed OR condition to &&, OR may possibly result in ArrayIndexOutOfBoundException , (as it does for following input capacity : 60, weights: [10, 20, 33], values: [10, 3, 30])
Fixed Param of Comment & Test unused Method
Fixed while condition check in {Algorithm/Knapsack}
adding comments on the method.
Did comment on the method.
Removed hedging and improved grammar in README.md
Added Comment on Linear Search Logic
@starktonys
Copy link
Owner Author

Update README

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.