HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
877 stars 1.05k forks source link

Decimal to Hexadecimal Conversion #4371

Closed vishakha-aggarwal closed 3 years ago

vishakha-aggarwal commented 3 years ago

💥 Proposal

EXPLANATION:

Our task is to convert the Decimal number to Hexadecimal number.

EXAMPLE:

Testcase 1:

Input:: 463 Output:: 1CF

Testcase 2:

Input:: 516042 Output:: 7DFCA

Have you read the Contributing Guidelines on Pull Requests?

Yes , I have read the contribution guidelines.

github-actions[bot] commented 3 years ago

Hello @vishakha-aggarwal,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

vishakha-aggarwal commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @vishakha-aggarwal! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.