Singly-linked list/Element insertion: Difference between revisions

removed "less than 20 examples" category
(Common Lisp -- no reason to call rest twice)
(removed "less than 20 examples" category)
Line 1:
[[Category:Less Than 20 Examples]]{{task|Data Structures}}Using the link element defined in [[Singly-Linked List (element)]], define a method to insert an element into a [[singly-linked list]] following a given element.
 
Using this method, insert an element C into a list comprised of elements A->B, following element A.