2.1.2019 | Print trailing 0s of a factorial
2.2.2019 | Accept 2 numbers and return Binary sum
2.3.2019 | Check for 2 arrays to be balanced
2.4.2019 | Fake Binary number generator
2.5.2019 | Accept array and return count of +ve, sum of -ve numbers
2.6.2019 | Convert to Binary and return count of 1s
2.7.2019 | Accept int array and return formatted phone number
2.8.2019 | Accept array of arrays and return missing array
2.9.2019 | Accept string and return reversed version via recursion
2.11.2019 | Accept String and return all UPPERCASE positions
2.12.2019 | Mask a 16-digit debit/card number
2.13.2019 | Accept a number and return its reversed version
2.14.2019 | Accept list of elements and reverse the middle part
2.15.2019 | Accept date as String and reduce it to one number by addition
2.16.2019 | Accept numbers as words and return average as word
#2.1.2019 - Shashi |
#2.3.2019 - shashi |
//2.5.2019 - Shashi |
//2.7.2019 - Shashi |
#2.8.2019 - shashi |
#2.9.2019 - shashi |
#2.10.2019 - shashi |
#2.13.2019 - shashi |
#2.14.2019 - shashi |
#2.16.2019 - shashi |