I just wanted to know where i can apply the concept of linked lists, or what kind of program requires linked lists application. If any body can help me, I will appreciate.
I just wanted to know where i can apply the concept of linked lists, or what kind of program requires linked lists application. If any body can help me, I will appreciate.
why do you wish to use a "linked-list"?? "linked-lists" comes in many flavors, FIFO (First-In-First-Out), FILO, LIFO. A FIFO in real life would be a plate holder in your cafeteria. ie the one on top is always first. You can find out more in any good college text dealing with "Data Structures" some are very practical and some show you the math behind them.. I like C & Data Structures (P.S. Desbpande) or if you really want more look through Fundamental Algorithms (D. Knuth) its a 4 volume set.. hey I survived volume 1.
why do you wish to use a "linked-list"?? "linked-lists" comes in many flavors, FIFO (First-In-First-Out), FILO, LIFO. A FIFO in real life would be a plate holder in your cafeteria. ie the one on top is always first. You can find out more in any good college text dealing with "Data Structures" some are very practical and some show you the math behind them.. I like C & Data Structures (P.S. Desbpande) or if you really want more look through Fundamental Algorithms (D. Knuth) its a 4 volume set.. hey I survived volume 1.