Tuesday, July 4, 2017

Algorithm to convert integer to a string

July 4, 2017

Introduction



It is so interesting to review the algorithm Julia wrote in 2014 called to convert integer to a string without using a library function like itoa.

Algorithm practice 


Two practices are here. First one is to write iterative solution, second one is to write using recursive function.

Implement itoa on geeksforgeeks, the algorithm link is here

No comments:

Post a Comment