manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Validate Binary Search Tree #245

Open saloni33 opened 2 years ago

saloni33 commented 2 years ago

🚀 Feature

To check whether a given tree is a valid Binary Search Tree (BST) or not.

Have you read the Contribution Guidelines?

YES

Pitch

An important topic for competitive coding.

Assignees

(Do not make changes in this section until asked to do so)
C -
C# -
C++ -
Go -
Java -
Javascript -
Kotlin -
Python -

saloni33 commented 2 years ago

@manan025 kindly assign me for c++

codenipun commented 2 years ago

@manan025 assign me in java

ravi0213 commented 2 years ago

@manan025 I would like to code this in C.