Commit Graph

802 Commits

Author SHA1 Message Date
Harshil
5f5ab48b8a
Merge pull request #451 from aaronjohnson92/master
Added Descriptions in README.md for cipher and search algorithms.
2018-10-13 20:42:01 +02:00
Aaron Johnson
dc4ae7d754 Added Descriptions for:
* ROT13
* RSA
* XOR
* Interpolation search
* Jump search
* QuickSelect Search
* Tabu Search
in README.md
2018-10-12 18:09:37 -07:00
Harshil
acec2c23d1
Merge pull request #448 from vikaskyadav/patch-1
Update README.md
2018-10-12 18:54:27 +02:00
Harshil
4fc68bbb4c
Update Reuters - OneVsRestClassifier.ipynb 2018-10-12 18:50:00 +02:00
Harshil
67a31e4b2f Reuters - OneVsRestClassifier (I'd also uploaded the same at: https://www.kaggle.com/harshildarji/reuters-onevsrestclassifier) 2018-10-12 18:46:45 +02:00
Vikas Kumar Yadav
3fef88a28f
Update README.md 2018-10-12 12:13:38 +05:30
rafagarciac
e03426b8fd Improve and Refactor the fibonnaciSeries.py (Recursion) 2018-10-12 00:41:57 +02:00
Harshil
9ba96c50a2
Merge pull request #446 from siddnlw/master
Use sup tag for power in README.md instead of ^
2018-10-11 17:29:17 +02:00
Shivansh Nalwaya
0f3ab05999 Use sup tag for power in README.md instead of ^ 2018-10-11 15:01:13 +05:30
Harshil
27ea8b89ca
Merge pull request #436 from rafaelleru/master
Fixed typo in training method
2018-10-10 20:06:15 +02:00
Harshil
b9a5c221aa
Update perceptron.py 2018-10-10 20:05:59 +02:00
Himani Negi
ee8c01179d
Add files via upload 2018-10-09 01:51:14 +05:30
Harshil
7da22657c0
Merge pull request #431 from FannyVieira/master
Remove pyc file
2018-10-08 09:15:22 +02:00
Harshil
c213e1553d
Merge pull request #439 from timgiroux/master
fixed some spelling and added a different print message
2018-10-08 09:11:26 +02:00
Harshil
f33c3baa3d
Merge pull request #440 from phaluch/patch-1
Grammar corrections
2018-10-08 09:08:55 +02:00
phaluch
2a87e8625f
Grammar corrections
Just small corrections to grammar and spelling, no code change.
2018-10-08 03:03:53 -03:00
timgiroux
a8a11ccc88
fixed some spelling and added a different print message 2018-10-07 15:52:34 -07:00
Rafa leyva
35308bdfaf Fixed typo in training method 2018-10-07 17:05:27 +02:00
YasirChoudhary
98cc298e61 Optimised for loop iteration 2018-10-07 14:33:56 +05:30
YasirChoudhary
6a6349bdb0 Optimised for loop iteration 2018-10-07 14:32:48 +05:30
fannyvieira
3808d0c0f2 Remove pyc file 2018-10-05 22:11:50 -03:00
Prateek
356b51458d
done 2018-10-05 14:20:19 +05:30
Harshil
c8e7a65475
Merge pull request #407 from s-sanyal/master
Made the code Python 3 compatible
2018-10-04 11:37:12 +02:00
Harshil
63c7e8ede1
Minor update
Changed two characters which were the root cause of 'SyntaxError: Non-ASCII character '\xe2' in file main.py, but no encoding declared'
2018-10-04 11:34:50 +02:00
Harshil
caea4766f5
Merge pull request #412 from klymenkoo/update-readme
Added Algorithm descriptions to README.md
2018-10-04 10:20:09 +02:00
Harshil
f98a5f7f47
Merge pull request #413 from coregameHD/master
minor improvement (readability) in Insertion Sort
2018-10-04 10:16:57 +02:00
Coregame
25c0bd3fbb
minor improvement (readability) in Insertion Sort 2018-10-04 13:36:16 +07:00
Volodymyr Klymenko
5db4e540a7
update images of Bucket Sort 2018-10-04 01:02:30 -04:00
Volodymyr
ea170ac0da Added Topological Sort description 2018-10-04 00:48:58 -04:00
Volodymyr
8a8baf76d1 Added Radix Sort description 2018-10-04 00:43:27 -04:00
Volodymyr
313d5b695b Added Cocktail shaker Sort description 2018-10-04 00:38:38 -04:00
Volodymyr
bce30b8179 Added Bucket Sort description 2018-10-04 00:34:44 -04:00
Harshil
e09bf504a0
Merge pull request #395 from FarhanKasmani/ExtraAlgortihms
Extra Algorithms added
2018-10-03 21:55:55 +02:00
Harshil
02df49f302
Merge pull request #401 from kelvins/levenshtein_distance
Levenshtein distance
2018-10-03 21:54:40 +02:00
S-Sanyal
054b4b31f4 Made compatible for all versions of python 2018-10-03 21:52:30 +05:30
S-Sanyal
c74b2732d9 Updated 2018-10-03 21:37:46 +05:30
S-Sanyal
dc584f1658 Made the code Python 3 compatible 2018-10-03 20:13:34 +05:30
Kelvin Salton do Prado
9aea2bc539 Merge branch 'master' into levenshtein_distance 2018-10-02 21:12:16 -03:00
Kelvin Salton do Prado
ae7660161c strings: add levenshtein distance metric 2018-10-02 21:11:30 -03:00
Anup Kumar Panwar
a8f367d213
Merge pull request #391 from s-sanyal/master
Added Stock-Span-Problem
2018-10-02 22:51:27 +05:30
Anup Kumar Panwar
da3af6047e
Merge pull request #393 from purveshmakode24/master
Add Fibonacci Series Using Recursion
2018-10-02 22:49:50 +05:30
Farhan
a7948f1863 Extra Algorithms added 2018-10-02 21:02:25 +05:30
Purvesh Makode
8fb4df5367 Add Fibonacci Series Using Recursion 2018-10-02 18:14:53 +05:30
camilne
0e76ee9076 Remove duplicate counting sort (#376) 2018-10-02 15:06:24 +05:30
S-Sanyal
ccb25641ba Added Stock-Span-Problem 2018-10-02 14:57:37 +05:30
Harshil
38dbaef5f5
Merge pull request #384 from kelvins/comb_sort
Comb sort
2018-10-02 11:20:38 +02:00
Harshil
26673f179b
Merge pull request #388 from ayush1208/patch-1
Update README.md
2018-10-02 11:06:23 +02:00
Harshil
ff38b4a227
Minor edit
The image of Complexity Graphs was not visible due to a missing exclamation mark in the beginning. So, Just add it with this little commit!
2018-10-02 11:06:02 +02:00
Harshil
758439cb99
Merge pull request #385 from kelvins/sentinel_linear_search
searches: add sentinel linear search algorithm
2018-10-02 10:58:07 +02:00
João Marcos
a31d20acf5 Add GCD implementation (#371) 2018-10-02 14:27:19 +05:30