From: =?ISO-8859-2?Q?Aleksander_Nabag=B3o?=
Subject: Re: Bottleneck rule
Date: 
Message-ID: <g5nai5$gd5$1@srv.cyf-kr.edu.pl>
!

>   (while (< i (length x))
Is (length x) O((length x)^1) ?

>     (setf (aref store i 0)
>       (while (AND (alpha-char-p (char (nth i x) (1- (length (nth i
O(?) is (while(i) (while(length(nth(x))))) ?
?N^4?

In other places O(N^3) too.

-- 
A
.