Maybe I shoud use 'Levels' to express my idea.
For example, A={1,0,1,0,2,2,0}, there are 7 numbers and 3 levels which
is represented by an increasing array B={0,1,2}.On Mon, Aug 30, 2010 at 7:14 AM, vikash jain <[email protected]> wrote: > > @Yan Wang..can u tel me wat u meant by saying the following : > > And we know all the different numbers in A[...]. we put them in a > rigorously increasing sequence B[1..p], where B[1] < B[2] < ... < > B[p-1] < B[p], and for every i from 1 to n, A[i] can be found in > B[1..p]. > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
