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

Function main

data_structures/linked_list.cpp:222–281  ·  view source on GitHub ↗

* Main function: * Allows the user add and delete values from the list. * Also allows user to search for and display values in the list. * @returns 0 on exit */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

isDigitFunction · 0.85
push_backMethod · 0.80
eraseMethod · 0.45
searchMethod · 0.45
displayMethod · 0.45

Tested by

no test coverage detected