algo
algo copied to clipboard
Reserve linked list not implementation
Reserve linked list not implementation
func (l *SingleLinked) Reserve(p *SingleNode) *SingleNode { return nil }