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

Function insert

data_structures/linked_list/doubly_linked_list.c:108–171  ·  view source on GitHub ↗

* @brief Insertion by position into the list function * @param list a doubly linked List * @param value a value to be inserted into the list * @param pos a position into the list for value insertion * @returns list the input list with a node more or the same list */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.70

Calls 1

createFunction · 0.70

Tested by

no test coverage detected