Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anshul-16 authored Jul 10, 2021
1 parent cafa8e6 commit bd9edbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
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/)

0 comments on commit bd9edbf

Please sign in to comment.