revert 53#369
Closed
SUSHANT12PRABHU wants to merge 541 commits into
Closed
Conversation
Added a python implementation of knuth-morris-pratt string search algo
File Transfer Protocols
Added Question 9
Problem Euler Solution Added
add even tree problem
I have remove the semicolons in line 8 and line 12
I have remove some semicolons. line 11, 12 and 42
I have remove some semicolons.
Identifier 'max' changed in 'maxNumber' , since 'max' is a function.
Solution to the Problem 16 has been added.
On this solution I used a 'set' data structure, since more efficient.
On this solution I used a 'set' data structure, since more efficient.
Lines like 19, 20, 29, 30, etc. use np but it is never defined.
The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request. Flake8 will find bugs and code smells.
flake8 results:
```
./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
for char1, char2 in chunk(ciphertext, 2):
^
```
Added Solution for Problem 20
quicksort_3_partition
Create new cipher - Elgamal cipher key generator
Break if the collection is sorted
__raw_input()__ was removed in Python 3 in favor of __input()__. This change ensure similar functioning in both Python 2 and Python 3.
print() is a function in Python 3
Properly define raw_input() in Python 3
refactor-segment-tree
typo: strip
Added a test case check knapsack.py
Made a typo writing name instead of __name__
Added a function which implements knapsack using memory functions. Also I updated the test cases to include test cases for the memory function implementation.
Added test case to knapsack.py
Changed name to __name__. Sorry for the typo!
Thanks for contributing
typo fix: renamed `NeutonMethod.py` to `NewtonMethod.py`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.