DSC-Chitkara / Algo-DS

Repository for new Contributors to come and collaborate for hacktoberfest!
16 stars 111 forks source link

[algorithms][Conversions] HexaDecimalToDecimal and Reverse #10

Open the-cybersapien opened 6 years ago

the-cybersapien commented 6 years ago

Given a user provide Hexadecimal number N, get the decimal equivalent of N. Also given a number N in decimal, convert it to Hexadecimal.

Implement the following conversion in the following Languages:

Suggest more Languages and claim that PR!

nikhil16-bhaskar commented 6 years ago

i want to work on this in python

bhavya92 commented 6 years ago

I would like to do this in c++

rishavk773 commented 6 years ago

i want to work on this in c.