Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/26/02 22:33
Read: times


 
#33238 - An appropriate example?
OK, I think I might've come up with an example of where a linked list really would be a suitable solution in a small embedded design.

Note that I'm thinking just of a linked list; not dynamic memory allocation (malloc, etc).

Consider the SIM card on a GSM mobile phone.
This is a small embedded system; it needs to store lists of names & phone numbers, text messages, etc.
Entries in these lists need to be added and deleted at random - sounds to me like an ideal application for linked lists?
Of course, that doesn't mean that linked lists are the only solution, but I think other solutions would have their own problems; eg, the need to maintain separate index tables?

NB: I speak from conjecture here, not experience.

List of 19 messages in thread
TopicAuthorDate
linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer, Jez            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: Erik            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
An appropriate example?            01/01/70 00:00      
RE: An appropriate example?            01/01/70 00:00      
RE: An appropriate example?            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: Interrupt precognition            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      
RE: linked list serial port buffer            01/01/70 00:00      

Back to Subject List