MCPcopy Create free account
hub / github.com/Aloxaf/LeetCode-Rust / get

Method get

src/design_linked_list.rs:45–50  ·  view source on GitHub ↗

Get the value of the index-th node in the linked list. If the index is invalid, return -1. */

(&self, index: i32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

add_at_tailMethod · 0.45
locateMethod · 0.45
add_at_indexMethod · 0.45
delete_at_indexMethod · 0.45

Calls 1

locateMethod · 0.80

Tested by

no test coverage detected