File tree 1 file changed +5
-5
lines changed
src/data-structures/tree/avl-tree
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,24 @@ AVL tree with balance factors (green)
25
25
26
26
** Left-Left Rotation**
27
27
28
- ![ Left-Left Rotation] ( http://btechsmartclass.com/DS/images /LL%20Rotation.png )
28
+ ![ Left-Left Rotation] ( http://btechsmartclass.com/data_structures/ds_images /LL%20Rotation.png )
29
29
30
30
** Right-Right Rotation**
31
31
32
- ![ Right-Right Rotation] ( http://btechsmartclass.com/DS/images /RR%20Rotation.png )
32
+ ![ Right-Right Rotation] ( http://btechsmartclass.com/data_structures/ds_images /RR%20Rotation.png )
33
33
34
34
** Left-Right Rotation**
35
35
36
- ![ Left-Right Rotation] ( http://btechsmartclass.com/DS/images /LR%20Rotation.png )
36
+ ![ Left-Right Rotation] ( http://btechsmartclass.com/data_structures/ds_images /LR%20Rotation.png )
37
37
38
38
** Right-Left Rotation**
39
39
40
- ![ Right-Right Rotation] ( http://btechsmartclass.com/DS/images /RL%20Rotation.png )
40
+ ![ Right-Right Rotation] ( http://btechsmartclass.com/data_structures/ds_images /RL%20Rotation.png )
41
41
42
42
## References
43
43
44
44
* [ Wikipedia] ( https://en.wikipedia.org/wiki/AVL_tree )
45
45
* [ Tutorials Point] ( https://www.tutorialspoint.com/data_structures_algorithms/avl_tree_algorithm.htm )
46
- * [ BTech] ( http://btechsmartclass.com/DS/U5_T2 .html )
46
+ * [ BTech] ( http://btechsmartclass.com/data_structures/avl-trees .html )
47
47
* [ AVL Tree Insertion on YouTube] ( https://www.youtube.com/watch?v=rbg7Qf8GkQ4&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8&index=12& )
48
48
* [ AVL Tree Interactive Visualisations] ( https://www.cs.usfca.edu/~galles/visualization/AVLtree.html )
You can’t perform that action at this time.
0 commit comments