Skip to content

Commit bd9edbf

Browse files
authored
Update README.md
1 parent cafa8e6 commit bd9edbf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# tree-data-structure
1+
# About the Project
2+
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.
3+
4+
# Visualising the Code with Geekosophers
5+
![animation](https://user-images.githubusercontent.com/25798011/125159716-b00e4000-e196-11eb-96d6-6d28b744398a.gif)
6+
**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).
7+
8+
# Tree Data Structure
29
This repo contains the animation codes for different Tree related problems.
10+
11+
## Binary Search Tree-
12+
### 1. Finding node with minimum value in BST
13+
Animation [Link](https://animation.geekosophers.com/tree-data-structure/Binary%20Search%20Tree/FindMinNode/)

0 commit comments

Comments
 (0)