lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
141 stars 167 forks source link

perhaps add implementation exercise or lab task to implement generic def map on Matrix[T] #772

Closed bjornregnell closed 3 weeks ago

bjornregnell commented 8 months ago

perhaps an advanced exercise?

it turns out that toString is much easier to implement if you have map om Matrix...

bjornregnell commented 3 weeks ago

finns en redan här: https://github.com/lunduniversity/introprog/blob/master/compendium/modules/w08-matrices-exercise.tex#L888