On Sat, Jun 2, 2012 at 7:46 PM, <algogeeks@googlegroups.com> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/algogeeks/topics
>
>    - Bhavesh agrawal wants to 
> chat<https://mail.google.com/mail/html/compose/static_files/blank_quirks.html#137ad04e2558bd56_group_thread_0>[1
>  Update]
>    - MS Question: Delete a node in single linked list if it is less than
>    any of the successor 
> nodes<https://mail.google.com/mail/html/compose/static_files/blank_quirks.html#137ad04e2558bd56_group_thread_1>[1
>  Update]
>
>  Bhavesh agrawal wants to 
> chat<http://groups.google.com/group/algogeeks/t/2dea7cf206835334>
>
>    Bhavesh agrawal <agr.bhav...@gmail.com> Jun 02 12:26AM -0700
>
>    I've been using Google Talk and thought you might like to try it out.
>    We can use it to call each other for free over the internet. Here's an
>    invitation to download Google Talk. Give it a try!
>
>    -----------------------------------------------------------------------
>
>    Bhavesh agrawal wants to stay in better touch using some of Google's
>    coolest new
>    products.
>
>    If you already have Gmail or Google Talk, visit:
>
>    
> http://mail.google.com/mail/b-b4f0875ca2-f0c7ad61d1-yn-_lMKde8j-336P7td763cMTYU
>    You'll need to click this link to be able to chat with Bhavesh agrawal.
>
>    To get Gmail - a free email account from Google with over 7,500
>    megabytes of
>    storage - and chat with Bhavesh agrawal, visit:
>
>    
> http://mail.google.com/mail/a-b4f0875ca2-f0c7ad61d1-yn-_lMKde8j-336P7td763cMTYU?pc=en-rf---a
>
>    Gmail offers:
>    - Instant messaging right inside Gmail
>    - Powerful spam protection
>    - Built-in search for finding your messages and a helpful way of
>    organizing
>    emails into "conversations"
>    - No pop-up ads or untargeted banners - just text ads and related
>    information
>    that are relevant to the content of your messages
>
>    All this, and it's yours for free. But wait, there's more! By opening
>    a Gmail
>    account, you also get access to Google Talk, Google's instant messaging
>    service:
>
>    http://www.google.com/talk/
>
>    Google Talk offers:
>    - Web-based chat that you can use anywhere, without a download
>    - A contact list that's synchronized with your Gmail account
>    - Free, high quality PC-to-PC voice calls when you download the Google
>    Talk
>    client
>
>    We're working hard to add new features and make improvements, so we
>    might also
>    ask for your comments and suggestions periodically. We appreciate your
>    help in
>    making our products even better!
>
>    Thanks,
>    The Google Team
>
>    To learn more about Gmail and Google Talk, visit:
>    http://mail.google.com/mail/help/about.html
>    http://www.google.com/talk/about.html
>
>    (If clicking the URLs in this message does not work, copy and paste
>    them into
>    the address bar of your browser).
>
>
>
>  MS Question: Delete a node in single linked list if it is less than any
> of the successor 
> nodes<http://groups.google.com/group/algogeeks/t/521daf6fd96c3658>
>
>    Hassan Monfared <hmonfa...@gmail.com> Jun 02 12:21AM +0430
>
>    1- read all elements of list into stack
>    2- max = stak.pop()
>    3- if stack.empty() goto 7
>    4- next=stack.pop()
>    5- if next > max then max=next
>    else delete next from list
>    6- repeat from 3
>    7- end!
>
>    Regards,
>
>
>
>
>  You received this message because you are subscribed to the Google Group
> algogeeks.
> You can post via email <algogeeks@googlegroups.com>.
> To unsubscribe from this group, 
> send<algogeeks+unsubscr...@googlegroups.com>an empty message.
> For more options, visit <http://groups.google.com/group/algogeeks/topics>this 
> group.
>
> --
> 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.
>

-- 
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