This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
Java
Watch
1
Star
0
Fork
0
You've already forked Java
mirror of
https://github.com/TheAlgorithms/Java.git
synced
2026-03-13 08:40:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce945bc76b49bf7679f08d6f237fe5c7af7f5c21
Java
/
Conversions
History
Maria Lungeanu
a5f42e293b
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
..
AnyBaseToAnyBase.java
Closing scanners.
2020-01-28 18:34:52 +02:00
AnyBaseToDecimal.java
…
AnytoAny.java
…
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
…
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
…
HexaDecimalToBinary.java
…
HexaDecimalToDecimal.java
…
HexToOct.java
…
IntegerToRoman.java
…
OctalToDecimal.java
…
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-03-26 16:52:53 +01:00