Commit Graph

729 Commits

Author SHA1 Message Date
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
Christian Bender
ace36bb245
Merge pull request #446 from hsh0130/issue1
Issue1
2018-06-07 22:24:38 +02:00
Christian Bender
4733a63f60
Merge pull request #447 from dnjsndnjs/stack
fix stack
2018-06-07 22:24:16 +02:00
Christian Bender
419b91d85c
Merge pull request #449 from artzok/master
fix error comments
2018-06-07 22:23:34 +02:00
Christian Bender
ef6a188ff9
Merge pull request #452 from PalAditya/master
Added the implementation of the so far missing Bellman-Ford algorithm.
2018-06-07 22:23:09 +02:00
PalAditya
5921efc83e Added the implementation of the so far missing Bellman-Ford algorithm. 2018-06-03 23:14:13 +05:30
赵坤
ba57c1d734 reimplement CocktailShakerSort 2018-05-29 19:31:56 +08:00
赵坤
a471c0224b fix error comments 2018-05-29 17:44:14 +08:00
Seongwon Im
cf39466164 fix stack 2018-05-28 11:09:22 +09:00
hong skkusosc
5e9e829bb3 third commit 2018-05-27 21:37:01 +09:00
hong skkusosc
866903fe84 add message 2018-05-23 13:04:54 +09:00
Christian Bender
ad0e95cdc6
Merge pull request #424 from khairi96/master
Created HexaDecimalToDecimal.java
2018-05-20 22:30:42 +02:00
Khwanchanok Srimool
a85f2525b4 fix remove method 2018-05-20 03:39:26 +07:00
Khwanchanok Srimool
c4a8e1e18c fix null value issue stated in #436 2018-05-20 03:37:00 +07:00
Khwanchanok Srimool
6afdadd28f refactor indentation 2018-05-20 03:25:30 +07:00
khaireddine mejri
d5c673aa97
Update HexaDecimalToDecimal.java 2018-05-19 16:20:35 +02:00
shivg7706
2065642099 changes 2018-05-19 19:34:47 +05:30
shivg7706
26998e2815 Merge branch 'master' of https://github.com/TheAlgorithms/Java 2018-05-19 19:29:28 +05:30
Christian Bender
52f7e4e97e
Merge pull request #429 from Hero22/master
the second array may have residual elements.
2018-05-18 22:40:28 +02:00
Ayush Nagar
ba22b1c6b8
Update FloydWarshall.java 2018-05-06 17:16:19 +05:30
wzx
4f95d81eff Merge branch 'master' of github.com:Hero22/Java 2018-04-26 22:07:27 +08:00
wzx
172998b1ba the second array may have residual elements. 2018-04-26 21:59:35 +08:00
wzx
caa8265b06 modify MergeSort.java 2018-04-25 19:21:45 +08:00
Jack
384f588c2d
Add files via upload
The algorithm of red black tree implemented by Java
2018-04-24 18:46:14 +08:00
khaireddine mejri
00736054bc
Created HexaDecimalToDecimal.java
added HexaDecimalToDecimal.java on conversions.
it converts Hexadecimal input to decimal.
2018-04-20 18:25:21 +02:00
shivg7706
d32691cfea adding seprate chaining 2018-04-20 18:56:31 +05:30
Christian Bender
3e647715a5
Merge pull request #417 from nikitap492/search
Thanks! Keep it up!
2018-04-19 16:23:50 +02:00
nik
ecfd0f0d72 Changed code style 2018-04-19 09:47:11 +03:00
nik
014bfda4f9 Fixed bug with an infinite loop when an array doesn't contain a key
Fulfilled the code style request
2018-04-19 09:44:48 +03:00
Christian Bender
b082ecc8a9
Merge pull request #419 from khalil2535/master
update chiphers
2018-04-15 16:21:11 +02:00
Christian Bender
238cc453bd
Merge pull request #418 from straiffix/Vigenere-add
Vigenere add
2018-04-15 16:20:00 +02:00
Fractum
e53ec53034
Update Vigenere.java
- Remove continue;
- Change condition with Character.isLetter() and Character.isUpperCase();
2018-04-15 10:45:31 +02:00
khalil2535
cdff8a2e2e Update ColumnarTranspositionCipher.java 2018-04-14 23:15:31 +03:00
khalil2535
e5e6fc154d fix BalancedBrackets.java 2018-04-14 07:16:38 +03:00
khalil2535
82ef795675 Remove space from Data Structures package name 2018-04-14 06:45:48 +03:00
khalil2535
520ee69e34 Update chiphers 2018-04-14 06:39:16 +03:00
straiffix
e48a9ad4f2
Add files via upload 2018-04-14 01:39:08 +02:00
nik
c0020903e2 Added a iterative version of ternary search algorithm and some minor changes in documentation 2018-04-13 09:36:44 +03:00
Christian Bender
f1cc15b6a8
Merge pull request #415 from nikitap492/search
Added documentation to the searching algorithms and refactored them
2018-04-13 00:35:34 +02:00
Christian Bender
2d5a9b1f60
Merge pull request #412 from khalil2535/master
Update Caesar.java
2018-04-13 00:34:53 +02:00
nik
066adc71d5 Refactored left searching algorithms (except SaddlebackSearch. Just cleaned the code in that algorithm)
Added some documentation to these algorithms
2018-04-12 17:29:33 +03:00
nik
7d178c51b4 Refactored a few searching algorithms
Added documentation to these algorithms
2018-04-12 16:37:47 +03:00