Skip to content

Commit

Permalink
Update READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed May 21, 2018
1 parent ef72e2d commit 2185212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/data-structures/tree/avl-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ AVL tree with balance factors (green)
* [Wikipedia](https://en.wikipedia.org/wiki/AVL_tree)
* [Tutorials Point](https://www.tutorialspoint.com/data_structures_algorithms/avl_tree_algorithm.htm)
* [BTech](http://btechsmartclass.com/DS/U5_T2.html)
* [AVL Tree Insertion on YouTube](https://www.youtube.com/watch?v=rbg7Qf8GkQ4&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=12&)
3 changes: 2 additions & 1 deletion src/data-structures/tree/binary-search-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ The leaves are not drawn.

## References

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

0 comments on commit 2185212

Please sign in to comment.