MCPcopy Create free account
hub / github.com/TheAlgorithms/C / find

Function find

data_structures/binary_trees/binary_search_tree.c:152–179  ·  view source on GitHub ↗

Search procedure, which looks for the input key in the tree and returns 1 if * it's present or 0 if it's not in the tree * @param root pointer to parent node * @param data value to store int he new node * @returns 0 if value not found in the nodes * @returns 1 if value was found */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected