So we should maintain a tail pointer and add nodes next to the tail
pointer ??? Right ???

On Jul 23, 12:26 am, Pankaj <jatka.oppimi...@gmail.com> wrote:
> If you know circular list, what is avoiding you from maintaining a tail
> pointer.
> You just need to tweak insert and delete function a little bit for corner
> cases.
>
>
>
>
>
>
>
> On Sat, Jul 23, 2011 at 12:50 AM, rShetty <rajeevr...@gmail.com> wrote:
> > Algorithm Please ... Thank You
>
> > On Jul 23, 12:17 am, vaibhav shukla <vaibhav200...@gmail.com> wrote:
> > > maintain just a tail pointer!!!!
>
> > > On Sat, Jul 23, 2011 at 12:45 AM, rShetty <rajeevr...@gmail.com> wrote:
> > > > Come Up with an Algorithm to implement the insertion of a node in
> > > > circular linked list without actually traversing the list ?
>
> > > > --
> > > > 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.
>
> > > --
> > >   best wishes!!
> > >     Vaibhav
> > >       MCA
>
> > --
> > 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