+ 2
Any ideas to use linked lists. ... not markets or shopping lists. I WANT STHNG ELSE!!
9 Réponses
+ 4
If you want to store something and you know that you will either go through it all and not access random elements, or you will add elements at the top a lot more than randomly accessing it
A use example would be to implement either Stack or Queue, which can be used a lot (even if linked list is not necessarily the best option)
Stack can be used to go backward on your browser while Queue can be used by your printer
+ 3
Of course ! Which point ?
+ 3
I wrote something
but I dont know why it cant b posted.
+ 3
stack is a special form of linked list in which we insert and read from one side (top).
it's examples are browser history, recent items, Undo,Redo, in cell phone sms and call history, although these are accessible in an other way (scrollable ) but it is form of stack.
in real life bangels, stack of plates etc
+ 3
Each time you go from a webpage to another, you can press on a button to give back to the previous webpage
To save the previous webpages, you use a stack and when you give back, you pop the top value
+ 2
The use of stack or what it is ?
+ 1
thx, can u plz clarify a bit more?
0
the last one. stack ......
0
the use of stack