yshshrm / Data-Structures-And-Algorithms-Hacktoberfest18

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
204 stars 1.1k forks source link

Added an approach for decimal to hexa decimal degits conversion #1697

Open ayushbisht2001 opened 3 years ago

ayushbisht2001 commented 3 years ago

Naive approach to convert decimal number to hexa decimal string.

ayushbisht2001 commented 3 years ago

@yshshrm , will you please review my PR