Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Rust
/ delete_ith
Method
delete_ith
src/data_structures/linked_list.rs:146–184 ·
view source on GitHub ↗
(&mut self, index: u32)
Source
from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
6
insert_at_ith_and_delete_at_ith_in_the_middle
Function · 0.80
insert_at_ith_and_delete_ith_work_over_many_iterations
Function · 0.80
delete_ith_can_delete_at_tail
Function · 0.80
delete_ith_can_delete_at_head
Function · 0.80
delete_ith_can_delete_in_middle
Function · 0.80
delete_ith_panics_if_index_equals_length
Function · 0.80
Calls
2
delete_head
Method · 0.80
delete_tail
Method · 0.80
Tested by
5
insert_at_ith_and_delete_at_ith_in_the_middle
Function · 0.64
insert_at_ith_and_delete_ith_work_over_many_iterations
Function · 0.64
delete_ith_can_delete_at_tail
Function · 0.64
delete_ith_can_delete_at_head
Function · 0.64
delete_ith_can_delete_in_middle
Function · 0.64