Logo

Programming-Idioms

History of Idiom 20 > diff from v32 to v33

Edit summary for version 33 by :
New Csharp implementation by user [Marti_2203]

Version 32

2016-02-20, 18:47:45

Version 33

2016-02-20, 18:47:47

Idiom #20 Return two values

Implement a function search which looks for item x in a 2D matrix m.
Return indices i, j of the matching cell.
Think of the most idiomatic way in the language to return the two values at the same time.

Idiom #20 Return two values

Implement a function search which looks for item x in a 2D matrix m.
Return indices i, j of the matching cell.
Think of the most idiomatic way in the language to return the two values at the same time.