Commit Graph

770 Commits

Author SHA1 Message Date
Libin Yang
1b89f03f7b
Merge pull request #557 from Chezin/patch-1
Improved readability
2018-10-09 12:34:20 +08:00
rmakynen
c9d0aa1290 New Dijkstra's algorithm with better comments. 2018-10-08 19:17:56 +03:00
rmakynen
d2d0b785c3 test 2018-10-08 19:16:15 +03:00
rmakynen
6cfc760e30 Added a new Dijkstra's algorithm. 2018-10-08 19:14:47 +03:00
rmakynen
c7ca13b961 Added a new Dijkstra's algorithm. The code and comments should be more
readable.
2018-10-08 19:13:19 +03:00
rmakynen
78e509b373 There was no explanation for the SkylineProblem algorithm.
Added and explanation to SkylineProblem.
2018-10-08 17:09:50 +03:00
Lucas Contini
7ed62a9930
Improved readability 2018-10-08 10:13:08 -03:00
Libin Yang
2c10f63f7a
Merge pull request #556 from dkesriyeli/master
fixed spelling mistakes
2018-10-08 13:37:24 +08:00
Doru Kesriyeli
cc0980c23d
Update DoublyLinkedList.java 2018-10-07 17:29:23 -07:00
Doru Kesriyeli
3562e83985
added constructor 2018-10-07 17:28:50 -07:00
Doru Kesriyeli
ae2029424b
removed unused return values 2018-10-07 17:20:32 -07:00
Doru Kesriyeli
eb01780ae6
fixed spelling mistakes 2018-10-07 16:55:52 -07:00
yanglbme
18b30402be Add Longest Valid Parentheses algorithm(DP) 2018-10-05 17:21:05 +08:00
Saurabh Thakur
bf27d9b270 Minimum priority queue added alongside heap sort implementation 2018-10-05 00:24:14 +05:30
Varun Upadhyay
77259b73b1
Merge pull request #502 from MarisaAfuera/master
Refactorized ClosestPair.java in order to be compliant with java sun rules
2018-09-09 09:37:30 -07:00
Marisa Afuera
88f8155458 Refactorized ClosestPair.java in order to be compliant with java sun rules
commit divideconquer\ClosesPair.java
Refactorized ClosestPair.java. Finding nearest cartesian points.

Refactorized ClosestPair.java. Finding nearest cartesian points.
2018-09-08 20:33:24 +02:00
Varun Upadhyay
65a919fb4f
Merge pull request #501 from DDullahan/master
Added MatrixFastPower.java
2018-08-30 14:11:00 -07:00
DDullahan
55c179bf19 Added MatrixFastPower.java with changes 2018-08-30 21:52:20 +08:00
DDullahan
f713a5ff9c Added MatrixFastPower.java 2018-08-30 16:47:17 +08:00
Varun Upadhyay
826e7b55b2
Merge pull request #493 from JayH2018/patch-2
source coding is a little complex
2018-08-28 06:26:12 -07:00
Varun Upadhyay
2dc86b6a04
Update LevelOrderTraversal.java 2018-08-28 06:25:55 -07:00
JayH2018
28deddd5d7
source coding is a little complex 2018-08-28 14:36:56 +08:00
Varun Upadhyay
ff9205649b
Merge pull request #491 from JayH2018/patch-1
className is error
2018-08-27 07:10:14 -07:00
JayH2018
890b9df9e5
className is error
Bring fileName into correspondence with className which is marked as public
2018-08-27 15:54:52 +08:00
Varun Upadhyay
a1cbd6542f
Update README.md 2018-08-24 10:37:35 -07:00
Varun Upadhyay
5eaf920106
Delete closest_data.txt 2018-08-23 14:20:09 -07:00
Varun Upadhyay
0a373b5c10
Delete ClosestPair.java 2018-08-23 14:20:01 -07:00
Varun Upadhyay
199220db7c
Deleted irrelevant file 2018-08-23 14:16:56 -07:00
Varun Upadhyay
54551afe75
Merge pull request #479 from JPDSousa/patch-1
Remove Tracis CI badge from README.md
2018-08-02 14:47:42 -07:00
João Sousa
bc1bee07ab
Remove Tracis CI badge from README.md
Removing the Travis CI badge as it points to a dead URL. As this repository has [very few tests](https://github.com/TheAlgorithms/Java/search?q=Test&unscoped_q=Test), maybe a CI build might be a bit too much.
2018-08-01 14:55:26 +01:00
Varun Upadhyay
0b5c86e3a4
Merge pull request #468 from bansalKeshav/master
Add method for minimum number of coins required for given amount
2018-07-29 21:59:56 -07:00
Keshav
69279375d4 Add method for minimum number of coins required for given amount 2018-07-30 11:16:40 +08:00
Varun Upadhyay
871793bed1
Deleted conflict file for hahsmap 2018-07-25 09:16:16 -07:00
Christian Bender
550984a6ff
Merge pull request #472 from christianbender/changed_GCD_JAVA
fixed bug in method gcd(int, int)
2018-07-25 17:08:16 +02:00
Christian Bender
161791d4a5 fixed bug in method gcd(int, int) 2018-07-25 17:07:34 +02:00
Christian Bender
6d76e33c19
Merge pull request #470 from christianbender/master
removed duplciated data-structures
2018-07-25 16:40:21 +02:00
Christian Bender
c86ba856a8 removed duplciated data-structures 2018-07-25 16:37:10 +02:00
Christian Bender
89b94a8f52
Merge pull request #456 from ravidesai47/master
Good Work!
2018-07-21 20:45:23 +02:00
Christian Bender
058b99048f
Merge pull request #457 from shubhamtewari/master
Good Work!
2018-07-21 20:41:07 +02:00
Christian Bender
2cbaa808af
Merge pull request #460 from y2kbcm1/master
update insertion sorting part
2018-07-21 20:15:39 +02:00
Christian Bender
354e74c019
Merge pull request #434 from ayushnagar123/patch-1
Patch 1
2018-07-16 23:56:24 +02:00
Christian Bender
5affb4d402
Merge pull request #309 from YooSeonjae/master
Scheduling to Minimize Lateness ( Greedy Algorithm )
2018-07-16 23:55:48 +02:00
Christian Bender
2029156863
Merge pull request #311 from sangjun2/master
implement SkylineProblem
2018-07-16 23:55:28 +02:00
Christian Bender
55c3aacce1
Merge pull request #428 from jack870131/PR-Test
Red Black Tree Implementation (Java)
2018-07-16 23:55:13 +02:00
y2kbcm1
7a236f75ca
update insertion sorting part
- fixed lack description of the figure.
2018-07-09 19:28:04 -07:00
shubhamtewari
b748b42dfe added peek() method and stack is now printed vertically 2018-07-09 15:52:42 +05:30
Ravi Desai
ddb7614535
Removing redundant if condition
for loop above if condition is starting from coin and operation is increment in loop
so value of i will be always >= coin 
hence if condition is redundant there
2018-07-05 10:57:20 +05:30
Ayush Nagar
7be27d67e3
Update FloydWarshall.java 2018-06-21 19:15:07 +05:30
Christian Bender
595cc8fd6b
Merge pull request #440 from Skhwan/master
Fix #436 - CircleLinkedList malfunction
2018-06-07 22:27:02 +02:00
Christian Bender
a83875a227
Merge pull request #423 from shivg7706/master
adding seprate chaining
2018-06-07 22:26:09 +02:00