Logo

Programming-Idioms

History of Idiom 20 > diff from v33 to v34

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

Version 33

2016-02-20, 18:47:47

Version 34

2016-02-20, 18:48:10

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.