Thousand Separator Leetcode Solution
Problem Statement In this problem, we are given a non-negative integer. We have to convert the integer in a such a format, in which there will be some dots which separates all thousands, i.e. there are dots after each 3 places from right. Example #1 n = 987 “987” #2 …