TCS Digital Coding Question | August 17 2019
Question This is the TCS Digital Coding Question asked on August 17, 2019. Given a range, find all the unique number within that range. Find the count of unique numbers and print the count. SOLUTION 1: SOLUTION 2 (using Hashing) In this we store the count of each digit in a array using hashing. For […]