Skip to content

Commit d2b8eab

Browse files
committedJun 2, 2018
Update READMEs.
1 parent 90b56bc commit d2b8eab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/data-structures/tree/avl-tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ AVL tree with balance factors (green)
4545
* [Tutorials Point](https://www.tutorialspoint.com/data_structures_algorithms/avl_tree_algorithm.htm)
4646
* [BTech](http://btechsmartclass.com/DS/U5_T2.html)
4747
* [AVL Tree Insertion on YouTube](https://www.youtube.com/watch?v=rbg7Qf8GkQ4&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=12&)
48-
* [AVL Tree Operations Visualisations](https://www.cs.usfca.edu/~galles/visualization/AVLtree.html)
48+
* [AVL Tree Interactive Visualisations](https://www.cs.usfca.edu/~galles/visualization/AVLtree.html)

‎src/data-structures/tree/binary-search-tree/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ The leaves are not drawn.
3131

3232
- [Wikipedia](https://en.wikipedia.org/wiki/Binary_search_tree)
3333
- [Inserting to BST on YouTube](https://www.youtube.com/watch?v=wcIRPqTR3Kc&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=9&t=0s)
34+
- [BST Interactive Visualisations](https://www.cs.usfca.edu/~galles/visualization/BST.html)

0 commit comments

Comments
 (0)
Please sign in to comment.