emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ4] #107

Closed Hodsonj closed 3 years ago

Hodsonj commented 3 years ago

It says we can only use rotations does that mean we are allowed to use the pre-defined rotateLeft and rotateRight methods made in Abstract Balanced Binary Search Tree?

jdchoi77 commented 3 years ago

@Hodsonj yes you are allowed to use the predefined rotate methods.