[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: A very basic thing I don't get
- From: Julien Duminil <julien.duminil@...>
- Date: Mon, 3 Oct 2011 10:58:24 +0200
> > For the sake of the poor newbies who do not realize that Pascal is
> > being sarcastic: Roberto means "O(1) per item", of course.
>
> In the same sake, expressing O() for space hardly makes sense. I don't
> know any datastructure where this isn't 1 and suppose any other than 1
> would be ridiculous.
Storing a sparse matrix can be done in O(rows*cols) or in O(n) (where n is the number of entries).
- References:
- A very basic thing I don't get, Thijs Koerselman
- Re: A very basic thing I don't get, Peter Cawley
- Re: A very basic thing I don't get, Stefan Reich
- Re: A very basic thing I don't get, Michal Kottman
- Re: A very basic thing I don't get, Stefan Reich
- Re: A very basic thing I don't get, Philippe Lhoste
- Re: A very basic thing I don't get, steve donovan
- Re: A very basic thing I don't get, Roberto Ierusalimschy
- Re: A very basic thing I don't get, Pascal J. Bourguignon
- Re: A very basic thing I don't get, Dirk Laurie
- Re: A very basic thing I don't get, Axel Kittenberger