Hello There, I'm a Tech Freak, love to explore different things in Technology and Life.
Leetcode Question Link: https://leetcode.com/problems/maximum-number-of-k-divisible-components/description/ Intuition Initially, I thought of...
Intuition After seeing the problem statement, I thought of the best one HashMap :)To store the frequency of one string and compare that with another...