Logo

Programming-Idioms

History of Idiom 44 > diff from v31 to v32

Edit summary for version 32 by programming-idioms.org:
Linked to idiom #171 [Add an element at the end of a list]

Version 31

2018-05-08, 01:35:40

Version 32

2018-08-06, 15:25:51

Idiom #44 Insert element in list

Insert element x at position i in list s. Further elements must be shifted to the right.

Illustration

Idiom #44 Insert element in list

Insert element x at position i in list s. Further elements must be shifted to the right.

Illustration