Logo

Programming-Idioms

History of Idiom 41 > diff from v26 to v27

Edit summary for version 27 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 26

2016-04-07, 09:20:58

Version 27

2016-09-27, 15:57:08

Idiom #41 Reverse a string

Create string t containing the same characters as string s, in reverse order.
Original string s must remain unaltered. Each character must be handled correctly regardless its number of bytes in memory.

Idiom #41 Reverse a string

Create string t containing the same characters as string s, in reverse order.
Original string s must remain unaltered. Each character must be handled correctly regardless its number of bytes in memory.

Illustration