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