Featured in Data Structures And Algorithms

Graph Data Structure

In this section, I explore the graph data structure, including its definition and properties. Understanding graphs is fundamental due to thei… Read More


7 months, 3 weeks ago ; 147 views

Binary Search Trees

A Binary Search Tree (BST) is a data structure that is used for efficient searching, insertion, and deletion of elements. It is a binary tree where e… Read More


8 months ago ; 141 views

Balanced Binary Tree

  In this solution, we write code to determine if the Binary Tree is balanced or not. For this problem, a height-balanced binary tree is d… Read More


8 months, 1 week ago ; 163 views

Binary Side View

Binary Side View Let's solve the problem of obtaining the right side view of a binary tree. To achieve that, here's a breakdown of how … Read More


8 months, 1 week ago ; 154 views

River Sizes

This challenge aims to come up with a solution that implements an algorithm to find the sizes of rivers in a 2D matrix. Problem Given a 2D matr… Read More


8 months, 2 weeks ago ; 147 views

Min Heap Construction

Min Heap Construction A MinHeap is a binary tree-based data structure where the value of each node is less than or equal to the values of its chil… Read More


8 months, 2 weeks ago ; 140 views

Max Subset Sum Not Adjacent

Max Subset Sum not Adjacent The provided solution aims to find the maximum sum of a subset of non-adjacent elements from a given array. Problem… Read More


8 months, 2 weeks ago ; 136 views

Breadth-First Traversal

The solution provided implements a breadth-first search (BFS) traversal algorithm on a tree-like structure represented by the Node class. Problem … Read More


8 months, 2 weeks ago ; 149 views

Kadanes Algorithm

Let's break down the problem, the approach taken, and perform a time and space complexity analysis for Kadane's Algorithm. Problem Th… Read More


8 months, 3 weeks ago ; 121 views

Min Number of coins for change

Min Number of coins for change This solution aims to solve the "minimum number of coins for change" problem, which is a classic dynamic … Read More


8 months, 3 weeks ago ; 158 views
Latest

Graph Data Structure

In this section, I explore the graph data structure, including its definition and properties. Understanding graphs is fundamental due to thei… Read More

Kibsoft in DSA
ago ; 147 views

Binary Search Trees

A Binary Search Tree (BST) is a data structure that is used for efficient searching, insertion, and deletion of elements. It is a binary tree where e… Read More

Kibsoft in DSA
ago ; 141 views

Balanced Binary Tree

  In this solution, we write code to determine if the Binary Tree is balanced or not. For this problem, a height-balanced binary tree is d… Read More

Kibsoft in DSA
ago ; 163 views

Binary Side View

Binary Side View Let's solve the problem of obtaining the right side view of a binary tree. To achieve that, here's a breakdown of how … Read More

Kibsoft in DSA
ago ; 154 views

River Sizes

This challenge aims to come up with a solution that implements an algorithm to find the sizes of rivers in a 2D matrix. Problem Given a 2D matr… Read More

Kibsoft in DSA
ago ; 147 views

Min Heap Construction

Min Heap Construction A MinHeap is a binary tree-based data structure where the value of each node is less than or equal to the values of its chil… Read More

Kibsoft in DSA
ago ; 140 views

Max Subset Sum Not Adjacent

Max Subset Sum not Adjacent The provided solution aims to find the maximum sum of a subset of non-adjacent elements from a given array. Problem… Read More

Kibsoft in DSA
ago ; 136 views

Breadth-First Traversal

The solution provided implements a breadth-first search (BFS) traversal algorithm on a tree-like structure represented by the Node class. Problem … Read More

Kibsoft in DSA
ago ; 149 views

Kadanes Algorithm

Let's break down the problem, the approach taken, and perform a time and space complexity analysis for Kadane's Algorithm. Problem Th… Read More

Kibsoft in DSA
ago ; 121 views

Min Number of coins for change

Min Number of coins for change This solution aims to solve the "minimum number of coins for change" problem, which is a classic dynamic … Read More

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