Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Lisp BigO

Name: Anonymous 2012-01-02 16:07

How fast is:
 
(cdr list...)

Name: Anonymous 2012-01-02 18:08

>>13

this could work:


struct simple_con {
  void *car;
  struct simple_cons *cdr;
};


although people sometimes put other things in the cdr, like numbers or strings.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List