-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# tree-data-structure | ||
# 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](https://user-images.githubusercontent.com/25798011/125159716-b00e4000-e196-11eb-96d6-6d28b744398a.gif) | ||
**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](https://www.geekosophers.com/blogs/Gu5linHJme9SHp8wblaH). | ||
|
||
# Tree Data Structure | ||
This repo contains the animation codes for different Tree related problems. | ||
|
||
## Binary Search Tree- | ||
### 1. Finding node with minimum value in BST | ||
Animation [Link](https://animation.geekosophers.com/tree-data-structure/Binary%20Search%20Tree/FindMinNode/) |