Cosmos: Add Integer Conversion -> Binary, Hexadecimal, Octal

Created on 8 Oct 2017  路  4Comments  路  Source: OpenGenus/cosmos

Added the C++ Implementation

Hacktoberfest add code new algorithm

All 4 comments

I think that this can be merged with #739

@mor11235 #739 only addresses Binary conversions, whereas this issue addresses hexadecimal and octal on top of binary.

I got it in JavaScript, it supports conversion to any base from 2 to 16. Easily extendable even further, but I think it should be OK as-is. I will fork, push and submit a pull request asap.

if it is still open can i do it in c++ or python

Was this page helpful?
0 / 5 - 0 ratings

Related issues

skywalker212 picture skywalker212  路  3Comments

arnavb picture arnavb  路  3Comments

arnavb picture arnavb  路  3Comments

grantmwilliams picture grantmwilliams  路  4Comments

rhendz picture rhendz  路  4Comments