Chapter 6 Data Types

list representation and necessary complexity of string operations0 String operations are slowed by the required pointer chasing 5. Store strings as arrays of pointer to individual character allocated in the heap This method still uses extra memory, but string processing can be faster that with the linked-list … ................
................