Stories, Tutorials
& Life Tips
Deep dives on coding, health, recipes, travel and everything in between.
π Explore Reading Paths
Follow curated journeys from beginner to expert

How to solve Longest Palindromic Subsequence Problem using dynamic programming?
The longest palindromic subsequence (LPS) problem is the problem of finding the longest subsequence of a string (a subsequence is obtained by deleting some of the characters from a string without reorβ¦

How to solve Edit Distance Problem using dynamic programming?
In computational linguistics and computer science, edit distance is a way of quantifying how dissimilar two strings (e.gβ¦

How to Solve Coin Change Problem using Dynamic Programming for Minimum number of ways possible?
Coin Change Problem is also known as Making Change Problem. The change-making problem, also known as the minimum coin cβ¦

How to solve Knapsack problem using Dynamic Programming
The knapsack problem or rucksack problem is a problem in combinatorial optimization: Given a set of items, each with a wβ¦

Key Features of Automation Framework
In the modern software industry, Automation is becoming a must-have feature for the testing teams to quickly test and ceβ¦
Clever Ways To Avoid a Hangover
A hangover is the experience of various unpleasant physiological and psychological effects following the consumption of β¦

How to solve Matrix Product Parenthesizations problem?
Matrix chain multiplication (or Matrix Chain Ordering Problem, MCOP) is an optimization problem that can be solved usingβ¦

How to find Nth Number in Catalan Numbers?
In combinatorial mathematics, the Catalan numbers form a sequence of natural numbers that occur in various counting probβ¦

How to Find Maximum Value Contiguous Subsequence?
The input to this problem is an array A[1...n] of real numbers. You need to find out what the highest value is that can β¦

How to Find Longest Common Subsequence ?
The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences iβ¦

Tips to get your parents to accept your love marriage.
If you are also one of those young Indians grappling with questions like "Why Indian parents are against love marriage?"β¦

Torch and Bridge Puzzle
The bridge and torch problem (also known as The Midnight Train and Dangerous crossing) is a logic puzzle that deals withβ¦

Top Places to Visit in Varanasi with family.
Varanasi, also known as Benares, Banaras, or Kashi, is a city on the banks of the Ganges in the Uttar Pradesh state of Nβ¦

How to find Nth Number in a Factorial Series?
In mathematics, the factorial of a non-negative integer n, denoted by n! is the product of all positive integers less thβ¦

How to find Nth Number in Fibonacci Series?
In mathematics, the Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, β¦