Featured in Data Structures And Algorithms

Largest Range

Problem Find the largest range of numbers contained in this array, where the range of numbers is a set of numbers that come after one another in t… Read More


10 months, 4 weeks ago ; 153 views

Maximum Path Sum

Problem The problem this solution is trying to solve is to find the maximum path sum in a binary tree. The path starts and ends at any node in the… Read More


11 months ago ; 175 views

Longest Common Subsequence

Calculating the Longest Common Subsequence with Dynamic Programming Understanding the Longest Common Subsequence (LCS) problem is crucial for opti… Read More


11 months ago ; 189 views

Minimum Number of Jumps

Minimum Number of Jumps The problem tackled by the min_number_of_jumps function is finding the minimum number of jumps needed to reach the end of … Read More


11 months ago ; 143 views

Topological Sort Algorithm

Topological Sort Algorithm A topological sort algorithm is a method for ordering nodes in a directed acyclic graph (DAG). It does so in a manne… Read More


11 months ago ; 173 views

Disk Stacking

Problem Case Given a list of disks represented by their dimensions [width, depth, height], the problem is to find the maximum height achievable by… Read More


11 months, 1 week ago ; 169 views

Knapsack Problem

Knapsack Problem The Knapsack Problem involves selecting a combination of items to maximize the value while staying within the capacity constraint… Read More


11 months, 1 week ago ; 171 views

Water Area

Problem Case The problem is to find the total area of trapped rainwater between a series of walls represented by the given heights. Solution: A… Read More


11 months, 1 week ago ; 166 views

Find the Three Largest Numbers in an Array

How  to Find the Three Largest Numbers in an Array The aim of this question is to return a list of three numbers that are the largest in the … Read More


11 months, 1 week ago ; 214 views

Continuous Median

Continuous Median Given a stream of numbers, we want to calculate a continuous median. class ContinuousMedianHandler: """ A class t… Read More


11 months, 1 week ago ; 173 views
Latest

Largest Range

Problem Find the largest range of numbers contained in this array, where the range of numbers is a set of numbers that come after one another in t… Read More

Kibsoft in DSA
ago ; 153 views

Maximum Path Sum

Problem The problem this solution is trying to solve is to find the maximum path sum in a binary tree. The path starts and ends at any node in the… Read More

Kibsoft in DSA
ago ; 175 views

Longest Common Subsequence

Calculating the Longest Common Subsequence with Dynamic Programming Understanding the Longest Common Subsequence (LCS) problem is crucial for opti… Read More

Kibsoft in DSA
ago ; 189 views

Minimum Number of Jumps

Minimum Number of Jumps The problem tackled by the min_number_of_jumps function is finding the minimum number of jumps needed to reach the end of … Read More

Kibsoft in DSA
ago ; 143 views

Topological Sort Algorithm

Topological Sort Algorithm A topological sort algorithm is a method for ordering nodes in a directed acyclic graph (DAG). It does so in a manne… Read More

Kibsoft in DSA
ago ; 173 views

Disk Stacking

Problem Case Given a list of disks represented by their dimensions [width, depth, height], the problem is to find the maximum height achievable by… Read More

Kibsoft in DSA
ago ; 169 views

Knapsack Problem

Knapsack Problem The Knapsack Problem involves selecting a combination of items to maximize the value while staying within the capacity constraint… Read More

Kibsoft in DSA
ago ; 171 views

Water Area

Problem Case The problem is to find the total area of trapped rainwater between a series of walls represented by the given heights. Solution: A… Read More

Kibsoft in DSA
ago ; 166 views

Find the Three Largest Numbers in an Array

How  to Find the Three Largest Numbers in an Array The aim of this question is to return a list of three numbers that are the largest in the … Read More

Kibsoft in DSA
ago ; 214 views

Continuous Median

Continuous Median Given a stream of numbers, we want to calculate a continuous median. class ContinuousMedianHandler: """ A class t… Read More

Kibsoft in DSA
ago ; 173 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!