[Haskell-cafe] Is the following implemented by a sparse matrix representation? type Graph n w = Array (n, n) (Maybe w)

KC kc1956 at gmail.com
Tue Jul 9 23:26:55 CEST 2013


type Graph n w = Array (n,n) (Maybe w)

-- 
--
Regards,
KC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130709/292c515c/attachment.htm>


More information about the Haskell-Cafe mailing list