@juver++ :
I don't think it will work in O(1) time.   Plz post ur algo. I may
have misunderstood u !!!



On Tue, Jun 28, 2011 at 11:37 PM, juver++ <avpostni...@gmail.com> wrote:
> @samby
> There is no need to use any other data structures but only stack. Each of
> its nodes is a pair of a data and minimal element below the current node.
> Then all updates are done in constant time.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/XQDUXzPp31oJ.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> 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 algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to