//
pkg.gl
Category
github.com/nandeshwar/gologic
try2
example254_remove_nth_node_from_linkedlist_from_end
package
0.0.0-20240523225934-0bb34517761e
Repository:
https://github.com/nandeshwar/gologic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
26 SLOC
#
Structs
ListNode
slow and fast pointer technique move fast to n then move slow and fast by 1 corner case also count number of nodes total if slow did not move and want to remove 1st item:.