Oct 2, 20211 min readLambda in JavaLet's talk about Java 8 feature Lambda expression. It is only valid for Functional Interface, an Interface having only one abstract...
Jul 19, 20211 min readDivide and ConquerTheory It’s an approach for solving a problem where we first divide our problem into different then solve all of them separately by using...
Jul 11, 20212 min readFrequency of Characters in a WordLet's talk about the logic of the frequency of characters. Before thinking about logic, just how you will do it using pen and paper....