Featured in Data Structures And Algorithms

Edit Distance

Edit Distance   Given two strings, word1, and word2, return the minimum number of operations required to convert word1 to word2.  … Read More


1 year, 2 months ago ; 185 views

Target Sum

Target Sum You are given an integer array nums and an integer target. You want to build an expression out of nums by adding one of the symbols … Read More


1 year, 2 months ago ; 169 views

Unique Paths

Unique Paths A robot is located at the top-left corner of a m*n grid(marked 'Start' in the diagram below). The robot can only move eith… Read More


1 year, 2 months ago ; 217 views

Maximum Product Subarray

Maximum Product Subarray Given an integer array nums, find the contiguous subarray within an array(containing at least one number) which has the l… Read More


1 year, 2 months ago ; 182 views

Partition Equal Subset Sum

Problem: Partition Equal Subset Sum Given a non-empty array nums containing only positive integers, find if the array can be partitioned into two … Read More


1 year, 2 months ago ; 272 views

Word Break

Word Break: Problem Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-seperated sequence of… Read More


1 year, 2 months ago ; 161 views
Latest

Edit Distance

Edit Distance   Given two strings, word1, and word2, return the minimum number of operations required to convert word1 to word2.  … Read More

Kibsoft in DSA
ago ; 185 views

Target Sum

Target Sum You are given an integer array nums and an integer target. You want to build an expression out of nums by adding one of the symbols … Read More

Kibsoft in DSA
ago ; 169 views

Unique Paths

Unique Paths A robot is located at the top-left corner of a m*n grid(marked 'Start' in the diagram below). The robot can only move eith… Read More

Kibsoft in DSA
ago ; 217 views

Maximum Product Subarray

Maximum Product Subarray Given an integer array nums, find the contiguous subarray within an array(containing at least one number) which has the l… Read More

Kibsoft in DSA
ago ; 182 views

Partition Equal Subset Sum

Problem: Partition Equal Subset Sum Given a non-empty array nums containing only positive integers, find if the array can be partitioned into two … Read More

Kibsoft in DSA
ago ; 272 views

Word Break

Word Break: Problem Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-seperated sequence of… Read More

Kibsoft in DSA
ago ; 161 views

Become a member
Get the latest news right in your inbox. It's free and you can unsubscribe at any time. We hate spam as much as we do, so we never spam!