Problem Statement: You are given the root of a binary tree. The task is to determine if the given binary
Continue readingCategory: Binary Search Tree
Minimum insertions to make string palindrome | DP-29
Problem Statement: Minimum insertions required to make a string palindrome A palindromic string is a string that is the same
Continue readingSearch in a Binary Search Tree
Write a program to search a node with a given value in a binary search tree. Example: Disclaimer: Don’t jump
Continue readingBinary Search Tree : BST Introduction
In this article, we will be going to discuss the Binary Search Tree data structure. Pre-req: Binary Tree, Tree Traversals
Continue reading