[Haskell-beginners] Complexity of Arrays in Haskell

Øystein Kolsrud kolsrud at gmail.com
Tue May 10 09:51:21 CEST 2011


Hi! What's the complexity of indexing arrays in Haskell? The
Data.Array documentation doesn't seem to mention complexity of any of
its functions, and it's not obvious to me how to implement an array
data structure with indexing being O(1).
-- 
Mvh Øystein Kolsrud



More information about the Beginners mailing list