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

Method PrintNode

data_structures/tree_234.cpp:1226–1256  ·  view source on GitHub ↗

* @brief Print the tree to a dot file. You can convert it to picture with * graphviz * @param ofs output file stream to print to * @param node current node to print * @param parent_index current node's parent node index, this is used to draw * the link from parent to current node * @param index current node's index of level order which is used to name the * node in dot file * @param parent

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetCountMethod · 0.80
GetItemMethod · 0.80

Tested by

no test coverage detected