We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28da5fc commit ce7e7e2Copy full SHA for ce7e7e2
DIRECTORY.md
@@ -18,6 +18,7 @@
18
* [XORCipher](https://github.com/TheAlgorithms/Javascript/blob/master/Ciphers/XORCipher.js)
19
20
## Conversions
21
+ * [ArbitraryBase](https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/ArbitraryBase.js)
22
* [BinaryToDecimal](https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/BinaryToDecimal.js)
23
* [DecimalToBinary](https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToBinary.js)
24
* [DecimalToHex](https://github.com/TheAlgorithms/Javascript/blob/master/Conversions/DecimalToHex.js)
0 commit comments