I understand the mechanics of simple linked lists, but the only functionality for them that I have seen exemplified is that of sorting values(e.g., input 13, 4, 8, output 4,8,13). I know that there must be some much more powerful function that LL's can serve, but what?
Thanks.



LinkBack URL
About LinkBacks



Ahh yes I had suspected that one could do this, but how exactly?
Haha sorry I suppose I am too curious for my own good 