Skip to content

Commit 2185212

Browse files
committed
Update READMEs.
1 parent ef72e2d commit 2185212

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ AVL tree with balance factors (green)
4444
* [Wikipedia](https://en.wikipedia.org/wiki/AVL_tree)
4545
* [Tutorials Point](https://www.tutorialspoint.com/data_structures_algorithms/avl_tree_algorithm.htm)
4646
* [BTech](http://btechsmartclass.com/DS/U5_T2.html)
47+
* [AVL Tree Insertion on YouTube](https://www.youtube.com/watch?v=rbg7Qf8GkQ4&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=12&)

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ The leaves are not drawn.
2929

3030
## References
3131

32-
[Wikipedia](https://en.wikipedia.org/wiki/Binary_search_tree)
32+
- [Wikipedia](https://en.wikipedia.org/wiki/Binary_search_tree)
33+
- [Inserting to BST on YouTube](https://www.youtube.com/watch?v=wcIRPqTR3Kc&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=9&t=0s)

0 commit comments

Comments
 (0)