Every break-up hurts irrespective who initiate break-upWhen we look for serious relationships, we generally invest our time, efforts and most importantly emotions.Jul 24Jul 24
ALL WE NEED IS BALANCE IN LIFEI understood the mantra of living good life is having balance in all the things in which you have control on & letting go some which you…Sep 22, 2022Sep 22, 2022
How to solve Dynamic Programming(DP) problem?Most common type of questions asked in interviews is based on dynamic programming. DP is not the toughest topic to understand if your…Dec 25, 2020Dec 25, 2020
Max sub-array sum in a circular arrayInterview Question asked in the product based companiesNov 1, 2020Nov 1, 2020
Consistent Hashing in Simple TermsConsistent Hashing is a distributed hashing scheme that operates independently of the number of servers or objects in a distributed hash…Sep 24, 2020Sep 24, 2020
Median of an arrayA median of a population is any value such that at most half of the population is less than the proposed median and at most half is…Aug 19, 2020Aug 19, 2020
Basic things you should know about Java CollectionsAs the name suggests collection is the group of objects & java collection framework provides implementations that can hold the group of…Aug 12, 2020Aug 12, 2020
Backtracking — Rat in a mazeLet's take the “Rat in a maze” problem, which is a common example, to understand backtrackingAug 11, 2020Aug 11, 2020