paint-brush
WTF is a Binary Search Tree?by@vladyslav
938 reads
938 reads

WTF is a Binary Search Tree?

by vladyslav nykoliuk5mOctober 4th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A binary search tree is a type of data structure that is commonly used to represent hierarchical data. It is an efficient way of storing and organizing data that is ranked in parent nodes and child nodes. The height of a binary tree is determined by the number of nodes from top to bottom. There are three different types of binary trees. To check whether a tree is balanced or not, the difference between the height of the left and right subtree is not greater than 1. To perform a search operation, we will use a binary search.

Company Mentioned

Mention Thumbnail
featured image - WTF is a Binary Search Tree?
vladyslav nykoliuk HackerNoon profile picture
vladyslav nykoliuk

vladyslav nykoliuk

@vladyslav

🇺🇦 software engineer @ planet earth 🌍

About @vladyslav
LEARN MORE ABOUT @VLADYSLAV'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

vladyslav nykoliuk HackerNoon profile picture
vladyslav nykoliuk@vladyslav
🇺🇦 software engineer @ planet earth 🌍

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Vladyslav
Vladyslav