Commit Graph

688 Commits

Author SHA1 Message Date
Christian Bender
dba791e515
Merge pull request #399 from khalil2535/master
Update Stacks.java
2018-04-01 20:37:55 +02:00
Mahmoud khalil
9ac82a1a26
Update Stacks.java 2018-04-01 20:50:41 +03:00
Christian Bender
9ad263fc58
Merge pull request #136 from shikhart98/master
Add Compression Algorithm
2018-03-31 17:19:45 +02:00
Christian Bender
f480b5ba7b
Delete TestCSVFile.class 2018-03-31 17:13:09 +02:00
Christian Bender
3382f15b9d
Delete CSVFile.class 2018-03-31 17:13:03 +02:00
Christian Bender
d012667476
Merge pull request #359 from christianbender/master
CSVFile --- class
2018-03-31 17:12:36 +02:00
Christian Bender
d39663d24f
Merge pull request #317 from Febaug/master
Add connected components algorithm
2018-03-31 17:10:51 +02:00
Christian Bender
63bba807a6
Merge pull request #218 from AKS1996/master
Additional files similiar to TheAlgorithms/Python
2018-03-31 16:57:44 +02:00
Christian Bender
0aae345163
Merge pull request #226 from sanghaisubham/editdistance
Implementation of Edit Distance in Java
2018-03-31 16:54:58 +02:00
Christian Bender
03dad512cc
Merge pull request #290 from sahilb2/master
Added peekFront and peekBack functions
2018-03-31 16:38:25 +02:00
Christian Bender
6b659d7e22
Merge pull request #292 from Piyush13y/patch-1
AES Encryption/Decryption
2018-03-31 16:37:13 +02:00
Christian Bender
d133868f61
Merge pull request #329 from Phil-Schmidt/master
Add Advanced Encryption Standard
2018-03-31 15:58:55 +02:00
Christian Bender
12e7f66753
Merge pull request #333 from The-TJ/patch-2
Thanks for contribution
2018-03-31 14:42:53 +02:00
The-TJ
b190206b76
Update OctalToHexadecimal.java 2018-03-31 00:02:10 +01:00
Christian Bender
fe78789fcb
Merge pull request #397 from khongta0932488598/patch-1
QuickSortAlgo.java
2018-03-30 21:25:24 +02:00
Christian Bender
6959592744
Merge pull request #330 from JeonSeongBae/JeonSeongBae
Thanks for contribution
2018-03-29 23:52:05 +02:00
Christian Bender
b88e9781f5
Merge pull request #375 from GammaBurst101/palindrome
Resolve the conflict of closed PR #146
2018-03-29 16:32:11 +02:00
Christian Bender
4d435994d7
Update README.md 2018-03-29 16:30:19 +02:00
Christian Bender
757ad7f47e
Merge pull request #377 from GammaBurst101/Update-Readme
Solves issue #304
2018-03-29 16:23:49 +02:00
khongta0932488598
01d699924e
QuickSortAlgo.java
Change to List<E> for any type of array.
Change value of pivot to value of middle index of unsorted array.
2018-03-29 21:47:45 +11:00
Ayush Nagar
35a4bd314d
used to find the shorthest paths among all pairs of nodes in a graph,
Floyd-Warshall algorithm is a procedure, which is used to find the shorthest (longest) paths among all pairs of nodes in a graph, which does not contain any cycles of negative lenght. The main advantage of Floyd-Warshall algorithm is its simplicity.
2018-03-18 20:52:50 +05:30
Varun Upadhyay
8b359c7f8f
Merge pull request #382 from knightcube/patch-1
Update README.md
2018-02-21 06:27:05 -08:00
Rajat Kumar Gupta
491d4210b8
Update README.md 2018-02-21 13:17:31 +05:30
Varun Upadhyay
ff43b3647f
Merge pull request #380 from petersonddb/dec2bin-bitwise
Add a bitwise conversion for DecimalToBinary. 

@petersonddb Thanks for the commit
2018-02-18 17:07:27 -08:00
Peterson Daronch de Bem
80aa51daa2 Add a bitwise conversion for DecimalToBinary. 2018-02-18 21:56:49 -03:00
sahilb2
bdc59aa4ea Merge remote-tracking branch 'upstream/master' 2018-02-06 01:03:22 -06:00
Prasoon
90667d5590 Last update for README.md 2018-02-04 19:17:31 +05:30
Prasoon
e294cf7f5d Second update for README.md 2018-02-04 18:57:02 +05:30
Prasoon
148aede3d3 Update README.md 2018-02-04 18:46:59 +05:30
Prasoon
6f9867a765 Resolve the conflict of #146 2018-02-03 11:44:46 +05:30
Prasoon
b58a588848 Merge branch 'master' of https://github.com/TheAlgorithms/Java 2018-02-03 09:45:17 +05:30
Chetan Kaushik
7320201a44
Merge pull request #142 from manmeet-22/patch-5
Palindromic Primes
2018-02-02 09:29:12 +05:30
Varun Upadhyay
4e6a8597af
Merge pull request #374 from GammaBurst101/Fix-error
Fix a logical error and set a method to private
2018-01-31 05:56:41 -08:00
Prasoon
94b70d255d Merge branch 'master' of https://github.com/TheAlgorithms/Java 2018-01-31 19:04:39 +05:30
Prasoon
f1200c06ce Fix a logical error 2018-01-31 16:00:04 +05:30
Prasoon
2638ce6396 Set method to private 2018-01-31 15:59:28 +05:30
Varun Upadhyay
81d3e9bf4a
Merge pull request #370 from GammaBurst101/change
Closed scanner and changed a method to private
2018-01-24 09:20:44 -08:00
Prasoon
206b9aa75f Change access specifier to private 2018-01-24 21:28:38 +05:30
Prasoon
652d227982 Close the scanner 2018-01-24 21:27:30 +05:30
Shikhar Tyagi
c0c72ca203
added comments 2018-01-08 19:21:37 +05:30
Shikhar Tyagi
4d2972658e
added comments for some functions 2018-01-08 19:16:32 +05:30
Varun Upadhyay
555b715444
Merge pull request #366 from Rachana040/master
Updated Matrix.java, added Transpose of a Matrix
2018-01-04 07:21:22 -08:00
sahilb2
d6a5572aa1 Merge remote-tracking branch 'upstream/master' 2018-01-02 18:51:27 -08:00
Varun Upadhyay
dcfde17a1f
Merge pull request #367 from NISHITA97/Branch2
Brian Kernighan’s Algorithm added
2017-12-31 06:48:16 -08:00
Varun Upadhyay
1567b58a46
Update BrianKernighanAlgorithm.java 2017-12-31 06:47:51 -08:00
Nishita Aggarwal
5cf220362a
spacing improved 2017-12-31 15:02:56 +05:30
Nishita Aggarwal
8db4ef901c
indentation improved 2017-12-30 02:14:48 +05:30
NISHITA97
55b9080e54 Brian Kernighan’s Algorithm added 2017-12-30 02:11:15 +05:30
Rachana040
b2fc59899a Added PowerOfTwoOrNot to Others 2017-12-24 12:03:12 +05:30
Rachana040
2ae49305e9 Updated Matrix.java, added Transpose of a Matrix 2017-12-23 22:44:06 +05:30