Skip to content
TheBinaryRealm
  • Home
  • Recent Blogs
  • Categories
  • Problems
  • Contact
  • Buy me a beer
Search for:
Menu

data structures

AVL Trees | Self-Balancing Trees | Everything You need To know
computer science / data structures / Interview
AVL Trees | Self-Balancing Trees | Everything You need To know

AVL trees named after three inventors Adelson-Velsky-and Landis, is a type of self balancing binary search tree.

1 Comment
October 2, 2021
Balanced Trees & Introduction to Self Balancing Trees | Trees | Data Structures Simplified
computer science / data structures / Interview
Balanced Trees & Introduction to Self Balancing Trees | Trees | Data Structures Simplified

A balanced binary tree or a height-balanced tree is a tree in which the height of the left and right subtree at any node does not differ by more than one. Not just the root node, at any node. Mathematically we define using a balanced factor.

2 Comments
September 28, 2021
Trie – Data Structure | Strings | Everything you need to know
Algorithms / computer science / data structures / Interview
Trie – Data Structure | Strings | Everything you need to know

Trie, also known as prefix tree or digital tree, is an advanced tree data structure that makes data retrieval operations more efficient.

1 Comment
September 21, 2021

Recent Posts

  • AVL Trees | Self-Balancing Trees | Everything You need To know October 2, 2021
  • Balanced Trees & Introduction to Self Balancing Trees | Trees | Data Structures Simplified September 28, 2021
  • Trie – Data Structure | Strings | Everything you need to know September 21, 2021
  • Adding SSH Keys for Multiple GitHub Accounts on the Same System | Complete Guide June 29, 2021
  • Hidden Web | Everything You Need To Know | Dark Web | TOR May 18, 2021

Archives

  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • September 2020
  • July 2020

Categories

  • Algorithms (3)
  • computer science (6)
  • data structures (3)
  • guides (2)
  • Interview (6)
  • Leetcode (24)
  • short articles (3)
  • tech blogs (3)

Follow Us

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab
© Copyright 2021 - Binary Realm by Manas Sinha, All Rights Reserved
  • Home
  • Recent Blogs
  • Categories
  • Problems
  • Contact
  • Buy me a beer