Geeky Girl's Blog

Geeky Girl's Blog

Follow
homebadges
Binary Search Tree

Binary Search Tree

A binary search tree (BST) is a data structure that is commonly used in computer science to store and retrieve data efficiently. It is called a "binary" search tree because each node has at most two children, and it is called a "search" tree because ...

Geeky Girl
Geeky Girl

2 min read

Binary Tree

Binary Tree

Geeky Girl
Geeky Girl

2 min read

Introduction - Tree

Introduction - Tree

Geeky Girl
Geeky Girl

2 min read

Dynamic Programming

Dynamic Programming

Geeky Girl

2 min read

Backtracking

Backtracking

Geeky Girl

3 min read

Recursion

Recursion

Geeky Girl

2 min read

Stack - Data Structure

Stack - Data Structure

Geeky Girl

2 min read

Queue - Data Structure

Queue - Data Structure

Geeky Girl

2 min read

Linked List - Data Structure

Linked List - Data Structure

Geeky Girl

1 min read

Binary Search

Binary Search

Geeky Girl

2 min read

Array - Data Structure

Array - Data Structure

Geeky Girl

2 min read

Time Complexity

Time Complexity

Geeky Girl

1 min read