Skip to content

This repo contains the animation codes for different Tree Data Structure related problems.

License

Notifications You must be signed in to change notification settings

Geekosophers/tree-data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

The project is a part of the Series Visualizing the Code with Geekosophers which is designed to give users the ability to visualize different algorithms.

Visualising the Code with Geekosophers

animation Brief about the series- It is an initiative taken by us to bring the world of algorithms closer to the tech enthusiasts by helping them visualize the algorithms. Join us in this journey where we will be covering a wide range of algorithms from Simple Binary search to complex Data Structure and Algorithms. Learn more about the series by clicking here.

Tree Data Structure

This repo contains the animation codes for different Tree Data Structure related problems.

Binary Search Tree-

1. Finding node with minimum value in BST

Animation Link

2. Finding Least Common Ancestor in BST

Animation Link

3. Tree Traversal Algorithms in BST

Animation Link