Skip to content

revert 53#369

Closed
SUSHANT12PRABHU wants to merge 541 commits into
revert-53-masterfrom
master
Closed

revert 53#369
SUSHANT12PRABHU wants to merge 541 commits into
revert-53-masterfrom
master

Conversation

@SUSHANT12PRABHU
Copy link
Copy Markdown

No description provided.

Thejus-Paul and others added 30 commits November 12, 2017 23:56
Added a python implementation of knuth-morris-pratt string search algo
Problem Euler Solution Added
This python library contains some useful functions to deal with
prime numbers and whole numbers. The ideas came by the problems sets from ProjectEuler.
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
harshildarji and others added 29 commits May 28, 2018 23:35
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
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!
typo fix: renamed `NeutonMethod.py` to `NewtonMethod.py`
@AnshulMalik AnshulMalik closed this Oct 2, 2018
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.