758 Commits

Author SHA1 Message Date
4adf3b9492 Pass flake8 tests
Without these changes, Python syntax errors are raised.

flake8 should be run by this repo's .travis.yml file but it is currently turned off.
2018-01-06 07:54:10 +01:00
ee6e5a42cd Merge pull request #234 from ashu01/develope-1
Refactor
2018-01-01 10:25:54 +05:30
c9debdbd41 1. Removed ; 2017-12-31 14:36:29 +05:30
06c7827a94 1. typo fix {Arrays| 2017-12-31 14:33:14 +05:30
4fb978cf58 1. typo fix {playfair_cipher.py, AVL.py}
2. Corrected Logic {AVL.py, 104-107}
3. Removed unnecessary semicolons {BellmanFord.py, Dijkstra.py}
2017-12-31 14:30:31 +05:30
a033150426 Merge pull request #233 from ashu01/master
typo fix
2017-12-30 15:05:16 +05:30
63189fa015 typo fix 2017-12-30 08:41:31 +05:30
1182377c26 Merge pull request #218 from cclauss/patch-3
Add automated flake8 testing of pull requests
2017-12-29 17:28:47 +05:30
09cc769660 Merge pull request #220 from cclauss/modernize-python2-code
Modernize Python 2 code to get ready for Python 3
2017-12-29 17:19:02 +05:30
59dab56d58 Merge pull request #172 from ghost/master
path-1 forwarding ports with meterpreter API using namespaces with gui supported C# program. look at open ai.lnk file to see more.
2017-12-28 18:21:23 +05:30
eb9fe88e16 Merge pull request #230 from christianbender/master
improvement XOR_cipher.py
2017-12-23 18:25:38 +05:30
0e7d4483ca comment out
I comment out some code lines in the test-section
2017-12-22 17:33:09 +01:00
b25bc2cb30 improvement
I improve my code
2017-12-22 17:30:11 +01:00
ecdfd99c04 Merge pull request #229 from christianbender/master
XOR cipher algorithm
2017-12-22 18:24:43 +05:30
ad265b9b61 XOR cipher algorithm
a class with simple cipher algorithm that uses bitwise XOR
2017-12-21 19:08:58 +01:00
8bf6952bac Merge pull request #228 from MindTraper/master
Three methods to find the roots of non-linear functions
2017-12-18 10:48:49 +05:30
e0e7bc647f Merge pull request #1 from MindTraper/MindTraper-patch-1
Bisection,Newton,Intersection
2017-12-17 22:04:05 +02:00
24bad2e273 Add files via upload
There are three methods that find approximately the roots of a non-linear function
2017-12-17 22:02:36 +02:00
a251e9fbe7 Merge pull request #221 from cclauss/patch-4
chunk() --> chunker() to resolve an undefined name
2017-12-14 09:56:53 +05:30
14d9e720cc Merge pull request #222 from cclauss/patch-5
Typo: dfference --> difference (I added an i)
2017-12-14 09:54:59 +05:30
2ed1bad747 Merge branch 'master' into modernize-python2-code 2017-12-13 16:32:28 +01:00
2dcbbd4325 Merge pull request #215 from erdenezul/dp_abbreviation
add abbrevation solution to dp
2017-12-13 13:26:29 +05:30
ac2b2d0735 Merge pull request #227 from christianbender/master
Refactoring solv1.py
2017-12-13 13:05:45 +05:30
05240404c7 Merge pull request #226 from PiyushPawar17/Mod-Expo
Added Modular Exponential
2017-12-13 13:05:26 +05:30
9e3562f8c8 Merge pull request #223 from RiptideBo/master
add a framework of bp neural network and delete the old one
2017-12-13 13:04:41 +05:30
a14ea99143 Merge pull request #225 from Richienb/patch-1
Project Euler - Easier Solution To Problem 7
2017-12-11 19:52:45 +05:30
59d7da376e Merge pull request #224 from Sayan97/master
Merge pull request #1 from TheAlgorithms/master
2017-12-11 19:52:33 +05:30
9168237b4e Merge pull request #217 from cclauss/patch-2
import numpy as np
2017-12-11 19:51:25 +05:30
a81084c586 Refactoring solv1.py
Little embellishment of the code.
I put some comments and put readable identifiers. 
I documented the code.
2017-12-03 15:39:13 +01:00
0330d8896b Added Modular Exponential 2017-12-01 18:57:53 +05:30
25104f34e0 Merge pull request #216 from nautiyaldeepak/master
ftp client server connection
2017-11-29 19:00:21 +05:30
f069c20715 Easier Solution To Problem 7 2017-11-29 21:02:02 +13:00
9714aa31bc Merge pull request #213 from Thejus-Paul/master
Problem 16 Added
2017-11-28 17:10:11 +05:30
777d947325 Merge pull request #210 from himangSharatun/master
add mean bias deviation in scoring functions
2017-11-28 17:07:07 +05:30
7bb26e9b2a Merge pull request #211 from christianbender/master
primelib
2017-11-28 17:06:57 +05:30
f0addfb2f3 Merge pull request #158 from Sayan97/patch-3
Update minimum_partition.py
2017-11-28 17:06:16 +05:30
491439ae50 Merge pull request #129 from Balance-Breaker/master
Fixed heading's formatting errors
2017-11-28 16:58:04 +05:30
d7a94a1135 add a framework of bp neural network and delete the old one 2017-11-28 14:23:59 +08:00
033744155c Added Solution
Added Solution for Problem 20
2017-11-27 10:44:32 +05:30
ad6b0f1c6b Modernize Python 2 code to get ready for Python 3 2017-11-25 12:46:31 +01:00
e31c780d94 Modernize Python 2 code to get ready for Python 3 2017-11-25 12:41:55 +01:00
c71471dc2f Typo: dfference --> difference (I added an i) 2017-11-25 12:22:35 +01:00
aed9cb16ec chunk() --> chuncker() to resolve undefined name
flake8 results:
```
./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
    for char1, char2 in chunk(ciphertext, 2):
                        ^
```
2017-11-25 12:15:41 +01:00
4e06949072 Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
ba759d9573 Add automated flake8 testing of pull requests
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.
2017-11-25 00:10:39 +01:00
bc53e2e618 import numpy as np
Lines like 19, 20, 29, 30, etc. use np but it is never defined.
2017-11-25 00:06:39 +01:00
f920e2a809 ftp client server connection 2017-11-21 22:04:04 +05:30
69f009e0a5 add abbrevation solution to dp 2017-11-21 15:28:55 +08:00
31ebde6e17 Problem 29
On this solution I used a 'set' data structure, since more efficient.
2017-11-19 22:03:30 +01:00
01ae338b75 Delete main.py 2017-11-19 22:02:06 +01:00