1399. Count Largest Group

1399. Count Largest GroupDifficulty: EasyTopics: Hash Table, MathYou are given an integer n.Each number from 1 to n is grouped according to the sum of its digits.Return the number of groups that have ...
0 Read More

Lychrel number

Lychrel number
A Lychrel number is a natural number that cannot form a palindrome through the iterative process of reversing its digits and adding the resulting numbers. This process is often referred to as the 196-...
0 Read More

2845. Count of Interesting Subarrays

2845. Count of Interesting SubarraysDifficulty: MediumTopics: Array, Hash Table, Prefix SumYou are given a 0-indexed integer array nums, an integer modulo, and an integer k.Your task is to find the co...
0 Read More