1,724 articles across 10 categories

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?
Featured

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…

2 min read31 Jul 2018
Read article
How to solve Edit Distance Problem using dynamic programming?

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…

3 min31 Jul
How to Solve Coin Change Problem using Dynamic Programming for Minimum number of ways possible?

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…

2 min31 Jul
How to solve Knapsack problem using Dynamic Programming

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…

2 min31 Jul
Key Features of Automation Framework

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…

2 min30 Jul
Clever Ways To Avoid a Hangover

Clever Ways To Avoid a Hangover

A hangover is the experience of various unpleasant physiological and psychological effects following the consumption of …

1 min30 Jul
How to solve Matrix Product Parenthesizations problem?

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…

2 min30 Jul
How to find Nth Number in Catalan Numbers?

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…

2 min30 Jul
How to Find Maximum Value Contiguous Subsequence?

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 …

2 min30 Jul
How to Find Longest Common Subsequence ?

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…

2 min30 Jul
Tips to get your parents to accept your love marriage.

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?"…

1 min29 Jul
Torch and Bridge Puzzle

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…

1 min29 Jul
Top Places to Visit in Varanasi with family.

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…

2 min28 Jul
How to find Nth Number in a Factorial Series?

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…

1 min27 Jul
How to find Nth Number in Fibonacci Series?

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, …

2 min27 Jul