Swift
Swift copied to clipboard
Add algorithms for binary to decimal and decimal to binary conversion
I have added algorithms for binary to decimal and decimal to binary conversion. I have also added a new category named conversion for algorithms with the goal to convert a value from one unit to another.