[Haskell-beginners] Array/Vector like DS in haskell
Nishant
nishantgeek at gmail.com
Fri Mar 28 05:30:38 UTC 2014
Hi,
Can someone elaborate on how to create a DS which acts like an array or
vector and has same time complexity ?
A list though can act like array but getting value at index i is linear
time but in actual array it is constant.
Regards.
Nishant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140328/799ca065/attachment.html>
More information about the Beginners
mailing list