[Haskell-cafe] 2D Array
Tony Morris
tmorris at tmorris.net
Sun Dec 3 21:25:01 EST 2006
I wish to pass a 2 dimensional array to use in a back-tracking
algorithm. Since I will be doing lots of inserts, a Data.Array is
unsuitable. It seems that a Map Int (Map Int a) is the most suitable
structure, but this seems cumbersome.
Is there anything more appropriate?
--
Tony Morris
http://tmorris.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: OpenPGP digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20061204/d7c0b5e5/signature.bin
More information about the Haskell-Cafe
mailing list