Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ RRRotation
Function
RRRotation
CPP/AVL Trees/AVL_Trees.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
template <typename T>
56
Node<T>* RRRotation(Node<T>* p){
57
return NULL;
58
}
59
60
template <typename T>
61
Node<T>* LRRotation(Node<T>* p){
Callers
1
insert_bst_recursive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected