Commit Graph

922 Commits

Author SHA1 Message Date
Phạm Ngọc Quang Nam
af12df9fe8 Update image url (#484) 2018-10-19 13:22:11 +02:00
Parth Shandilya
5d1f72604d
Improved Code and removed Warnings (#483) 2018-10-19 14:00:31 +05:30
Parth Shandilya
07451a6ca4
Improved Code and removed warnings (#482)
Improved Code and removed warnings
2018-10-19 13:28:21 +05:30
Yasir Choudhary
9561259285
Merge branch 'master' into improved_sorting_algo 2018-10-19 12:05:26 +05:30
Parth Shandilya
fedb3e70ab
Merge pull request #477 from ParthS007/patch1
Fixes#476 : Remove Multiple Unused Imports and Variable
2018-10-18 05:36:46 +05:30
ParthS007
0856a61859 Remove Multiple Unused Imports and Variable 2018-10-18 02:58:57 +05:30
Harshil
765a3267fc
Merge pull request #469 from Hyftar/project-euler-improvements
Fix problem 09 folder name
2018-10-17 15:09:59 +02:00
Simon Landry
250ddc23ea Fix problem 09 folder name 2018-10-16 19:50:45 -04:00
Taru
7105f6f648
minor changes
requested changes are addressed
2018-10-17 01:07:29 +05:30
Taru
f018ddc4c0
requested changes addressed 2018-10-17 00:52:32 +05:30
Taru
ade3ed3784
Logistic regression implementation
implementation of logistic regression for binary classification
2018-10-17 00:22:44 +05:30
Harshil
16aea149a2
Merge pull request #420 from prateekyo/master
Update bubble_sort.py
2018-10-16 20:49:34 +02:00
Harshil
f9f5d402d3
Update bubble_sort.py
Added main method, Made it Python2 suitable, Enabled user input!
2018-10-16 20:39:22 +02:00
Harshil
4cff20bbce
Merge pull request #465 from m-aditya/patch-1
Updated README.md to include Heap Sort
2018-10-16 20:18:38 +02:00
Aditya Menon
fc45a6cf54
Updated README.md to include Heap Sort
Updated README.md to include description of Heap Sort
2018-10-16 09:29:17 +05:30
Harshil
7418ee7b4e
Merge pull request #447 from rafagarciac/master
Improve and Refactor the fibonnaciSeries.py (Recursion)
2018-10-14 15:37:08 +02:00
Rafael García Cuéllar
a811a0e849
Update FibonacciSequenceRecursion.py 2018-10-13 22:22:32 +02:00
rafagarciac
1a4962a589 Refactor gdc and rename two files GreaterCommonDivisor and FibonnaciSequenceRecursive 2018-10-13 22:17:57 +02:00
Harshil
5d81474d00
Merge pull request #455 from amitkp57/master
Update Maths/BasicMaths.py
2018-10-13 21:42:55 +02:00
Amit Pradhan
54697599f4 Update Maths/BasicMaths.py
Add main method to 'Maths/BasicMaths' module
2018-10-14 00:53:44 +05:30
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