Data Structures and Algorithm Analysis in Java by Mark A. Weiss I have read the C version, a nice book.
On Wed, Jan 5, 2011 at 12:27 AM, pawan yadav <[email protected]> wrote: > can i cast a node into a position ??? > > which book is best for data structures and algorithms in java ? > > > On Tue, Jan 4, 2011 at 3:29 PM, Shoubhik <[email protected]> wrote: > >> if you are implementing the deque as linked list.. then its similar to >> a node in a linkedlist.. >> >> On Jan 4, 9:54 am, baer10 <[email protected]> wrote: >> > hi guys... >> > can anybody what is the notion of "position" in "deque" ? >> > is it similar to a node ? >> > can v consider it to b a node ? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-codejam" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-code%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-code?hl=en. >> >> > > > -- > vicky yadav > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-code%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > -- You received this message because you are subscribed to the Google Groups "google-codejam" 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/google-code?hl=en.
