Commit Graph

256 Commits

Author SHA1 Message Date
RGauthamRam
7e26755140 Added front to indicate the starting of the Queue
Front variable is added so that dequeue can be done any number of times.Without front,it displays only self.entries[0] as dequeued.
2017-09-03 22:33:24 +05:30
Anup Kumar Panwar
f5fc930c1b Merge pull request #108 from frmatias/master
Perceptron - one neuron
2017-09-03 13:04:51 +05:30
Anup Kumar Panwar
ccdd530c10 Merge pull request #103 from 6180/playfair-cipher
Playfair cipher
2017-09-03 13:04:33 +05:30
Chetan Kaushik
8af6d2e3eb Merge pull request #104 from sthkindacrazy/master
scoring functions added
2017-09-02 00:12:29 +05:30
Francisco Matias
a51be755d4 Perceptron - one neuron 2017-08-29 13:43:42 -03:00
Anup Kumar Panwar
75ccf5b77e Empty File 2017-08-22 18:08:11 +05:30
sthkindacrazy
5b03d56cd6 scoring functions added 2017-08-19 14:23:00 +09:00
eevee
73461baeb0 Playfair cipher 2017-08-18 22:41:46 -04:00
Praveen
89d48b50b5 Merge pull request #100 from Anshuman-Verma/md-fix
Corrected Markdown
2017-08-14 00:42:19 +05:30
Praveen
73836e33b0 Merge pull request #101 from chrisjim316/master
Correct markdown (ShellSort)
2017-08-14 00:41:56 +05:30
Chris Jim
cc6814bd1c Correct markdown (ShellSort) 2017-08-10 22:20:28 +08:00
Praveen
f954b37c97 Merge pull request #92 from yashLadha/master
Added Linear regression
2017-08-09 09:13:39 +05:30
Anshuman
5e3f111c83 Corrected Markdown 2017-08-08 13:58:09 +05:30
Praveen
efb77ad7c1 Merge pull request #98 from moun3imy/patch-1
Update Breadth_First_Search.py
2017-08-08 13:36:58 +05:30
Praveen
43b53f7751 Merge pull request #97 from OmkarPathak/added_programs
Added Stack implementation and some traditional Stack problems
2017-08-08 13:36:22 +05:30
Praveen
ab42e3ad76 Merge pull request #99 from mandy8055/master
Added one of the most important machine learning algorithm
2017-08-08 13:33:37 +05:30
mandy8055
0d01a4a0aa Added one of the most important machine learning algorithm
The k-means clustering is done by using tensorflow which is the vital and growing machine learning library of google.
2017-07-30 00:42:32 +05:30
mounaim
9dcd981a57 Update Breadth_First_Search.py
Fixed the fact that all nodes except source are marked as visited twice
2017-07-25 16:08:54 +01:00
Omkar Pathak
ef01688b94 Added Bucket Sort implementation 2017-07-20 07:02:49 +05:30
Omkar Pathak
e8a36b12ce Added Bucket Sort implementation 2017-07-20 06:59:42 +05:30
Omkar Pathak
0f2edefc2f Python Graph implementation 2017-07-20 06:51:04 +05:30
AnupKumarPanwar
37705510e5 DFS & BFS in graph 2017-07-18 16:17:48 +05:30
Omkar Pathak
2af624ff01 Checking balanced parantheses using Stack 2017-07-16 11:26:11 +05:30
Omkar Pathak
ce3e91a420 Infix to Postfix conversion using Stack 2017-07-16 11:25:50 +05:30
Omkar Pathak
6c3b274246 Python implementation of Stack 2017-07-16 11:25:32 +05:30
Anup Kumar Panwar
325deda07c Merge pull request #95 from rafaelleru/master
fix some style errors in Binary Tree
2017-07-07 22:56:52 +05:30
Rafael
f65fe8c858 more rotations 2017-07-06 21:13:56 +02:00
Rafael
0b7d3a5c97 Rotate left and right done 2017-07-05 20:37:47 +02:00
Anup Kumar Panwar
bd67dcff7d Merge pull request #96 from ZivLi/Add-bin-search-algorithm-by-recursion
Add bin-search implement by recursion
2017-07-05 14:17:22 +05:30
ZivLi
23ac6bc1b5 Add bin-search implement by recursion 2017-07-05 16:40:18 +08:00
Rafael
3ead193f0e Done Node and Insert method 2017-07-04 18:48:27 +02:00
Rafael
817c27462b fix some style errors 2017-07-04 18:46:46 +02:00
Anup Kumar Panwar
d4d56a6dfe Merge pull request #94 from rafaelleru/master
fix indent error
2017-07-01 11:02:01 +05:30
Rafael
a3972dd9b4 fix indent error 2017-06-30 21:12:10 +02:00
yashLadha
1727d79d97 Added Linear regression 2017-06-27 17:56:27 +05:30
Harshil
fb20f96e66 Merge pull request #90 from frmatias/master
Graph, Deep First Search, Graph with Matrix, Graph with List
2017-06-26 17:56:14 +05:30
Harshil
7228d3b64c Merge pull request #89 from Prakash2403/master
Added Gradient Descent Algorithm
2017-06-26 17:55:58 +05:30
Harshil
95fcfde105 Merge pull request #88 from zach-wild/topological_sort
Add topological_sort.py
2017-06-26 17:55:31 +05:30
Francisco Matias
494e7f55ec Breadth_First_Search 2017-06-22 20:15:03 -03:00
Francisco Matias
285720f76d Graph, Deep First Search, Graph with Matrix, Graph with List 2017-06-22 18:53:33 -03:00
=
64d29ef2ad -Added Gradient Descent Algorithm 2017-06-23 02:09:42 +05:30
Zach Wild
16b0d62f28 Add topological_sort.py 2017-06-21 19:11:31 -04:00
Anup Kumar Panwar
7e35a83bf3 Merge pull request #84 from frmatias/master
Add Binary Search Tree in data_structures
2017-06-21 12:37:34 +05:30
Francisco Matias
1ce58efe1f With example 2017-06-21 00:44:26 -03:00
Harshil
e74b99515b Merge pull request #86 from frmatias/patch-2
Update .travis.yml
2017-06-21 08:59:47 +05:30
Francisco Matias
c313a7bb4f Update .travis.yml 2017-06-20 22:08:03 -03:00
Francisco Matias
0e02818cc2 Update .travis.yml 2017-06-20 22:00:14 -03:00
Francisco Matias
194bd43bff Update .travis.yml 2017-06-20 12:13:10 -03:00
Francisco Matias
6998aa0875 Update .travis.yml 2017-06-20 12:12:10 -03:00
Francisco Matias
7aa8893da9 Update .travis.yml 2017-06-20 11:58:45 -03:00