Jump to content

plz help me

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
yaron111121

yaron111121

    Newbie

  • Members
  • Pip
  • 4 posts
Hello everybody,
I have a test tommorow and i will be very grateful if someone could post common LIST questio and their answers.
Thanks,
Yaron.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Are you talking about linked lists, a built-in list type, other?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
yaron111121

yaron111121

    Newbie

  • Members
  • Pip
  • 4 posts
linked lists.
sry i didnt mention it.

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
The first result in google for "Common linked list questions" is a pdf with a good review of linked lists. I would post the link but I dont have 20(?) posts yet.

cslibrary.stanford.edu/105/LinkedListProblems.pdf

#5
yaron111121

yaron111121

    Newbie

  • Members
  • Pip
  • 4 posts
thanks.
but now that im looking at it, this isn't what i wanted.
i'm talking about lists with nodes and with null in the end.
where Node<int> p has p.GetNext() and P.GetInfo().
do u know what im talking about?
thanks,
Yaron.

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Perhaps if you posted the code that represents the problem's initial state I could help more.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
AlanQ

AlanQ

    Newbie

  • Members
  • PipPip
  • 18 posts
Yeah if you could describe to us more detail of what your test is going to be..