Commit Graph

1809 Commits

Author SHA1 Message Date
alvin562
839a84182c updated version 2017-01-03 00:08:42 -08:00
Harshil
5bed476a0a Merge pull request #58 from dhruvsaini/patch-1
Create longest common subsequence.py
2017-01-02 21:01:09 +05:30
dhruvsaini
8e29c832a7 Create longest common subsequence.py
LCS Problem Statement: Given two sequences, find the length of longest subsequence present in both of them.
A subsequence is a sequence that appears in the same relative order, but not necessarily continious.
Example:"abc", "abg" are subsequences of "abcdefgh".
2017-01-02 20:51:37 +05:30
Chetan Kaushik
ecd22436d3 Merge pull request #55 from prateekiiest/master
Updated README.md for Sorting Graphs
2016-12-22 20:52:42 +05:30
Chetan Kaushik
b2b8fd490b Merge pull request #56 from TheAlgorithms/revert-53-master
Revert "Upadated RSA Algorithm under Cryptography Section"
2016-12-22 20:42:38 +05:30
Chetan Kaushik
2c07216e6c Revert "Upadated RSA Algorithm under Cryptography Section" 2016-12-22 20:39:20 +05:30
Prateek Chanda
96f5a2cf57 Update README.md 2016-12-22 08:56:50 +05:30
Prateek Chanda
71fabeaea3 Update README.md 2016-12-13 16:24:41 +05:30
Prateek Chanda
d521e5ecc6 Add files via upload 2016-12-13 16:17:57 +05:30
Anup Kumar Panwar
0115ee7842 Merge pull request #53 from prateekiiest/master
Upadated RSA Algorithm under Cryptography Section
2016-12-13 12:04:39 +05:30
Prateek Chanda
ab9e034a08 Rename RSA to RSA.py 2016-12-12 18:40:07 +05:30
Prateek Chanda
175395088b RSA Algorithm
Uploaded solution for RSA Algorithm
2016-12-12 18:39:24 +05:30
Chetan Kaushik
02ea8d0481 Merge pull request #52 from alvin562/master
added nested brackets problem
2016-12-11 15:05:22 +05:30
alvin562
1d765f9104 made it compatible with python 3.x 2016-12-11 01:35:51 -08:00
alvin562
a75a64aa9b added nested brackets problem 2016-12-11 01:23:33 -08:00
Chetan Kaushik
19d1050b98 Merge pull request #51 from tlaivamaa/master
Added implementations of gnome sort and cocktail shaker sort
2016-12-04 20:41:59 +05:30
Tommi Laivamaa
8f93472071 Added implementations of gnome sort and cocktail shaker sort 2016-12-04 17:00:20 +02:00
Chetan Kaushik
e26ed2b71d Merge pull request #50 from RianGallagher/master
Added Doubly Linked List
2016-11-29 06:11:32 -08:00
Rian Gallagher
46900cb1e5 Added Doubly Linked List 2016-11-29 13:44:09 +00:00
Chetan Kaushik
95ee8b4d6f Merge pull request #49 from yvonneFtMore/master
add sum of the longest sub array
2016-11-28 22:03:41 -08:00
Yvonne
ac5d2354ba add sum of the longest sub array 2016-11-29 13:18:47 +08:00
Harshil
e76dc6654f Merge pull request #48 from RianGallagher/master
Added Sieve of Eratosthenes algorithm for finding primes
2016-11-21 05:45:51 +05:30
Rian Gallagher
4a6894c1fa Added Sieve of Eratosthenes for finding primes 2016-11-20 22:11:50 +00:00
Rian Gallagher
664b35252e Added Sieve of Eratosthenes algorithm for finding primes 2016-11-20 21:44:21 +00:00
Harshil
3f505c5b39 Merge pull request #46 from Henocks/patch-2
Slight Performance/Visual Update
2016-11-09 19:55:27 +05:30
Henocks
43513803f0 Slight Performance/Visual Update 2016-11-09 23:17:04 +09:00
Chetan Kaushik
18afe45e4a Merge pull request #45 from Henocks/patch-1
Update __init__.py
2016-10-31 12:24:37 +05:30
Henocks
f942742455 Update __init__.py 2016-10-31 15:40:33 +09:00
Chetan Kaushik
ba16772456 Create License 2016-10-30 21:28:35 +05:30
Harshil
9b054f55d5 Merge pull request #40 from theycallmemac/patch-1
Create __init__.py
2016-10-14 22:25:35 +05:30
Chetan Kaushik
6bff82652f Merge pull request #41 from theycallmemac/patch-2
Create __init__.py
2016-10-14 22:00:30 +05:30
James Mc Dermott
4a8fa8bfeb Create __init__.py
Initialising a LinkedList class, using a Node class to store the item and the next pointer.
2016-10-14 17:23:07 +01:00
James Mc Dermott
4eddeb9396 Create __init__.py
Initialising of a Stack Class, has three methods: is_empty, push and pop.
2016-10-14 16:15:26 +01:00
Chetan Kaushik
0dbd2df11b Merge pull request #39 from akshaysharma096/master
added isinstance check
2016-10-14 08:09:21 +05:30
Akshay Sharma
d62e8e2868 travis cli build fail 2016-10-14 01:27:52 +05:30
Akshay Sharma
887f9e5b01 added isinstance check 2016-10-14 00:01:44 +05:30
Harshil
57be21e423 Merge pull request #38 from turfaa/dp-edit_distance
Add Edit Distance DP Algorithm
2016-10-12 20:22:36 +05:30
Turfa Auliarachman
93e5e1b8d3 Add Edit Distance DP Algorithm 2016-10-12 21:48:37 +07:00
Chetan Kaushik
101cccd14b Merge pull request #37 from ShyamW/master
Merge Request
2016-10-09 21:56:22 +05:30
1d66680952 Formatting Fix 2016-10-09 12:21:41 -04:00
d79105d5cf Added queue on stack 2016-10-09 12:20:45 -04:00
13dd4a1e5d Added toString and rotate 2016-10-09 11:51:43 -04:00
Chetan Kaushik
78f99d2a42 Merge pull request #36 from ShyamW/master
Added Queue represented from list
2016-10-09 07:22:44 +05:30
82ffc6e50b Method Names Changed for completeness 2016-10-08 21:39:21 -04:00
9b2d32e8a3 Added Queue 2016-10-08 21:12:14 -04:00
Harshil
df8798416b Merge pull request #35 from edawine/patch-2
Uses 'with' instead of manually closing files
2016-10-08 23:01:42 +05:30
edawine
d8a6245103 Uses 'with' instead of manually closing files
Uses 'with' statement when opening files to guarantee files are closed even when the process is interrupted.
2016-10-09 00:30:05 +07:00
Harshil
cebbf567ec Merge pull request #34 from edawine/patch-1
Add another randomness into the password generator
2016-10-08 22:46:37 +05:30
edawine
4b43a2f507 Add another randomness into the password generator
Uses import random for namespace cleanliness
Uses list instead of string for 'chars' variable in order to shuffle, increases randomness
Instead of string formatting, uses string concatenation because (currently) it is simpler
2016-10-09 00:09:59 +07:00
Harshil
b56cb26a74 Merge pull request #33 from akshaysharma096/master
edge test cases fixed for in_order
2016-09-26 17:18:24 +05:30