Commit Graph

1568 Commits

Author SHA1 Message Date
cclauss
e31c780d94 Modernize Python 2 code to get ready for Python 3 2017-11-25 12:41:55 +01:00
cclauss
c71471dc2f
Typo: dfference --> difference (I added an i) 2017-11-25 12:22:35 +01:00
cclauss
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
cclauss
4e06949072 Modernize Python 2 code to get ready for Python 3 2017-11-25 10:23:50 +01:00
cclauss
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
cclauss
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
nautiyaldeepak
f920e2a809 ftp client server connection 2017-11-21 22:04:04 +05:30
Erdenezul
69f009e0a5 add abbrevation solution to dp 2017-11-21 15:28:55 +08:00
Christian Bender
31ebde6e17
Problem 29
On this solution I used a 'set' data structure, since more efficient.
2017-11-19 22:03:30 +01:00
Christian Bender
01ae338b75
Delete main.py 2017-11-19 22:02:06 +01:00
Christian Bender
abe0f29b8b
Problem 29 -- Project Euler
On this solution I used a 'set' data structure, since more efficient.
2017-11-19 22:01:31 +01:00
Thejus-Paul
c787a22d93 Problem 16 Added
Solution to the Problem 16  has been added.
2017-11-20 01:34:21 +05:30
Christian Bender
01f48e708d
Correction: File solv01.py
Identifier 'max' changed in 'maxNumber' , since 'max' is a function.
2017-11-19 15:13:50 +01:00
Christian Bender
8d9da8f623
Correction: File solv01.py
I have remove some semicolons.
2017-11-19 15:10:09 +01:00
Christian Bender
a5c954ff6e
Correction: File solv3.py
I have remove some semicolons. line 11, 12 and 42
2017-11-19 15:06:42 +01:00
Christian Bender
567f2adab8
Correction: Remove semicolons
I have remove the semicolons in line 8 and line 12
2017-11-19 14:54:30 +01:00
Christian Bender
52d160e648
Merge pull request #1 from christianbender/christianbender-primelib
primelib
2017-11-18 18:35:54 +01:00
christianbender
50d39561e4
primelib
This python library contains some useful functions to deal with
prime numbers and whole numbers. The ideas came by the problems sets from ProjectEuler.
2017-11-18 16:29:34 +01:00
himangSharatun
80bdfbb9f9 add mean bias deviation in scoring functions 2017-11-18 10:34:07 +07:00
Harshil
a03b2eafc0
Merge pull request #204 from erdenezul/even_tree_problem
add even tree problem
2017-11-15 19:10:05 +05:30
Harshil
990b367bce
Merge pull request #205 from Thejus-Paul/patch-1
Problem Euler Solution Added
2017-11-15 19:09:51 +05:30
Harshil
227e5a1305
Merge pull request #206 from Thejus-Paul/master
Added Question 9
2017-11-15 19:09:38 +05:30
Harshil
b2beb8db50
Merge pull request #209 from DeepakNautiyal987/master
File Transfer Protocols
2017-11-15 19:09:08 +05:30
Harshil
b26998fef7
Merge pull request #208 from damelLP/add_string_algos
Added a python implementation of knuth-morris-pratt string search algo
2017-11-15 19:07:13 +05:30
Deepak Nautiyal
c522ddae84
Update ftp_send_receive.py 2017-11-13 00:58:37 +05:30
DeepakNautiyal987
d97b34d01c Send & receive files via ftp 2017-11-13 00:49:28 +05:30
Thejus-Paul
0f78cd6a55 Project Euler Solution Added 2017-11-12 23:56:18 +05:30
Damel
495fdc1ff9 Added a python implementation of knuth-morris-pratt string search algo 2017-11-11 15:19:41 +00:00
Thejus-Paul
3fae059b61 Added Question 9 2017-11-09 06:15:10 +05:30
Thejus-Paul
247f1b736b
created sol1.py 2017-11-09 02:58:05 +05:30
Harshil
7f87515836
Merge pull request #159 from Deepak345/master
implemented jump search
2017-11-03 16:07:43 +05:30
Harshil
4306482996
Merge pull request #161 from arpanjain97/master
Add shortest path algorithms
2017-11-03 16:05:02 +05:30
Erdenezul
e0733c26f2 add even tree problem 2017-11-03 15:02:10 +08:00
Chetan Kaushik
3a6381418a
Merge pull request #203 from erdenezul/refactor_longest_common_subsequence
refactor longest common subsequence problem
2017-11-02 23:10:13 +05:30
Harshil
8e001805de
Merge pull request #166 from maciejczyzewski/master
Implemented simple chaos machine
2017-11-02 11:50:34 +05:30
Sayan Bandyopadhyay
823ce64a22
Merge pull request #1 from TheAlgorithms/master
Update Branch
2017-11-01 17:06:06 +05:30
Erdenezul
3c4c7eb2aa refactor longest common subsequence problem 2017-11-01 15:04:55 +08:00
Harshil
bb3287ac0a
Merge pull request #157 from Sayan97/patch-1
Update radix_sort.py
2017-11-01 10:49:05 +05:30
Harshil
991d09af9f
Merge pull request #201 from t0rr3sp3dr0/master
ROT13
2017-10-31 10:44:14 +05:30
Harshil
9dfd0a6e73
Merge pull request #200 from pablo9891/master
Added delete function to binary_search_tree.py and print function
2017-10-31 10:43:47 +05:30
Harshil
ac33016f7d
Merge pull request #199 from honeycoder96/patch-1
Create cyclesort.py
2017-10-31 10:43:35 +05:30
Harshil
92bf7a65e6
Merge pull request #198 from First4196/master
add minimum spanning tree kruskal
2017-10-31 10:43:21 +05:30
Harshil
aa15ab8faf
Merge pull request #197 from yashasvi97/yashasvi97-MHAstar
Added Multi Heuristic Astar
2017-10-31 10:43:05 +05:30
Harshil
4945623c05
Merge pull request #195 from bT-53/master
Project Euler Solutions Added.
2017-10-30 09:20:33 +05:30
Harshil
a5ccc42a2e
Merge pull request #194 from anuragkumarak95/master
[other] Added Conway's Game of Life Experiment.
2017-10-30 09:19:59 +05:30
Harshil
21e8724f87
Merge pull request #193 from erdenezul/coin_change_problem
add coin change problem
2017-10-30 09:19:14 +05:30
Pedro Tôrres
75af340aff ROT13 2017-10-29 14:44:54 -03:00
Pablo
9d8824658a Finished delete function and added some prints functions too 2017-10-28 18:33:14 -03:00
Pablo
f766bb4216 Added delete function 2017-10-28 16:18:21 -03:00
Pablo
54700f2c8f Added delete function 2017-10-28 16:17:55 -03:00