MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / deleteNode

Function deleteNode

data_structures/avltree.cpp:122–145  ·  view source on GitHub ↗

* @brief removes a given element from AVL tree * @param root of the tree * @param[in] element the element to be deleted from the tree * @return root of the updated tree */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

minValueFunction · 0.85

Tested by

no test coverage detected