JavaAlgorithms/Conversions
Pa1sathvik eb75ce5096
Update RomanToInteger.java
In case if lower case roman letters are supplied, we need to convert into single case(Upper case).
2020-08-10 19:15:34 +05:30
..
AnyBaseToAnyBase.java Closing scanners. 2020-01-28 18:34:52 +02:00
AnyBaseToDecimal.java update AnyBaseToDecimal 2019-10-27 17:48:30 +08:00
AnytoAny.java Closing scanners. 2020-01-28 18:34:52 +02:00
BinaryToDecimal.java Update BinaryToDecimal.java 2019-07-10 10:17:08 +05:30
BinaryToHexadecimal.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
BinaryToOctal.java Fix binary to octal conversion 2019-07-15 17:22:02 -07:00
DecimalToAnyBase.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
DecimalToBinary.java Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
DecimalToHexaDecimal.java Comment revisions 2019-12-10 23:35:54 -05:00
DecimalToOctal.java Comment revisions 2019-12-10 23:35:54 -05:00
HexaDecimalToBinary.java Comment revisions 2019-12-10 23:35:54 -05:00
HexaDecimalToDecimal.java Closing scanners. 2020-01-28 18:34:52 +02:00
HexToOct.java Closing scanners. 2020-01-28 18:34:52 +02:00
IntegerToRoman.java Comment revisions 2019-12-10 23:35:54 -05:00
OctalToDecimal.java docs: update the whole repository 2019-05-09 19:32:54 +08:00
OctalToHexadecimal.java Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
RomanToInteger.java Update RomanToInteger.java 2020-08-10 19:15:34 +05:30